/*
Theme Name: DEOI Neve Child
Theme URI: https://www.themeisle.com/ 
description: >-
  A child theme developed for Digital Encyclopedia of Indianapolis
Author: Neil Devadasan
Author URI: http://example.com
Template: neve
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
Text Domain: neve
*/
/* Custom CSS goes after this line */
@charset "UTF-8";
/* CSS Document */
/* Global color variables */
:root {
  --ocean: #00739a; /* primary action color - blue */
  --cobalt: #193f6f;
  --charcoal-grey: #292e33; /* text color */
  --pale-grey: #fafbfd; /* Background color */
  --light-blue-grey: #cdd8de;
  --bluish-grey: #7c878e;
  --slate-grey: #575f69;
  --strawberry: #ee2d38;
  --mac-and-cheese: #ffc62f;
}

body {
    font-family: Poppins, sans-serif;
    background-color: #fafbfd;
	font-size: 16px;
}

/*BEG:utility classes */
.hide {display:none; height: 0 !important; width: 0 !important; }

/*BEG:styles from /neve/style.css */
.site-header {
	background-color: #fff;
}
.header[role=banner] .button.button-primary {
	font-size: 16px !important;
	font-weight: 500 !important;
	border-bottom: dotted 2px #666;
}
.header[role=banner] .button.button-primary:hover {
	font-size: 16px !important;
	font-weight: 500 !important;
	border-bottom: solid 2px #333;
}
/*END:styles from /neve/style.css */

/*BEG: tweak gsc-input */
/* ### BEG: gcs nav-component ### */
/* /header-footer-grid/templates/components/component-search.* */
.gsc-search-box table {margin:4px;}
.gsc-search-box table tbody tr td,
.gsc-search-box table tbody tr td > input,
.gsc-search-box table tbody tr td > input:focus {
	background: none !important;
	background-color: rgba(0,0,0,.0000001)!important;
	border-bottom: none !important;
	border: none !important;		
	padding: 0px !important;
}
.gsc-input-box table{margin:0 !important;}

/* Neve over-ride box-shadow of search fields */
.builder-item .item--inner > .builder-item--header_search form .gsc-input-box input:read-write,
form .gsc-input-box input:read-write,
#gsc-i-id1.gsc-input:focus {
	align-items: end;
	color: #333 !important;
	display: inline-flex;
	font-size: 16px !important;
    padding: 0 4px !important;	
}
table.gsc-search-box td:has(#gsc-i-id1) {
    align-items: end;
	display: inline-grid;
	vertical-align: text-bottom !important;
}
.gsc-input-box input:read-write:focus {
	box-shadow: none !important;
	color: #333 !important;
	font-size: 16px !important;	
	outline:0 !important;
}
.gsc-input-box {
	font-size:16px !important;
	height:36px !important;
	border-radius:30px 0px 0px 30px !important;
	border-color:#dddddd !important;
	border-right-color:#ffffff !important;
	padding-left:20px;
}
.gsc-input-box input{height:auto !important;background: transparent !important;}
.gsc-input-box input:focus{height:auto !important;background: transparent !important;}
.gsc-input {background-image: none !important;}
/*.gsc-search-box table tbody tr td .gsib_b::before { content: " "; } */
.gsc-search-button,
td.gsc-search-button {
	padding-left:33% !important;
	padding-top:5px;
	margin-left:0 !important;
	border-radius:0px 30px 30px 0px !important;
	max-width:50px;
	min-height:36px;
	background-color:#193f6f !important;
	
}
.gsc-search-button-v2, .gsc-search-button-v2:hover {
	border-color:initial !important;
	/*border-style:none !important;*/
}
	
@media only screen and (max-device-width: 481px) { 
	/* smartphones, Android phones, landscape iPhone */ 
	.splash-search {width:75%;min-width:75%;}
	.gsc-search-box table {margin:2px;}
	.gsc-search-box {min-width:75%;}
	#___gcse_1 .gsc-search-box {min-width:50%;}
	.gsc-search-button,
	td.gsc-search-button {
		padding-left:10% !important;
		padding-top:11px;
		min-width:50px;
	}
	.gsc-search-button-v2,
	.gsc-search-button-v2:hover {
		border-color:initial !important;
		border-style:none !important;
	}
}
/* ### END: gcs nav-component ### */

/* desktop 769*/
@media (min-width: 769px) {
	.builder-item--header_search > td + input.gsc-input,
	.builder-item--header_search input.gsc-input {
		border: none;
		/* background: url(https://www.google.com/cse/static/images/1x/en/branding.png) left center no-repeat rgb(255, 255, 255); */
		background: none;
		background-color: rgba(255,255,255,.000001) !important;
		font-size: 16px !important;
		height: auto;
		margin: 0px;
		min-width: calc(350px - 40px); /* 350px */
		outline: none;
		padding: 0px;
		vertical-align: text-bottom !important;
		width: 100%;
		
	}
	.builder-item--header_search td.gsc-input input.gsc-input:focus {
		border: none !important;
		background: none !important;
		background-color: rgba(255,255,255,.000001) !important;
		font-size: 16px !important;
		height: auto;
		margin: 0px;
		min-width: calc(350px - 40px); /* 350px */
		outline: none;
		padding: 0px;
		width: 100%;
		
	}
	.splash-search {max-width:40%;margin:0 auto; width: 100%; }
	.splash-search-hint {
        color: #fff;
        display: inline-block;
        font-weight: 500;
		position: relative;
        text-align: center;
		text-shadow: 0 0 10px #000;
        width: 100%;
	}
	.splash-search-hint strong {
		background-color: rgba(0, 0, 0, .6);
        border-radius: 5px;
		display: inline-block;
		margin: 0 auto !important;
		max-width: 350px;
		min-width: 280px;
        padding: 0 13px;		
		text-align: center;
		width: auto;
	}
}
/* mobile 768*/
@media (max-width: 768px) {
	.header-top-inner .container {
		padding: 4px 0  4px 10px !important;		
	}
	.builder-item:has(.site-logo),
	:where(.builder-item:has(.site-logo)) {
		margin:4px 10px 0 4px;
		padding-left: 5px !important;
		padding-right: 5px !important;
	}
	.builder-item.tablet-left.mobile-left .site-logo {
		padding:2px !important;
		max-width: 50px !important;
		overflow: hidden;
		width: 50px;
	}
	.site-logo a img {
		height: auto !important;
		margin-left: 0;
		max-height: 20px !important;
		max-width: 95%;
		width: auto !important;
		overflow: hidden;
	}
	.builder-item--header_search input.gsc-input {
		border: none;
		background: url(https://www.google.com/cse/static/images/1x/en/branding.png) left center no-repeat rgb(255, 255, 255);
		font-size: 16px !important;
		height: auto;
		margin: 0px;
		min-width: 110px;
		max-width: 33%;
		outline: none;
		padding: 0px;
		width: 100%;	
	}
	.builder-item--header_search td.gsc-input input.gsc-input {
	}
	.menu-mobile-toggle .navbar-toggle .bars { padding-top:5px;}
	.splash-search {max-width:80%;margin:0 auto; width: 100%; }
	.splash-search-hint {
		background-color: rgba(0,0,0,.5);
		border-radius: 5px;
		color:#fff;
		display: inline-block;
		font-weight:500;
		margin: 0 5%;
		padding: 3px 1em;
		position: relative;
		text-align: center;
		text-shadow: 0 0 10px #000;
		width: 90%;
	}	
}
/*END: tweak gsc-input */

/*BEG: news_page.*, content-newsfeature.*, content-newsrecent.* */
.about-col {padding-right:10%;}

.featured-post-container {
	display:inline-grid;
	grid-template-areas: "img featured_item";
	margin-bottom:30px;
	margin-left:2%;
}	
.featured-post-container .featured_item p {
	text-wrap: pretty;
}
.featured-post-container div p a[rel=bookmark] {
	font-weight: 600;
	padding: 0 10px;
}
.featured-image {
	border-radius:8px;
	box-shadow: 0px 0px 4px 0px rgba(70,70,70, 0.2);
	display:inline-block;
	height:250px;
	margin-right:30px;		
	min-width:200px;
	min-height:250px;	
	margin-top:10px;		
	object-fit: cover;
	overflow:hidden;
	vertical-align:top;
	width:200px;
}

.recent-post-container {
	display:inline-grid;
	grid-template-areas: "img featured_item";
	grid-template-columns:  134px auto;
	margin-bottom:30px;
	margin-left:5%;
	max-width: 750px;
	min-width: 300px;
	width: 100%;
}
.recent-post-container a {
	background-color:#fff;
	text-decoration:none;
}
.recent-post-container p {
	text-wrap: pretty;
	max-width: 70ch !important;
}
.recent-post-container p a {
	background-color:#fff;
	color:#333;
	text-decoration:none;
}
.recent-post-container p a[rel=bookmark] {
	color: #193f6f;
	font-weight: 600;
	padding: 0 10px;
}
.recent-image {
	border-radius: 7px !important;
	display:inline-block;
	height:120px;
	margin-right:20px;
	margin-top:10px;
	min-width:100px;		
	min-height:120px;
	object-fit: cover;
	overflow:hidden;	
	vertical-align:top;
	width:100px; 
}
:where(.recent-image[src]:is(:empty)) {
	background: #f8f8f8 url(/wp-content/themes/deoi/img/default-indyskyline.png) !important;
	background-position: center bottom;
	background-size: cover !important;
	color: #000;
	font-size: 90%;
	font-weight: 500;
	line-height: 1.2;
	max-width: 140px;
	height: auto;
}	
.recent-entry {display:inline-block; max-width:80%;}

.recent-post-container .featured_item {
	display:inline-block;
	text-wrap: pretty;
	width:90%;
}
.recent-post-container .featured_item p {
	text-wrap: pretty;
}

.recent-post-container .featured_item_content,
.recent-post-container .search_item_content a p {
	font-size:16px;
	line-height:1.4 !important;
}

.about-item {
	display: inline-block;
	width: auto;
	padding-right: 1em;
	line-height: 1.4;
}
	
	/*mobile*/
	@media (max-width: 767px) {
		.about-col h2.wp-block-heading {margin-bottom: 0px;}
		.about-col .posts-wrapper {margin-bottom: 10px;}
		.featured-post-container {
			display: inline-grid;
			gap: 20px;
			grid-template-areas: "img"
								 "featured_item";
			margin-bottom: 30px;
			margin-left: 2%;
		}
		.recent-post-container {
			display: inline-grid;
			gap: 20px;
			grid-template-areas: "img"
								 "featured_item";
			grid-template-columns: auto;
			margin-bottom: 30px;
			margin-left: 5%;
			max-width: 750px;
			min-width: 300px;
			width: 100%;
		}	
	}
/*END: news_page.*, content-newsfeature.*, content-newsrecent.* */

.navbar,
#headernavbar {
	background-color: #fff;
	/*padding: 2vh 8vw;*/
	box-shadow: 0px 8px 24px #424B5A1F;
}
/* .is-menu-sidebar.menu_sidebar_dropdown .header-menu-sidebar {
    z-index: 1499;
    visibility: visible;
    height: auto !important;
    max-height:450px
} */

h1 {

}

h2 {
  font-family: Poppins;
  font-size: 3rem!important;
  font-weight: 700 !important;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: left;
  color: var(--charcoal-grey);
}
:where(.dark h2,.dark h3,.dark h4,.dark h5) {color: #fff !important;}
h3 {
  font-family: Poppins;
  font-size: 2.25rem;
  font-weight: 700 !important;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.53;
  letter-spacing: normal;
  text-align: left;
  color: var(--charcoal-grey);
}

h4 {
  font-family: Poppins;
  font-size: 1.5rem;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.46;
  letter-spacing: normal;
  text-align: left;
  color: var(--charcoal-grey);
}

h5 {
  font-family: Poppins;
  font-size: 1.125rem;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: left;
  color: var(--charcoal-grey);
}

h6 {
  font-family: Poppins;
  font-size: 1rem;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.56;
  letter-spacing: normal;
  text-align: left;
  color: var(--charcoal-grey);
}

.entry-banner {
	height: 62vh;
	background-color: #00739a!important;
	background-image: linear-gradient(to bottom right,#00739a , #193f6f);
	border-radius: 0rem;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 5% 75%;
}

.entry-meta-box {
	margin:auto;
	max-width:950px;
	background:white;
	box-shadow:0px 8px 24px #424B5A12;
	margin-top:-26vh;
	border-radius: 12px;
    padding: 36px;
	min-height:250px;
	position:relative;
	z-index:5;
}


.centerIt {
    text-align: center;
}

.picSizeBio {
    margin-bottom: 10px;
    width: 100%
}

.entry-person-headshot {
	width:256px;
	height:256px;
	background-color:#f0f0f0; 
	border-radius:50%;
	background-repeat:no-repeat;
	background-position: 50% 20%; /*before this was center, or 50% 50% */
	background-size: cover; /*we set this to cover before*/
}



.entry-person-meta div {
	margin-top:5px;
}

.entry-person-meta div.entry-meta-buttons {
	margin-top:20px;
}

div.entry-meta-buttons {
    width: 144px;
    height: 42px;
    font-size: 14px;
    color: ;
    font-family:Poppins;
}

.tlbutton {
    border: 1px solid #193f6f;
    border-radius: 26px;
    padding: 10px 30px 10px 30px;
    color: #193f6f;
   transition: all 0.3s ease;
   display: none;
}

.tlbutton:hover, .tlbutton:focus {
    color: #fff;
    background-color: #193f6f;
    border-color: none;
    outline:0;
}

/* overline text styles for entry category names. ex. PEOPLE (ALL CAPS) */

/* styles in this style block can be added to theme style.css */
/* edited/moved 'DEOI Photo Caption Widget' to 'Appearance > Widgets > Inactive widgets'- '/deoi/widgets/deoi_photo_caption_widget.php' */
/*.entry-meta-box,*/
.hide {display:none; height:0; width: 0;}
/* desktop */
@media (min-width: 769px) {
	.entry-meta-card {
		max-width: 950px;
		background: #fff;
		border-radius: 12px;
		box-shadow: 0px 8px 24px rgba(0,0,0,.065);
		margin-bottom: 35px;
		margin-top: -22vh;
		min-height: 240px;
		padding: 1em 1.5em;
		position: relative;
		z-index: 5;
	}
	.entry-meta-name h1 {
		color: #444 !important;
		font-family: Poppins;
		font-size: 2.8rem !important;
		line-height: 1.15 !important;
		text-wrap: balance;
	}	
}	
/*mobile*/
@media (max-width: 768px) {
	.entry-meta-card {
		max-width: 768px;
		background: #fff;
		box-shadow: 0px 8px 24px rgba(0,0,0,.065);
		margin-bottom: 35px;
		/* margin-top: -36vh; */
		margin-top: -22vh;
		border-radius: 12px;
		padding: 1em 1.5em;
		position: relative;
		z-index: 5;
	}
	.entry-meta-name h1 {
		color: #444 !important;
		font-family: Poppins;
		font-size: 2rem !important;
		line-height: 1.15 !important;
		margin-bottom: 15px; 
		text-wrap: balance;
	}	
}	
.entry-meta-card:after {
    clear: both;
	content: "";
    height: 1px;
	display: block;
    width: 100% !important;
    height: 5px;
}
.wp-block-columns.entry-category-link {
    margin-bottom: 0.15em;
}
.entry-meta-linkback {
	margin-bottom: 10px !important;
}
.entry-meta-linkback.align-center {
	text-align: center;
}
.entry-meta-linkback.align-left {
	text-align: left;
}	
/* .entry-category-link p {margin-bottom: .1em;text-align: center;} */
p.entry-category-link {font-size:14px; margin-bottom: .1em;} 

.wp-block-columns.entry-card-title {margin-bottom: 0 !important; padding: .5em .5em 1.5em .5em;}

.person-card {margin-bottom: 10px;}

.portrait-obj-fit {
	max-width: 200px !important;
	width: 100%;
}
.portrait-obj-fit img {
	border-radius: 15px !important;
	height: auto;
    max-width: 200px;
	object-fit: contain;
    /* object-fit: cover;
    max-height: 190px;
    overflow: hidden; */	
}
.wp-block-image.portrait-obj-fit {
    margin: 0 0 1.5ch 0;
}	

.portrait-obj-fit figcaption {
    color: #222;
    font-size: 13px;
    font-weight: 450;
    line-height: 1.33;
    margin-top: 10px;
    margin-bottom: 4px;
    text-wrap: balance;		
}
.portrait-obj-fit figcaption b {font-weight: 600;}	
.portrait-obj-fit figcaption a {
    color: #003e52 !important;
	margin-left: 10px;
}
.portrait-obj-fit figcaption a:link,
.portrait-obj-fit figcaption a:visited{
    color: #003e52 !important;
    text-decoration: underline !important;
}
.portrait-obj-fit figcaption a:hover,
.portrait-obj-fit figcaption a:active{
    background-color: #ffc;
	color: #003e52 !important;
    text-decoration: above;
}
.portrait-obj-fit figcaption details>summary {
	background-color: #ededed;
	border-radius: 4px;
	display:grid;
	font-weight: 550;
	grid-template-columns: 3fr 1.5fr;
	list-style: none;
	max-width: 288px;
	padding: 2px 4px;
	width: 100%;
}
.portrait-obj-fit figcaption summary::-webkit-details-marker {
	display: none;
}

.portrait-obj-fit figcaption summary::after {
	content: 'open (+)';
	font-weight: 550;
	margin-left: 5px;
	position: relative;
	right:0;
	text-align:left !important;	
}

.portrait-obj-fit figcaption details[open] summary:after {
	content: "close (-)";
	font-weight: 550;
	margin-left: 5px;
	position: relative;
	right: 0;
	text-align:left !important;	
}
.portrait-obj-fit figcaption details div,
.portrait-obj-fit figcaption details div.more-credits {
    margin: 5px;
}

/*#### BEG:entry-meta-card in-post PEOPLE*/
.entry-category-link p {margin-bottom:10px !important;}
.person-portrait details>summary {
    background-color: #ededed;
    border-radius: 4px;
    color: #333	;
    display: grid;
    font-weight: 550;
    font-family: arial, sans-serif;
	font-size: 13px;	
    grid-template-columns: 3fr auto;
	line-height: 1.3;	
    list-style: none;
	margin-top: 0.5em;
    margin-bottom: 0.5em;    
	max-width: 200px;
    padding: 2px 4px;
    width: 100%;
}
.person-portrait summary::after {
    background-color: #ddd;
    border-radius: 2px;
	color: #333;
	content: "OPEN [\002B]";
	font-family: monospace, lucida, monaco, courier;	
    font-weight: 550;
	padding: 0 .3ch;	
    position: relative;
    right: 0;
    text-align: right !important;
}
.person-portrait details[open] summary:after {
    background-color: #ddd;
    border-radius: 2px;
	color: #333;
    content: "SHUT [x]";
	font-family: monospace, lucida, monaco, courier;
    font-weight: 550;
	padding: 0 .3ch;
    position: relative;
    right: 0;
    text-align: right !important;
}
.person-portrait details div.more-credits  {
    font-size: 12px;
	line-height: 1.3;
	margin: 5px !important;
	max-width: 200px;
}
.person-portrait details div.more-credits a {
	display: inline;
	margin: 0 4px;
}
.more-credits a:link,
.more-credits a:visited {
	border-bottom: solid 1px #2f5aae !important;
}
.more-credits a:hover,
.more-credits a:active {
	border-bottom: dotted 1px #2f5aae !important;
}
/*#### END:entry-meta-card in-post PEOPLE*/

/*hide figure tag when img is empty*/
.something {display:none;}

.wp-block-group.overline-text-1 {
    color: #333!important;
    font-family: Poppins;
}
.entry-category-link a {
    color: var(--ocean) !important;
}
.entry-category-link a:link,
.entry-category-link a:visited{
    color: var(--ocean) !important;
    text-decoration: underline !important;
}
.entry-category-link a:hover,
.entry-category-link a:active{
    background-color: #ffc !important;
	color: var(--ocean) !important;
    text-decoration: underline !important;
}
.entry-meta-name {
    margin-top: 5px !important;
    margin-bottom: 20px !important;
}

.wp-block-group.entry-meta-summary {
    font-size: 22px;
    font-weight: 500;
    padding-top: 0px !important;
    text-transform: initial !important;
}
.wp-block-group.entry-meta-summary p {margin-bottom: 5px}

/* .overline-text-1 {
  text-transform:uppercase;
  font-family: Poppins;
  font-size: 0.875rem;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: 1.01px;
  text-align: left;
  color: var(--ocean);
}

.overline-text-2 {
  font-family: Poppins;
  font-size: 0.75rem;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: 0.86px;
  text-align: left;
  color: var(--ocean);
}

.entry-meta-name h1 {
	font-weight:700;
	font-size:36px;
}

.entry-meta-birth-death {
	margin-top:-20px;
	margin-bottom:30px;
    font: normal normal 400 22px/25px Poppins;
	letter-spacing: 0px;
	color: #94A0A8;
	opacity: 1;
}

.entry-meta-summary {
	font-size:22px;
	font-weight:500;
}

.entry-body {
	margin-top:5vh;
}

.pagination {
   padding-top: 15px;
   list-style-type: none !important;
}
.page-body .picEntry {
   margin-top: 15px;
}

.page-body .partialLine {
   margin-left: 15px;
   margin-top: 15px;
}
.page-link {
  font-size: 16px;
}
.page-body {
    margin-top:15vh;
    font-size: 12px;
}

.page-body .moreTitle {
    font-size: 16px;
}

.page-body .moreBlurb {
    font-size: 14px!important;
}
 */
/*KEY WORD BOX STYLES*/
.keyword-box {padding:10px 20px 20px 20px;border:2px solid #ccc;background-color:#ddeeff;}
.keyword-label{color:#555;font-weight:600;margin-bottom:10px;}
.tag-box {display:inline-block; padding:5px; color:#fff; background-color:#555; border-radius: 4px; font-size:13px; font-weight:700; margin-right:8px ;margin-bottom:8px;}
.tag-box a {color:#f0f0f0;}
.tag-box a:link,.tag-box a:visited{color:#fff !important;}
.tag-box a:hover,.tag-box a:active{color:#fff !important;}
/* -end- KEY WORD BOX STYLES*/

@media (min-width: 1200px) {
	.entry-body, .page-body {
		max-width: 900px;
	}
}

.entry-meta-summary {
  padding-top: 10px;
}

.author {
    margin-bottom:10px;
    display: inline-block;
    width: 50%;
}
.piccredit {
  display: inline-block;
  padding-top: 5px;
  font-family: Poppins;
  font-size: 0.875rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: right;
  width: 50%;
  color: var(--bluish-grey);
}

.aboutMap {
    margin-top: 3px;
    line-height:1.5;
    font-size: small;
    font-family: Poppins;
}


.sugg{
   background-color: #193f6f;
   margin-top:56px;
   padding: 24px 24px 24px 24px;
   border-radius: 6px;
}

.suggHead  {
 font-family: Poppins;
  font-size: 1.125rem;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: left;
  color: white;
  background-color: #193f6f;
}

.suggBody {
  font-family: Poppins;
  font-size: 0.875rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.57;
  letter-spacing: normal;
  text-align: left;
  color: white;
  padding-top:10px;
  padding-bottom: 20px;
}

.suggHolder {
    padding-bottom: 10px;
}

.suggButton {
    padding: 10px 30px 10px 30px;
    border-radius: 26px;
    background-color: transparent!important;
    border: 1px solid #fff;
    color: white;
    font-family: Poppins;
    font-size: 0.875rem;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.57;
    letter-spacing: normal;
    text-align: left;
    transition: all 0.3s ease;
}

.suggButton:hover, .suggButton:focus {
    color: #193f6f;
    background-color: #fff;
    border-color: none;
    outline:0;
}

/* morelikethis component styles*/

.moreLike {
    max-height: 400px;
    overflow-y: auto;
}

.picEntry {
    width: 25%;
    display: inline-block;
  	background-size:cover;
    box-sizing: border-box;
    vertical-align: top;
    text-align: left;
    border-radius: 5px;
    margin-bottom: 10px;
}

.wholeLine {
    width: 100%;
    display: block;
    font-family: Poppins;
    font-size:xx-small;
    text-align: left;
    box-sizing: border-box;
    margin-bottom: 10px;
}

.partialLine {
    padding-left: 10px;
    width: 70%;
    display:inline-block;
    font-family: Poppins;
    font-size: xx-small;
    text-align: left;
   box-sizing: border-box;
   margin-bottom: 10px;
}
   .moreTitle {
  font-family: Poppins;
  font-weight: bold;
  font-size: 1rem;
  line-height: 1.125rem;
  }

.moreBlurb {
  font-family: Poppins;
  font-size: 0.875rem;
  text-align: left;
  line-height: 1.375rem;
  color: #575F69;
}
/* end morelikethis component styles*/

/* viz styles for Place visualizations*/

.svheader {
    color: #7c878e;
    font-family: Poppins;
    text-align:left;
    font-size: medium;
    height: 20px;
}
.svval {
    color: #193F6F;
    font-family: Poppins;
    text-align: left;
    font-size: x-large;
    font-weight: bold;
    height: 35px;
}

.svleg {
    text-align: left;
    font-size: small;
    font-family: Poppins;
    color: #575F69;
}


.vizsinglehalfpic {
    width: 76px;
    height: 76px;
    display: inline-block;
    border-radius: 50%;
    background-color: #09346A14;
    background-repeat: no-repeat;
     background-position: 50% 50%;
     vertical-align: top;
}

.vizpoppic {
  background-image: url('http://localhost:8888/wp_deoi3/wp-content/themes/blankslate/img/People.svg');
  /* background-image: url('http://127.0.0.1:81/wordpress/wp-content/themes/blankslate/img/People.svg');*/
}
.vizincomepic {
	background-image: url('http://localhost:8888/wp_deoi3/wp-content/themes/blankslate/img/money-bag-with-dollar-symbol.svg');
 /*background-image: url('http://127.0.0.1:81/wordpress/wp-content/themes/blankslate/img/money-bag-with-dollar-symbol.svg');*/
}
.vizhomepic {
	background-image: url('http://localhost:8888/wp_deoi3/wp-content/themes/blankslate/img/home1.svg');
 /*background-image: url('http://127.0.0.1:81/wordpress/wp-content/themes/blankslate/img/home1.svg');*/
}
.viznopic {
    background-image:none;
    background-color: white;
}
.vizsinglehalfInfo {
    width: 60%;
    padding-left: 20px;
    display: inline-block;
}

/*end viz styles*/

/* line chart viz styles*/
.multiLineChartClass path {
        stroke-width: 3;
        fill: none;
    }

   .multiLineChartClass .axis path,
    .multiLineChartClass .axis line {
        fill: none;
        stroke: none;
    }

   .groups, .tick {

    font-weight: 300;
    font-size: 11px;
    font-family: Poppins;
    stroke-width: 1px;
    color: #333!important;
    fill:#333;
}

    .active {
    color: #00739a !important;
}

   
.rangeLabel{
    font-size: 10px;
    font-weight: bold;
    transform: translate(0,-6px);
    fill: #09346A;
    font-family: Poppins;
}



.legend {
    background-color: white;
    font-family:Poppins;
    font-size: 12px;
    color: #333!important;
    transform: translate(0px,-50px);
}

/* end line chart viz style*/

/* vertical bar viz style*/
.bar .axis path,
.bar .axis line {
  fill: none;
  stroke: #000;
  shape-rendering: crispEdges;
}

.vbartitle {
    font-family:Poppins;
    font-size: 12px;
    color: #7C878E;
    padding-top:20px;
}

.noaxis path  {
    fill: none;
    stroke: transparent;
}


.d3-tip {
  line-height: 1;
  font-weight: bold;
  padding: 12px;
  background-color: lightsteelblue;
  color: black;
  border-radius: 2px;
  font-family: Poppins;
}

/* Creates a small triangle extender for the tooltip */
.d3-tip:after {
  box-sizing: border-box;
  display: inline;
  font-size: 10px;
  width: 100%;
  line-height: 1;
  color: black;
  content: "\25BC";
  position: absolute;
  text-align: center;
}

/* Style northward tooltips differently */
.d3-tip.n:after {
  margin: -1px 0 0 0;
  top: 100%;
  left: 0;
}

.verticalBarAxis .tick text {
	transform: translate(-10px,0) rotate(-45deg);
}

.toolTip {
    position: absolute;
    display: none;
    z-index: 2001; 
    transform: translate(0,40px);
    text-align:left;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
     width: auto;
     height: auto;
     background-color: white;
        border: 0 none;
        border-radius: 8px 8px 8px 8px;
        box-shadow: -3px 3px 15px #888888;
        color: black;
        font: 12px sans-serif;
        padding: 5px;
        text-align: center;
}


/* end vertical bar viz style*/

/* age pyramid begin*/

 .pyr img {
    display: inline-block;
  }
 .population path {
            fill:none;
            stroke: transparent;
        }
.pyrTitle {
  font-family:Poppins;
    font-size: 12px;
    color: #7C878E;
    padding-top:20px;
}

   rect.male {
            fill: #016B94;
        }

   rect.female {
        fill: #FBC619;
    }

/* age pyramid end*/

publicationIndicator {
    font-family:Poppins;
    font-style: italic;
}
/* .deoi_container figcaption,
.blocks-gallery-caption.wp-element-caption {
    font-size: .9em !important;
    opacity: 1 !important;
	text-align: left !important;
}
.deoi_container figcaption a {border-bottom: solid 1px #193f6f;margin-left: 5px;}

.wp-block-gallery.has-nested-images figure.wp-block-image figcaption {
    background: linear-gradient(0deg, #000000b3, #0000004d 70%, #0000);
    bottom: 0;
    box-sizing: border-box;
    color: #fff;
    font-size: 13px;
    left: 0;
    margin-bottom: 0;
    max-height: 60%;
    overflow: auto;
    padding: 0 8px 8px;
    position: absolute;
    scrollbar-color: #0000 #0000;
    scrollbar-gutter: stable both-edges;
    scrollbar-width: thin;
    text-align: center;
    width: 100%;
    will-change: transform;
} */
/* BEG:testing color change to match entry links */
/* BEG:########################################## */
/* :is(.related_links span i){text-transform: capitalize !important;} */
:where(main#content) :is(a:link,a:visited,.related_links) :not(.home *,.single-guides *,#post_container *,.browse-cat *,.browse-topic *,.browse-reads-item *,aside#secondary *,.big-pane *,.half-pane *,.banner.timeline-banner *,.post-type-archive-exhb_item *) :not(.move-circle *,#move-right *,#mv_right *,#move-left *,#mv_left *,.related-content *) {
    color: #00739a;
    border-bottom: dashed 1px #00739a;
	font-weight: 500;
	text-decoration: none !important;
}
:where(main#content) :is(a:hover,a:active,.related_links:hover) :not(.home *,.single-guides *,#post_container *,.browse-cat *,.browse-topic *,.browse-reads-item *,aside#secondary *,.related-content *,.big-pane *,.half-pane *,.banner.timeline-banner *,.post-type-archive-exhb_item *) :not(.move-circle *,#move-right *,#mv_right *,#move-left *,#mv_left *,.related-content *) {
    color: #193f6f;
    border-bottom: solid 1px #193f6f;
	font-weight: 500;
	text-decoration: none !important;
}
.pop,
.arrow_box,
.pop:hover,
.arrow_box:hover,
.related-content,
.related-content:hover {
    border-bottom: none !important;
}

.related-content {background-color: #fff !important;}
.related-headline {color: #444 !important;}
.tag-box:hover {
    background-color: #000 !important;
}
/* a:link {
  color: #00739a;
}
a:visited {
  color: #00739a;
}
a:hover {
  color: #00739a !important;
}
a:active {
  color: var(--strawberry);
} */
/* old, dark-blue #193f6f */
/* END:########################################## */
/* END:testing color change to match entry links */
/* popup for information about references in body of deoi text*/
.arrowDown {
  width: 0; 
  height: 0; 
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 20px solid #fff;
  position:absolute;
  z-index: 500;
  box-shadow: 0px 16px 36px #6A7A8017;
}


#modalWrapper {
    display: none;
    z-index: 100;
    position:absolute;
    background-color: white;
    border: solid;
    border-color: white;
    border-width: 2px;
    border-radius: 12px;
    box-shadow: 0px 16px 36px #6A7A8017;
}

#modalContent {
    overflow-y: auto;
    max-height: 250px;
    width: 100%;
    padding: 15px;
}


/* end of popup for deoi text*/
@media screen and (max-width: 1000px) {
.entry-person-headshot {
	width:220px;
	height:220px;
	border-radius:50%;
	background-size:contain;
  margin: auto;
  margin-top: 40px;
  background-position: 50% 20%;
  background-size: 110%;
}

.body-text {
  font-family: Poppins;
  font-size: 0.875rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.57;
  letter-spacing: normal;
  text-align: left;
  color: var(--slate-grey);
}
.small-text {
  font-family: Poppins;
  font-size: 0.688rem;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 3.27;
  letter-spacing: normal;
  text-align: left;
  color: var(--bluish-grey);
}

.entry-meta-box {
	margin:auto;
	max-width:92vw;
	background:white;
	box-shadow:0px 8px 24px #424B5A12;
	margin-top:-26vh;
	border-radius: 12px;
}

.navbar-brand img {
	height: 24px;
}

.logo1 {
  display: none;
}

.logo2 {
  display: block;
}
}


/*HEADER-TOP MENU*/
.header {position:fixed !important; top:0;width:100%;z-index:1500!important;box-shadow:0px 8px 24px #424B5A12;}

/* tweak [X] close panel button */
.navbar-toggle {
    --primarybtncolor: var(--color);
    --primarybtnhovercolor: var(--color);
    --primarybtnbg: var(--bgcolor, transparent);
    --primarybtnhoverbg: var(--bgcolor, transparent);
    --primarybtnborderwidth: var(--borderwidth, 1px);
    --primarybtnborderradius: var(--borderradius, 0);
    padding: 0 !important;
    box-shadow: none;
    display: flex;
    align-items: center;
}
/* .navbar-toggle .bars {padding: 4px;} */

.navbar-toggle .bars {
	padding: 0;
}
/* replaced html-built hamburger-style menu icon with css entity='\2630' */
.menu-mobile-toggle .navbar-toggle .bars:before {
    color: #333;
    content: '\2630';	
    display: inline-flex;
    font-size: 18px;
    font-family: arial, sans-serif;
    font-weight: 700;	
    height: auto;
    margin: 0;
    padding: 3px;	
    text-align: center;
	width: 24px;
}
/* replaced html-built X-close menu icon with css entity='\2716' */
.menu-mobile-toggle.is-active .navbar-toggle .bars:before {
    color: #333;
    content: '\2716';	
    display: inline-flex;
    font-size: 24px;
    font-family: arial, sans-serif;
    font-weight: 700;	
    height: auto;
    margin: 0;
    padding: 0px;	
    text-align: center;
	width: 24px;
}
.icon-bar {display: none !important;}
/* #deoi_megamenu_container moved from functions */
#deoi_megamenu_container {
	display:block;
	text-align:left;
}

/* tweak megamenu open panel top */
#header-menu-sidebar-inner {
    margin: 0 auto;
	max-width: 85%;
    padding-top: 0px !important;
}
.is-menu-sidebar.menu_sidebar_dropdown .header-menu-sidebar-inner {
    max-height: 500px !important;
    padding: 20px 0;
	overflow-y: hidden;
}
@media (max-width: 915px) {
	.is-menu-sidebar.menu_sidebar_dropdown .header-menu-sidebar-inner {
		height: auto;
		max-height: 600px !important;
		padding: 20px 0;
		overflow-y: scroll;
	}
	#header-menu-sidebar-inner {
		margin: 0 auto;
		max-width: 100%;
		padding-top: 0px !important;
	}	
	#deoi_megamenu_container {
		height: auto;
		max-width: 100% !important;
		width: 98% !important;
	}
	#deoi_mm_col3 {
		height: auto;
		max-width: 100% !important;
		width: 98% !important;
	}
	#about-container,
	#deoi_header_contact {
		height: auto;
		max-width: 400px;
		min-width: 310px;
		width: 100%;
	}
	#deoi_header_contact {
		margin-top: 20px !important;
	}

	/* exhibit posts */
    body:where(.post-type-archive-exhb_item) main#content.neve-main {
        margin-top: 100px !important;
        display: block !important;
        height: auto;
	}
    body:where(.post-type-archive-exhb_item) .breadcrumb-contrast,
	body:where(.post-type-archive-exhb_item) .title-container {
			margin: 20px auto;
		}
   /*  body:where(max-width:360px,.post-type-archive-exhb_item) main#content.neve-main {
        margin-top: 175px !important;
        display: block !important;
        height: auto;
	} */	
}
/* removed from headerphp- styles for mega menu */
mark{ background: #aad8ff; color: black; padding:1px;} /*styles for mark.js highlighting*/
#header-menu-sidebar {max-height:100vh !important;}
#header-menu-sidebar-bg {
	min-height:92vh; 
	background-color:#224a86;
	width:101vw;
	background-size:cover; /*1000px;*/
	background-position:right bottom; 
	background-repeat:no-repeat;
	background-image:url("/wp-content/themes/deoi/assets/img/skyline_lg.png");
}

/*#header-menu-sidebar-inner{max-width:85%;padding-top:60px;}*/
.deoi_mm_col {display:inline-block;color:#fff;vertical-align:top;margin-bottom:40px;}
.deoi_mm_col h2{color:#fff;}
.deoi_mm_col ul li {margin-bottom:12px;}
.deoi_mm_col ul li a {color:#fff !important;}
.primary-menu-ul li a{ color:#fff !important;}


/* moved #about_box from functions <style> block */
#about_box {display:inline-block;padding:7px 15px;max-width:200px;margin-right:clamp(5px, 85%, 100px);border-radius:9px;border:1px solid rgba(255,255,255,0.2);background-color:rgba(255,255,255,0.1);}
#about_us {color:#f0f0f0 !important;font-weight:700;font-size:20px !important;}
#about_us:hover {color:#fff !important;}
#about_contents {display:inline-block;flex-direction:initial !important; margin-top:0;margin-left:20px !important; }
#about_contents li {display:inline-block !important;margin-right:40px;margin-bottom:0px;}
#about_contents li a{font-size:14px;}

/*LEFT-NAV*/
#left-side-nav {
	top:0px;
	left:0px;
	padding-top:120px;
	min-height:1000px;
	background-color:#444445;
	max-width:80px;
}
.left-nav {
	list-style-type:none; 
	font-weight:700;
	margin-left:15px;
	margin-top:40px;
	margin-bottom:100px;
	transform-origin: 0 70%;
	transform: rotate(270deg);
}
	
.left-nav a {
	color:#999;
	text-decoration: none !important;
}

.left-nav a:hover {
	color:#FFF;
	text-decoration: none !important;
}

.left-nav > .active{
	color:#FF0 !important;
}

.left-nav-organizations {margin-top:70px;}

/*LEFT-FPP-NAV*/
#left-fpp-nav {
	top:0px;
	left:0px;
	padding-top:200px;
	min-height:1000px;
	max-width:80px;
	font-size:14px;
	margin-left:30px;
}

/* adding style for homepage left-scrolling navigation list */
#nav_list {
	background-color: rgba(255,255,255,.9);
	border-radius: 8px;
	min-width: 140px;
	padding: 5px;
	width: auto;
}

.lf-nav{
	margin-top:20px;
}

.lf-nav > a {
	padding-left: 5px !important;
	/* color: #7C878E !important; */
	color: #666 !important;
	font-weight: 500/*  !important */;
	font-size: 14px;
}

.lf-nav > .active{
	color:#00739a !important;
	font-weight:700 !important;
	border-left:2px solid #00739a !important;
	padding-left:5px !important;
	font-size:16px; !important;
}


/*HOME*/
/*#headernavbar{box-shadow:0px 8px 8px #888888;}*/
#wp-block-search__input-1{background-color:#fff;border-radius:25px;border:1px solid #000;width:40%;}
.front-page-text-1 {width:50%;margin-left:25%;margin-top:40px;font-weight:700;text-align:center;color: var(--cobalt); }

.is-search-icon {
	background-color: var(--cobalt)!important;
}

.is-search-submit {
	border:none !important;
	margin-top: 1px !important;
	height: 39px !important;
}

.front-page-scroll-down {font-weight:700;text-align:center;color: var(--cobalt);}

 /*archive paging numbers*/
.archive-container /* .posts-wrapper.row */ {
	display: block;
	margin: 0 auto;
	max-width: 960px;
	min-width: 300px;
	width: 100%;
}
.archive-container .nv-index-posts {
	display: block;
	max-width: 960px;
	min-width: 300px;
	width: 100%;	
}

.archive-container .posts-wrapper.row article {
	display: block;
	margin: 0 auto 50px auto;
	max-width: 960px;
	min-width: 300px;
	width: 100%;
}

/* BEG-from: timeline_functions.*** */
/* @media (min-width: 960px) { */
@media (min-width: 768px) {
	.nv-sidebar-wrap.nv-right {
		padding-left: 40px !important;
		padding-top: 30px !important;
    }
	#timeline_graphic_container {
        display: block;
        max-width: 100%;
        position: relative;
        width: 100%;
    }	
	#timeline_graphic {
		border-bottom:3px solid #FFF;
		display: table;
		height: 15px;
		margin-bottom:15px;
		margin-top:5px;
		min-width:100%;
		min-height: 15px;		
		width:100%;
	}
	.mobile-timeline-scroll { display:none;}
	/*overwrite neve */
	.nv-page-title { color: #fff; margin-bottom: 0 !important;padding-bottom:0 ! important;margin-top:40px;}
	.nv-page-title > a { color: #fff; text-decoration:none;}

	.nv-page-title{ border-bottom:none !important;padding-bottom:0 ! important; }	
	body.post-type-archive-timeline .neve-main > .archive-container .nv-index-posts.col {
		max-width: 70%;
	}
	.post-type-archive-timelines .nv-page-title-wrap {
		margin-top: 0px;
	}
	.archive-container .posts-wrapper.row {
		display: block;
		margin: 0 auto;
		max-width: 960px;
		width: 100%;
	}

	#timeline #post_container,
	#timeline section.scrollspy-post article #post_container {
		border-left:2px solid #00739A;
		margin-left:3%;	
		padding-bottom:30px;		
	}
	#timeline > article:last-of-type #post_container {
		border-left:none 0;
		margin-left:3%;	
		padding-bottom:30px;		
	}
	.timeline-image {
		border-radius:7px;
		cursor: pointer;
		display: inline-block;
		margin-left: 5%;
		margin-top: 20px;
		margin-bottom: 30px;
		max-height:200px;
		max-width:150px;
		min-width:150px;	
		min-height: 200px;
		min-width: 20%;
		object-fit:cover;
		pointer-events: auto !important;
		transition: all .2s ease-out;
		vertical-align: top;
	}
	.timeline-text-container {
		display:inline-block;
		width:65%;
		margin-left:40px;
		margin-top:20px;
		margin-bottom:5px;
		min-height: 100px;
		vertical-align: top;
	}	
/* trying...*/
	.banner.timeline-banner {
		padding-top: 75px;
	}
	.banner.timeline-banner .row {
		display: flex;
		flex-direction: row;
	}
	#timeline_graphic_container {
		display: block;
		max-width: 100%;
		position: relative;
		width: 100%;
	}
	
	.banner.timeline-banner .nv-page-title-wrap {
		border-bottom: none;
		display: inline-block;
		margin: 0 !important;
		padding-bottom: 0 ! important;
		width: auto !important;
	}
	.banner.timeline-banner .row .nv-page-title {
		color: #fff;
		margin-bottom: 0 !important;
		margin-top: 0px !important;
		padding-bottom: 0 ! important;
		position: relative;
	}
	.banner.timeline-banner h1,
	.banner.timeline-banner .row .nv-page-title h1 {
		font-size: 1.6em !important;
		margin-bottom: 0 !important;
	}
	.banner.timeline-banner .row:last-child {
		align-self: end !important;
		align-self: flex-end !important;		
	}

	#back_to_timelines a span {
		color:#fff;
		display: inline-block;
		font-size:16px;
	}
	
	.banner.timeline-banner .row #back_to_timelines {
		display: inline-block;
		margin-left: auto;
		margin-top: 0px/*  !important */;
		max-width:20%/*  !important */;
		min-width:20%/*  !important */;
		text-align: right;
		width: auto;
	}
	.timeline-popup-image {
		height: auto;
		margin: 0 auto;
		max-height: 600px !important;
		min-height: 150px !important;
		text-align: center;
	}
	/* works: :where(#image_container:is(:empty)) */
	#post_container :where(div[id*="image_container_"]:is(:empty)) {
		/* background: #f8f8f8 url('/wp-content/themes/deoi/img/default-indyskyline.png') !important;
		background-position:center top !important;
		background-size: cover !important;
		border-radius: 7px;
		box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3); */
		cursor: none; /*not-allowed*/
		display: inline-block;
		height: auto;
		margin-bottom: 30px;
		margin-left: 5%;
		margin-top: 20px;
		max-height: 200px;
		max-width: 150px;
		min-height: 100px;
		min-width: 20%;
		width: 100%;
	}
	
}
	
@media (min-width: 768px) {
	.nv-sidebar-wrap.nv-right {
		padding-left: 25px !important;
		padding-top: 30px !important;
    }
	#timeline_graphic_container {
        display: block;
        max-width: 100%;
        position: relative;
        width: 100%;
    }	
	#timeline_graphic {
		border-bottom:3px solid #FFF;
		display: table;
		height: 15px;
		margin-bottom:15px;
		margin-top:5px;
		min-width:100%;
		min-height: 15px;		
		width:100%;
	}
	.mobile-timeline-scroll { display:none;}
}

#back_to_timelines a {
	color: #fff !important;
	text-wrap: nowrap;
}
#back_to_timelines a:link, 
#back_to_timelines a:visited {
	border-bottom: dotted 2px #fff;
} 
#back_to_timelines a:hover, 
#back_to_timelines a:active {
	border-bottom: solid 2px #fff;
}
/* END-from: timeline_functions.*** */
/* BEG: timeline styles */
/*mobile*/
@media (max-width: 767px) {
	.timeline-popup-image {
		height: auto;
		margin: 0 auto;
		max-width: 240px !important;
		min-height: 150px !important;
		text-align: center;
	}

	:where(.timeline-image:is(:empty)) {
		display:none;
		height: 0 !important;
	}

	.post-type-archive-timelines .banner {
		min-height: initial;
		padding: 20px;
		padding-right:0;
	}
	
    .banner.timeline-banner {
        margin-top: 35px;
		/* min-height: initial; */
        padding: 10px 5px;
    }
    .banner.timeline-banner .row {
        column-gap: 30px;
		display: inline-flex;
		flex-wrap: wrap;
		margin: auto;
        max-width: 100%;
        padding: 5px;
    }
	#timeline_graphic_container {
		overflow-x: scroll;
		overflow-y: hidden;
		width: 100%;		
	}
	#timeline_graphic {
		border-bottom:3px solid #FFF;
		display: table;
		height: 15px;
		margin-bottom: 0px;
		margin-top:5px;
		max-width: 768px;
		min-height: 15px;
		overflow-x: scroll;
		overflow-y: hidden;
		width: 100%;
	}
	/*#timeline_graphic {
		margin-bottom:15px;
		margin-top:5px;
		min-width:100%;
		min-height: 15px;		
		width:100%;
	}*/	
	.mobile-timeline-scroll {
		background-color: #f9f9f9;
		color: #000;
		font-size: 12px;
		line-height: 1;
		margin: -1px auto 6px auto;
		padding: 3px 0;
		text-align: center;
		width: 100%;
	}
	.mobile-timeline-scroll b { font-size: 14px;}
	.banner.timeline-banner .nv-page-title-wrap {
		margin: 0px;
	}
	.banner.timeline-banner .nv-big-title {
		display: inline-block;
		margin-right: 0;
		margin-top: 0;
		max-width: 50%;		
		text-align:left;
		width: 100%;
	}
	
	.banner.timeline-banner .nv-page-title {
		margin-top:0px;
	}
	
	.banner.timeline-banner .nv-page-title-wrap.nv-big-title h1 {
		font-size:14px !important;
	}
 
	#back_to_timelines {
		display: inline-block;
		font-size:13px;		
		line-height: 1.3;
		margin-left: 0;
		margin: 0;
		max-width: 40%;		
		text-align:right;
		width: 100%;
	}
	#back_to_timelines a span {margin-top: 10px;}
	/* BEG:random 767 timeline classes */
	.timeline-image {
		width: 90% !important;
		max-width: 175px;
		background-size: cover !important;
	}
	
	.timeline-text-container { margin-left: auto; max-width: 96%; width:100%; }
	
	/* .timeline-body {
		width: 90% !important;
	}*/
	 
	.timeline-banner {
		padding-top:80px;
	}

	.timeline-banner .nv-big-title .nv-page-title h1 {
		font-size:16px !important;
	}
	
	/* END:random 767 timeline classes */
	/* when image is not defined, hide in mobile */
	#timeline > [id*="image_container_"] {
		display: none !important;
		min-height: 20px;	}	
}
/* END: timeline styles */

/* from: single.### style tags for timeline banner */
.nv-page-title p  { display:none; }
.nv-page-title-wrap{border-bottom:none; margin-left:20%; margin-right:20%; margin-top: 0px !important; width:100%;}
.nv-page-title { color: #fff; }
.nv-page-title > a { color: #fff; }
.nv-big-title {  border-bottom:none; }
.nv-page-title{ border-bottom:none !important;}
.deoi_image {display:inline-block;}

/* from: single.###  not a timeline - style tags for standard banner */
article ul {list-style-type:initial !important;margin-left:20px !important;}
article ul li {margin-bottom:10px; !important;}
.deoi_byline {width:100%;font-size:16px;font-weight:700;color:#555;margin-bottom:0px;text-align:left;}
.deoi_revision_date { margin-top:0; margin-bottom:30px; text-align:left; font-weight:700;color:#555;}
.disclaimer {min-width:100%;border:1px solid #999;padding:10px;background-color:#eee;border-radius:6px;font-style:italic;text-align:center;font-weight:700;
margin-bottom:50px;}

/* archives/post feeds/categoris list timelines */
/* Index and Authors sticky-nav */
#sticky-nav-wrapper {
	align-self: flex-start;
	box-sizing: border-box;
	background-image:linear-gradient(rgba(255,255,255,0.85),
									rgba(255,255,255,0.85));
	height:auto;
	line-height: .9;
	list-style-type: none;
	margin: 15px auto auto auto;
	max-height: 60px;
	min-height: 50px;
	padding: 10px 10% 10px 10%;
	position: -webkit-sticky;
	position: sticky;
	top:70px;
	width: 100%;
	z-index:9;		
}
@media (max-width: 915px) {
	#sticky-nav-wrapper {
		top:61px;
	}		
}
@media (max-width: 460px) {
	#sticky-nav-wrapper {
		top:100px;
	}
	.alpha-item {line-height: 1.6; margin: 5px 10px;}
}

.alpha-item {display:inline-block;width:3.5%;padding-right:3%;float:left;}

.authors-index-return {float:right;margin-right:30px;}
@media (min-width: 769px) {
    h3 {
        font-size: 1.5em !important;
		margin-bottom: .8rem !important;
    }
    .search_item strong {
        font-size: 1.5em !important;
		margin-bottom: .8rem !important;
		margin-top: 8px !important;
    }
	.mobile-timeline-scroll { display:none;}
}
/* Index and Authors sticky-nav */
/* align Index and Authors alphabetized per-letter block */
.alpha-list {
	display: inline-flex;
	flex-direction: column;
	margin: 10px auto !important;
	max-width: 780px;
	min-width: 300px;
	width: 100%;
}
.alpha-index {display:block;width:100%;min-width:100%;padding-top:0px;}
/* align Index and Authors alphabetized per-letter block */


/* beg:archive pages article list display */
.search_item a {
	background-color:#fff;
	color:#333;
	text-decoration:none;
}
/* .search_item strong {
    font-size: 1.1em;
	line-height: 1.14;
    margin-bottom: .8rem;
	margin-top: 6px;
} */
/* end:archive pages article list */

/* beg:User guide topics buttons- styles */
.user-guide-topics a:link,
.user-guide-topics a:visited {
    opacity: .9;
    color: #00739a !important;
}
.user-guide-topics a:hover,
.user-guide-topics a:active {
    opacity: .9;
    color: #333 !important;
}
/* end:User guide topics buttons- styles */

/* beg:Help Improve this entry- styles */
.help-improve {
	background-color:#193f6f;
	border-radius:6px;
	clear:both;
	color:#fff;
	margin-top: 30px;
}
.help-improve figure {
    display: inline-grid;
    height: auto;
    margin: 0 auto 20px auto;
    grid-column: auto;
}
.help-improve figcaption {
	opacity: 1;
}
.help-improve img {
	display: inline-block;
	height: auto;
	margin-bottom: 20px;
}
.help-improve p {
    margin-bottom: 5px;
    padding: 8px;
}
/* .help-improve strong {
	color:#fff;	
} */
.help-improve strong {
	font-size: 1.5em;
	line-height: 1.2;
	margin-bottom: .8rem;
}
.banner-button,
.banner-button-active {
	font-size: .8em;
	margin-right: 15px;
    margin-bottom: 15px !important;	
}
/*mobile translate widget w/authors index */
/* @media (max-width: 600px) {
	.post-type-archive-authors #google_translate_element {
		display: inline-flex;
		justify-content: right;
		max-width: 165px !important;
		position: fixed;
		right: 0;
		top: 130px;
		z-index: 9999;
	}
}
@media (max-width: 320px) {
	.post-type-archive-authors #google_translate_element {
        display: inline-flex;
        justify-content: right;
        max-width: 165px !important;
        position: fixed;
        right: 0;
        top: 150px;
        z-index: 9999;
    }
} */
/*desktop*/
@media (min-width: 769px) {
	h1 {
		font-size: 2em !important;
	}
	/* .post-type-archive-authors .nv-page-title .breadcrumb_last,
	.post-type-archive-authors .nv-page-title h1 {
		color: transparent;
	}
	.post-type-archive-authors .nv-page-title .breadcrumb_last:before {
		content: "Contributors Alpha Index";
		display: inline !important;
		color: #fff;
	}
	.post-type-archive-authors .nv-page-title h1:before {
		content: "Contributors";
		display: inline !important;
		color: #fff;
	} */
	.post-type-archive-authors h2 {
			font-size: 1.75em !important;
	}

	.button-row {
		white-space: nowrap;
		width: calc(100% + 15px);
		overflow-x: auto;
		margin-bottom: 15px;		
		margin-top: 10px;
		overflow-x: visible;
	}

 /*archive paging numbers*/
	.page-numbers {
		clear:both; 
		display: flex;
		flex-wrap: wrap;
		padding-left: 0;
		list-style-type: none;
		justify-content: center;
		margin: 10px auto;
		max-width: 960px !important;
		width: 100%;
	}
	ul.page-numbers li {
		padding: 8px 16px !important;
	}
	ul.page-numbers a {
		line-height: 1;
		margin-right: 15px !important;
		background: #fff !important;
		border-radius: 0 !important;
		padding: 4px !important;
		color: var(--nv-text-color);
		display: block;
		text-align: center;
	}
	ul.page-numbers a:hover,
	ul.page-numbers a:active {
		background: #fff !important;
		color: var(--nv-text-color);
		display: block;
		font-weight: 700;	
	}
	.page-numbers .page-numbers.current{
		background-color: #fff;
		border-bottom: solid 2px #333;
		color: #333;
		font-weight: 700;
		padding: 4px !important;
		text-align: center;
	}
	.page-numbers .next.page-numbers{
		display: inline-block;
		grid-column:1 !important;
		text-align:right;
	}
	.help-improve {
		display: grid;
		column-gap: 50px;
		grid-template-areas:"figure div"
							"figure .";
		grid-template-columns: 160px auto;
		margin-top:50px;
		max-width: 635px;
		min-width:250px;
		min-height:200px;
		padding: 24px;
		width:100%;
	}

}
/*mobile*/
@media (max-width: 768px) { 
	.button-row {		
		display: inline-flex;
		flex-direction: row;
		flex-wrap: wrap;
		margin-bottom: 5px;		
		margin-top: 10px;
		overflow-x: auto;
		white-space: normal;
		width: calc(100% + 15px);		
	}
	.banner-button,
	.banner-button-active {
		display: inline-block;
		margin-bottom: 10px !important;
	}
	.help-improve figure {
		clear: both;
		height: auto;
		margin:0 auto 20px auto;
		max-width: 300px;
		min-width: 120px;
		text-align: center;
		width: 100%;
	}	
	.help-improve strong {
		clear: both;
		display:inline-block;
		text-wrap: balance;
		width: 100%;
	}
	.help-improve img {
		clear: both;
		height: auto;
		margin:0 auto;
		max-width: 140px;
		min-width: 120px;
		width: 100%;
	}

	 /*archive paging numbers*/
	.page-numbers {
		clear:both; 
		display: flex;
		flex-wrap: wrap;		
		padding-left: 0;
		list-style-type: none;
		justify-content: center;
		margin: 10px auto;
		max-width: 300px !important;
		width: 100%;
	}
	ul.page-numbers li {
		display: inline-block !important;
		margin-bottom: 0px !important;
		padding: 4px 8px !important;
	}
	ul.page-numbers a {
		line-height: 1;
		margin-right: 10px !important;
		background: #fff !important;
		border-radius: 0 !important;
		padding: 2px !important;
		color: var(--nv-text-color);
		display: block;
		text-align: center;
	}
	ul.page-numbers a:hover,
	ul.page-numbers a:active {
		background: #fff !important;
		color: var(--nv-text-color);
		display: block;
		font-weight: 700;	
	}
	.page-numbers .page-numbers.current{
		background-color: #fff;
		border-bottom: solid 2px #333;
		color: #333;
		font-weight: 700;
		padding: 4px !important;
		text-align: center;
	}
	.page-numbers .next.page-numbers{
		display: inline-block;
		grid-column:1 !important;
		text-align:right;
	}

	.archive-container .posts-wrapper.row article {
		display: block;
		margin: 0 auto 30px auto;
		max-width: 960px;
		min-width: 300px;
		width: 100%;
	}	
	#image_container {
		/* background-color: #fff;
		background-size: cover; */
		border-radius: 7px;
		overflow: hidden;
		box-shadow: 0px 0px 4px 0px rgba(70, 70, 70, 0.1);
		display: inline-block !important;
		margin: 10px auto !important;
		min-width: 140px;
		width: 140px;
		height: 170px;
		min-height: 170px;
		text-align: center !important;
		vertical-align: top;
	}
	.cat-obj-fit {
		object-fit: cover;
		object-position: center;
		border-radius: 0;
		box-shadow: none;
		height: auto;
		min-height: 170px;
		min-width: 140px;
		max-width: 300px;
		width: 100%;
	}	
	.search_item {
		margin: 0 auto;
		max-width: 767px;
		min-width: 260px;
		width: 100%	
	}
	.search_item a img {
		align-items: center;
		margin: 0 auto;
		text-align: center;
	}
	
}

.help-improve .contribute {
	border:1px solid #fff;
	border-radius:26px;
	font-weight: 700;	
	padding: 10px 30px 10px 30px;
}
.help-improve .contribute:link,
.help-improve .contribute:visited {
	color: #fff;
	background-color:#193f6f;	
}
.help-improve .contribute:hover,
.help-improve .contribute:active {
	color: #193f6f;
	background-color:#fff;	
}
/* end:Help Improve this entry- styles */
/* bumps the first content section down a bit */
#timeline section:is(:nth-of-type(2)) {
	margin: 0 auto 0em auto !important;
    max-width: 800px;
	/* padding-top: 70px !important; */
	width: 100% !important;
}

#timeline section {
	margin: 0 auto 0em auto !important;
    max-width: 800px;
	padding-top: 0px !important;
	width: 100% !important;
}

.container.archive-container .posts-wrapper.row article.timeline {
	margin: 0 auto 0em auto !important;
    max-width: 800px;
	padding-top: 0 !important;
	width: 100% !important;
}

/* === timline (only?) 'image_modal' pop-up styles === */
/* #popover_container {
	position: fixed;
	bottom: 20px;
	width:calc(100vw - 40px);
	left: 20px;
	top: initial !important;
	z-index: 1;
} */
#popover_container {position:absolute; width:40vw; top:-250px;}
#popover_container.popbg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgb(0, 0, 0, 0.6);
    z-index: 9000;
}
#popover_box {
	background-color: rgba(255, 255, 255, .945);
    max-width: 960px;
    margin: 20px auto 0 auto;
    border-radius: 10px;
}
#pop_title {
	border-bottom:1px solid #ccc;
	display:grid;
	grid-template-areas: "pop-left-title pop-right-title";
	grid-template-columns: 50% 50%;
	height:50px;
	margin: 0 auto;
	max-width: 960px;
	padding-top:5px;
	width:100%;
}
.pop-left-title { margin-left:20px; text-align:left;}
.pop-right-title {
	cursor: pointer;
	display: inline-block;
	font-size:18px;
	font-weight: 700;
	line-height: 1;
	margin-right:20px;
	padding-top: 5px;
	text-align:right;
}

#pop_img_container {
	background-size:auto 110%;
	background-position:center top;
	background-repeat: no-repeat;
	margin:1% auto;
	max-height: 70%;
	min-width:98%;
	min-height:150px;
	overflow:hidden;
	text-align: center;
}
#pop_caption {
	border-top:1px solid #ccc;
	color:#666;
	font-size:14px;
	margin: 0 auto;
	max-width: 960px;
	min-height:70px;
	min-width: 300px;
	padding:10px;
	text-align: center;
	width:100%;
}
 /*PEOPLE*/
.front-page-people {
	background-image:url('assets/img/avriel_bg.jpg');
	background-color: #cccccc; /* Used if the image is unavailable */
	min-height: 800px; /* You must set a specified height */
	background-position: center; /* Center the image */
	background-repeat: no-repeat; /* Do not repeat the image */
	background-size: 100% 100%; /* Resize the background image to cover the entire container */
	margin-bottom:0 !important;
}

/*this targets the columns container inner group*/
.front-page-people > .wp-block-group__inner-container{
	width:95% !important;
	max-width:95% !important;
	margin-left:3% !important;
}
/*this targets the 2nd level columns container child*/
.front-page-people > .wp-block-group__inner-container > .wp-block-columns {
	width:97% !important;
	max-width:97% !important;
	margin-left:2% !important;
	margin-bottom:0 !important;
}

.front-page-avriel-dates {margin-top:-10px;margin-right:75px;}
.front-page-white-box {margin-top:-22px;width:275px;height:55px;text-align:right;!important}
/*.wp-image-182 {margin-right:100px;}*/

 /*PLACES*/
.front-page-places {
	margin-top:0 !important;
	background-image:url('assets/img/wash_park_bg.png');
	background-color: #cccccc; /* Used if the image is unavailable */
  	min-height: 800px; /* You must set a specified height */
  	background-position: center; /* Center the image */
  	background-repeat: no-repeat; /* Do not repeat the image */
  	background-size: 100% 100%; /* Resize the background image to cover the entire container */
}

/*this targets the columns container inner group*/  
.front-page-places > .wp-block-group__inner-container{
	width:90% !important;
	max-width:90% !important;
	margin-left:4% !important;
}
/*this targets the 2nd level columns container*/
.front-page-places > .wp-block-group__inner-container > .wp-block-columns {
	width:90% !important;
	max-width:90% !important;
	margin-left:6% !important;
	margin-bottom:0 !important;
}

.left-side_places {
  height: auto;
}

.front-page-places-rtcolumn-group {padding:40px;}
  
 /*EVENTS*/ 
.front-page-events {
	background-image:url('assets/img/black_day_bg.jpg');
	background-color: #cccccc; /* Used if the image is unavailable */
	min-height: 800px; /* You must set a specified height */
	background-position: center; /* Center the image */
	background-repeat: no-repeat; /* Do not repeat the image */
	background-size: 100% 100%; /* Resize the background image to cover the entire container */
	margin-bottom:0 !important;
}

/*this targets the columns container inner group*/  
.front-page-events > .wp-block-group__inner-container{
	width:90% !important;
	max-width:90% !important;
	margin-left:4% !important;
}
/*this targets the 2nd level columns container*/
.front-page-events > .wp-block-group__inner-container > .wp-block-columns {
	width:90% !important;
	max-width:90% !important;
	margin-left:6% !important;
	margin-bottom:0 !important;
}

/*formatting for general assembly text*/  
.black_day_container {margin-left:20%;min-width:500px !important}
/*.front-page-events-headline1{margin-right:153px;font-size:40px !important;}
.front-page-events-headline2{margin-top:-38px;font-size:40px !important;}*/
.front-page-events-headline3{margin-right:407px;min-width:250px;}

 /*ORGANIZATIONS*/ 
.front-page-organizations {
	background-image:url('assets/img/idada_bg.jpg');
	background-color: #cccccc; /* Used if the image is unavailable */
	min-height: 800px; /* You must set a specified height */
	background-position: center; /* Center the image */
	background-repeat: no-repeat; /* Do not repeat the image */
	background-size: 100% 100%; /* Resize the background image to cover the entire container */
	margin-bottom:0 !important;
}

/*from front-page.php*/
body {
    padding: 0 !important;
}

#splash {
	min-width: 100%;
	max-width: 100%;
	margin-left: 0;
}

.deoi-feature-div {
    min-width: 100%;
    padding: 0;
    margin: 0;
    z-index: 10;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.deoi-feature-container {
	min-width: 84.5%;
	max-width: 84.5%;
	margin-left: 15.5%;
    /*min-height:<?=$feature_height?>; overflow:hidden;*/
}

.deoi-feature-inner-container {
    display: inline-block;
    min-width: 100%;
    max-width: 100%;
}

.deoi-feature-wrapper {
	min-height:470px;
	overflow:hidden;
}

.splash-head1 {
    margin-top: 120px;
    text-align: center;
    color: #FFF;
    font-size: 8vw !important;
	letter-spacing: .5vw;
}

.splash-head2 {
	margin-top: 0px;
	text-align: center;
	color: #FFF;
	font-size: 36px;
	font-weight: 200;
	margin-bottom: 56px;
	text-shadow: 0px 0px 5px rgba(0,0,0,0.7);
}

/* .splash-search {
    margin-top: 50px;
    min-width: 100%;
    text-align: center;
}

.splash-search {
    min-width: 40%;
} */

.splash-arrowdown {
    text-align: center;
    margin-top: 70px;
    margin-bottom: 10px;
    color: #fff;
    font-weight: 200;
    margin-bottom: 0;
}

.splash-arrowdown:hover {
    text-shadow: 2px 2px 4px #fff;
}

.splash-scrolldown {
    text-align: center;
    color: #fff;
    margin-top: 10px;
}

.splash-scrolldown:hover {
    text-shadow: 2px 2px 4px #fff;
}

.layout-left-spacer {
    display: inline-block;
    width: 18%;
    /*height:<?=$feature_height?>;*/
    vertical-align: top;
}

.layout-left {
    display: inline-block;
	width: 45%;
	height:400px;
	min-width: 200px !important;
	max-width: initial !important;
    /*margin-top: 7vw;*/
	margin-bottom: 5px;
    margin-left: 0px;
    vertical-align: top;
}

.layout-right {
    display: inline-block;
	width: 45%;
	min-width: 200px !important;
	max-width: initial !important;
	height:300px;
    margin-top: 7vw;
    margin-left: 5%;
}

#left_side_organizations {
	height:auto;
}

.layout-cat {
    color: #00739A;
    font-size: 18px;
}

.layout-title {
    color: #000;
    font-size: 4vw;
    font-weight: 700;
    margin-top: 20px;
    margin-bottom: 20px;
    line-height: 1.1;
}

.layout-excerpt {
}

.layout-excerpt > a {
    display: block;
    width: 150px;
    margin-top: 2vw;
    padding: 4px 13px 4px 13px;
    text-align: center;
    color: #00739A;
    font-size: 16px;
    font-weight: 700;
    border: 1px solid #00739A;
    border-radius: 30px;
	transition: all .2s ease-out;
}

.layout-excerpt > a:hover {
	color: #fff;
	background-color: var(--ocean);
	background-image: linear-gradient(to right, #00739A 0%, #193F6F 100%);
}

.layout-cat-reverse a {
    color: #FFC62F;
    font-size: 18px;
}

.layout-excerpt-reverse {
    color: #FFF;
    font-size: 16px;
    font-weight: 200;
}

.layout-excerpt-reverse > a {
    display: block;
    width: 150px;
    margin-top: 40px;
    padding: 4px 13px 4px 13px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    border: 1px solid #fff;
    border-radius: 30px;
}

.layout-excerpt-reverse > a:hover {
	color: var(--cobalt);
	border: 1px solid #fff;
	background-color: #fff;
}

.layout_links {
	display:block;
}

.thumbnail-wrapper {
	overflow-x: auto;
	overflow-y: hidden;
	white-space: nowrap;
	padding-bottom: 15px;
}

.thumbnail-item {
	display:inline-block;
	vertical-align: top;
	white-space: initial;
}

.layout-link {
    display: inline-block;
	margin-right:20px;
}

.links-image-container {
	display: inline-block;
	min-width: 80px;
	max-width: 80px;
	min-height: 80px;
	max-height: 80px;
	margin-right: 10px;
	vertical-align: top;
	border-radius: 5px;
	background-color: #f0f0f0;
	overflow: hidden;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	/* border: 0.5px solid #000; */
	box-shadow: 0px 0px 4px 0px rgba(70,70,70, 0.2);
	margin-bottom: 5px;
}
/* style missing image w/css_image */
:where(.links-image-container:is(:empty)) {
	background: #f8f8f8 url('/wp-content/themes/deoi/img/default-indyskyline.png');
	background-position:center bottom;
	background-size: cover;
	max-width: 80px;
	min-width: 80px;
	height: auto;
}
.reverse_links:hover { color:#00bce4;}

.links-text-container {
	display: inline-block;
	width: 250px;
	font-size: 15px;
}

.links-title-container {
	display: block;
    font-weight: 700;
    vertical-align: top;
    max-height: 80px;
	line-height: 1.15;
}

.links-excerpt-container {
	margin-top:5px;
    font-weight: normal;
    line-height: 1.2;
}

.ordinal {
    text-transform: lowercase;
}
/* changed z-index from 1440 to 1460 to display on top of footer */
#left-fpp-nav {
    position: fixed;
    display: none;
    z-index: 1460;
}

/*from browse_page.php*/

.row-header {
	display:block;
	margin-top:40px;
}
@media (min-width: 768px) {
	.banner {
		width:100%;
		min-height:250px;
		padding-top:90px;
		background-color:#00739a;
		background-image:linear-gradient(to bottom, rgba(0,33,66,0.8) , rgba(0,105,153,0.6));
		margin-top:0px;
	}
}
@media (max-width: 767px)  {
	.banner {
		width: 100%;
		min-height: 180px;
		padding-top: 90px;
		background-color: #00739a;
		background-image: linear-gradient(to bottom, rgba(0, 33, 66, 0.8), rgba(0, 105, 153, 0.6));
		margin-top: 0px;
	}
}

.banner .row {
	max-width:950px;
	margin:auto;
	padding:5px;
}

#mapid {
	height:600px;
	width:100%;
	position:absolute;
	left:0;
	background: linear-gradient(-45deg, #fff, #ccc, #fff, #ccc);
	background-size: 400% 400%;
	animation: gradient 3s ease-out infinite;
}

.leaflet-popup-content a {
	font-family: Poppins;
	font-size:16px;
	font-weight:700;
	color: var(--ocean);
}

.leaflet-popup-content a:hover {
	color: var(--cobalt);
}

@keyframes gradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}

.nv-page-title-wrap {
	width:100%;
	max-width:950px;
	margin:auto;
	/* margin-right:20%; */
	margin-right:0;
	border-bottom:none;
}

.nv-page-title {
	color: #fff;
}

.nv-big-title {
	border-bottom:none;
}

.nv-page-title {
	border-bottom:none !important;
}
.neve-breadcrumbs-wrapper {
    display: inline-block;
	font-size: 80%;
    font-weight: 400;
	margin-bottom: 0 !important;
	width: auto;
}
.nv-page-title-wrap.nv-big-title .nv-page-title h1 {
    line-height: 1.3em;
    margin-bottom: 0;
}
.nv-page-title-wrap.nv-big-title .nv-page-title h1+p {
    margin-bottom: 0;
}
/* button-row */
.btn, .button, .wp-block-button a, button, input[type=button], input[type=submit] {
    font-size: .8em !important;
    font-weight: 600;
    padding: 8px 12px;
    transition: all .15s ease-in-out;
    text-align: center;
    vertical-align: middle;
    border: 1px solid transparent;
    border-radius: 3px;
    text-transform: uppercase;
    cursor: pointer;
    line-height: normal;
    font-family: inherit;
}

.browse-cat-item {
	background-size:cover;
	background-position:center;
	border-radius:7px;
	background-color:#aaa;
	box-shadow: 0px 0px 4px 0px rgba(70,70,70, 0.2);
	min-width:160px;
	max-width:160px;
	min-height:200px;
	max-height:200px;
	margin-right:10px;
	transition: all .2s ease-out;
}

.browse-cat-item:hover {
	transform: scale(1.05,1.05);
	box-shadow: 0px 0px 8px 4px rgba(0,0,0,0.2);
}

.browse-cat li {
	display:inline-block !important;
	transition: all .1s ease-out;
}

.browse-cat-item strong {
	background-color: rgba(0,0,0,.6);
	border-radius: 7px;
	bottom: 34px;
	color:#fff;
	display: block;
	font-size: 1.25em;	
	padding-left: 4px;
	position: relative;
	vertical-align:bottom;
	min-width: 60px;
	max-width: 160px;
	width: auto;
}

.browse-topic, .browse-cat, .browse-map, .browse-reads {
	max-width: 950px!important;
	margin: auto!important;
	margin-top: 40px!important;
	padding-left: 15px;
	padding-top: 15px;
}
.cat-heading h2 {
	clear: both;
	display: block !important;
	font-size: 1.25em !important;
	height: auto;
	max-width: 950px !important;
	margin: auto !important;
	margin-top: 40px !important;
	padding-left: 15px;
	padding-top: 15px;			
	margin-bottom:-.8rem !important;
	width: 100% !important;
}
.row.browse-topic h2,
.row.browse-map h2,
.row.browse-reads h2 {
	font-size: 1.25em !important;
	font-weight: 600;
	line-height: 1.68421;
	margin-bottom: .8rem;
}

.row.browse-map .row-header {
	column-gap: 10px;
	display: inline-grid;
	grid-template-areas: "h2 span";
	grid-template-rows: 20px;
	margin-bottom: 20px;
}
.row.browse-map .row-header span {
	background: transparent;
	color: #00739a;
	display: inline-block;
	font-weight: 600;
	height: auto;
	margin-bottom: .8rem;
	cursor: pointer;
}
.row.browse-map .row-header span img {
	height: 17px;
	margin-top: -2px;
	margin-right:5px;
}
.browse-reads {
	margin-top:600px !important;
}

.browse-cat-item {
	min-width:160px;
	max-width:160px;
	min-height:200px;
	max-height:200px;
	margin-right:10px;
	border-radius:7px;
	background-color:#aaa;
	box-shadow: 0px 0px 4px 0px rgba(70,70,70, 0.2);
	background-size:cover; background-position:center;
	transition: all .2s ease-out;
}

.browse-cat-item:hover {
	transform: scale(1.05,1.05);
	box-shadow: 0px 0px 8px 4px rgba(0,0,0,0.2);
}

.browse-cat li {
	transition: all .1s ease-out;
}

.browse-cat-item h4 {
	margin-left:8px;
	margin-top:-30px;
	color:#fff;
	vertical-align:bottom;
}

.browse-topic, .browse-cat, .browse-map, .browse-reads {
	max-width: 950px!important;
	margin: auto!important;
	margin-top: 40px!important;
	padding-left: 15px;
	padding-top: 15px;
}

.browse-reads {
	margin-top:600px !important;
}

.browse-reads-item {
	max-width: 950px!important;
	margin: auto!important;
	margin-top: 30px!important;
}

.browse-reads-item .search_item {
	display:inline-block;
	min-width:35%;
	max-width:60%;
	min-height:200px;
	max-height:200px;
	margin-left:30px;
	vertical-align:top;
	font-size:16px;
	font-weight:300;
	line-height:1.25;
}

/* .browse-reads-img {
	margin-top:0;
	min-width:160px;
	max-width:160px;
	min-height:200px;
	max-height:200px;
	display:inline-block;
	border-radius:7px;
} */

.browse-reads-img {
    object-fit: cover;
    object-position: 50% 30%;
    border-radius: 7px;
    box-shadow: none;
    min-height: 170px;
    max-height: 170px;
    min-width: 140px;
    max-width: 140px;
}

.browse-topic-item {
	min-width:100px;
	max-width:110px;
	min-height:100px;
	margin-right:10px;
	vertical-align:top;
	border-radius:7px;
	background-color:#193f6f;
	box-shadow: 0px 0px 4px 0px rgba(70,70,70, 0.2);
	background-size:80%;
	background-position:center;
	background-repeat:no-repeat;
}

.ordinal {
	text-transform:lowercase;
}

.search_item {
	display:inline-block; 
	font-size:12px; 
	margin-left:0;
	margin-top: 10px;
	max-width: 60%;
	line-height:1.2;
	vertical-align:top;	
	width: 100%;
}

.search_page_item { font-size:15px; }
.entry-title.search_page_title {
	display: block;
	line-height:1.14 !important;
	margin-bottom: .8rem !important;
	margin-top:6px !important;
	position: relative;
	width: 100%;
}

.search_item p { margin-top:5px; }

.search_item p a:last-child {
	color: var(--ocean);
	font-weight: 500;
	display:inline-block;
}

.search_item p a:last-child:hover {
color: var(--cobalt);
}

.nv-right {padding-right:0 !important;}

/* ### BEG:side-bar mostviewed_list 
/wp-content/plugins/mostviewed_list/mostviewed_list.php */
.blog-sidebar .row.most-viewed {margin:auto;margin-bottom:20px;}
.row.most-viewed .image-div {
	background-color:#fff;
	border-radius:7px;
	display:inline-block;
	margin-right:10px; 
	max-height:120px; 	
	min-height:120px;
	min-width:90px; 
}
.sidebar-obj-fit{
	background-color:#fff;
	border-radius:7px;
	max-height:120px;
	max-width:90px;	
	min-width:90px;
	min-height:120px;
	object-fit:cover;
	object-position:50% 30%;	  
}
.mostviewed-item-title {
	display: inline-block;
	font-size:14px;
	line-height:1.14;
	margin-bottom:0;	
}
/* ### BEG:side-bar mostviewed_list */

.image-div {
	min-width: 70px;
	min-height: 70px;
	max-height: 70px;
	border-radius:7px; 
	/* box-shadow:0 0 4px 0 rgba(70,70,70,0.2); */
}

.widget_tn {margin-right:10px;}

.related-post-obj-fit {
	border-radius:7px;
	max-height:120px;
	max-width:90px;
	min-height:120px;
	min-width:90px;
	object-fit:cover;
	object-position:50% 30%;
}
.widget .image-div {
	min-width: 90px;
	min-height: 125px;
	max-height: 125px;
	border-radius:9px; 
	/* box-shadow:0 0 4px 0 rgba(70,70,70,0.2); */
}
.blog-sidebar .row.item {
	margin:0 auto 20px auto;
}
.blog-sidebar .search_item {display: inline-block;
    margin-left: 0;
    margin-top: 0px;
    max-width: 61%;
    vertical-align: top;
    width: 100%;
}

.blog-sidebar .search_item strong {
	display: inline-block;
	font-size: 14px !important;
    line-height: 1.14 !important;
	margin-bottom: .33rem !important;
    margin-top: 4px !important;	
}
.blog-sidebar .search_item a {
	display: block;
}
.blog-sidebar .search_item p {
	font-size: 13px;
	line-height: 1.35;
	margin-bottom: 20px;
}
.blog-sidebar .search_item p span {
	color: #00739a;
	display: inline-block;
	font-weight: 600;
}
.no-image-div {
    background: #f8f8f8 url(/wp-content/themes/deoi/img/default-indyskyline.png) !important;
    background-position: center bottom;
    background-size: cover !important;
    border-radius:9px;
	min-width: 90px;
    min-height: 125px;
    max-height: 125px;
    margin-right: 10px;
}

#deoi_suggestions_widget-2 button {
	transition:all .3s ease-out
}

#deoi_suggestions_widget-2 button:hover {
	background-color: white!important;
	color: var(--ocean);
}

.deoi-cluster {
	color:#fff;
	background-color: var(--ocean)!important;
	border-radius: 50%;
	border:5px solid #fff;
	box-shadow: 0px 0px 4px 0px rgba(70,70,70, 0.2);
	text-align: center;
}

.cluster-min {
	padding-top:2px;
	font-size: 18px;
}

.cluster-med {
	padding-top:6px;
	font-size: 24px;
}

.cluster-lg {
	padding-top:10px;
	padding-right:3px;
	font-size: 30px;
}

#topic_choices {
	position:relative;
	width: 500vw;
	min-height:170px; 
	overflow-x: scroll;
	overflow-y: hidden;
}

#topic-choices-inner-wrapper {
	position: relative;
	width: 500vw;
	width: calc(100% - 40px);
	overflow-x: scroll;
	overflow-y: hidden;
	white-space: nowrap;
}

#topic-choices-inner-wrapper .card {
	background:transparent;
	border:none;
	display:inline-block;
	line-height:1.2;
	max-width:115px;
	text-align: center;	
	vertical-align:top;
}

.browse-topic-name {
	color:#000;
	font-size:13px;
	margin: 5px 4px;
	text-wrap: balance;
}
#slideLeft,
#slideRight {
	display:inline-block;
	width:40px;
	height:40px;
	border:1px solid #ccc;
	border-radius:50%;
	margin-right:30px;
}

#slideRight:hover, #slideLeft:hover {
	border-width:3px;
	text-shadow:0 0 10px rgba(9,23,41,1);
}

/* from category.php*/
	
.banner-button  {
	padding:5px 10px 5px 10px;
	color: #fff!important;
	border:1px solid #fff!important;
	border-radius:35px;
	background: none;
	text-transform: none;
	font-weight: normal;
	border-color: #fff;
	opacity:1;
	transition: all ease-out .2s;
	margin-right:15px;
	margin-bottom:15px;
}

.banner-button:hover {
	background-color:#fff;
	color: var(--ocean)!important;
}

.banner-button-active  {
	padding:5px 10px 5px 10px;
	color: var(--ocean)!important;
	border:1px solid #fff;
	border-radius:35px;
	background-color:#fff;
	text-transform: none;
	font-weight: normal;
	border-color: #fff;
	opacity:1;
	transition: all ease-out .2s;
	margin-right:15px;
	margin-bottom:15px;
}

.banner-button-active:hover  {
	color: var(--ocean)!important;
	background-color:#fff;
	font-weight: normal;
}

.view_more_container {
	position:relative;
}

.view_more_modal {
	position:fixed;
	top:12vh;
	bottom:5vh;
	left:25%;
	display:none;
	width:50%;
	min-width:50%;
	min-height:50vh;
	padding:30px;overflow:scroll;
	background-color:#fff;
	border:1px solid #ccc;
	border-radius:11px;
	z-index:9;
	box-shadow: 4px 4px 40px rgba(0, 0, 0, 0.3);
}

.view_more_headline {
	color:var(--ocean)!important;
	margin-bottom:0;
}

.close_btn {
	float:right;
	margin-top:-20px;
}

.close_btn a {
	font-size:30px;
	font-weight:700;
	text-decoration:none;
}

.ordinal {
	text-transform:lowercase;
}

/* from content-search.php */
#image_container {
	background-color:#fff;
	background-repeat:no-repeat;
	background-position: center 35%;
	background-size:cover;
	border-radius:7px; overflow:hidden;
	box-shadow: 0px 0px 4px 0px rgba(70,70,70, 0.1);
	display:inline-block;
	margin-right:20px;
	margin-top:10px;
	min-width:140px;
	width:140px;
	height:170px;
	min-height:170px;
	vertical-align:top;	
}

/* IF :empty show background image... */
/* /deoi/template-parts/content.* */
:where(#image_container:is(:empty)) {
	background: #f8f8f8 url('/wp-content/themes/deoi/img/default-indyskyline.png') !important;
	background-position:center bottom;
	background-size: cover !important;
	max-width: 140px;
	min-width: 140px;
	height: auto;	
}
.cat-obj-fit {object-fit:cover;object-position:50% 30%;border-radius:0;box-shadow:none;min-height:170px;max-height:170px;min-width:140px;max-width:140px;}

#viewmorelink {color:#FFF;font-size:14px;margin-left:30px;margin-top:6px;}
#viewmorelink:hover{color: #FFFFFF !important;font-weight:700;margin-left:28px !important;}

#timeline section.scrollspy-post {margin-left:auto;min-width:100%;pointer-events:none;}
.timeline_graphic_item_label a:hover {color:#ddeeff !important;}
.media-obj-fit {
	border-radius:7px;
	box-shadow:2px 2px 4px rgba(0,0,0,0.3);
	margin-left: 5%;
	max-height:200px;
	max-width:150px;
	min-width:150px;
	min-height:200px;
	object-fit:cover;
}
@media (min-width: 768px) {
	.mobile-timeline-scroll { display:none;}
	.timeline-image {
		border-radius:7px;
		cursor: pointer;
		display: inline-block;
		margin-left: 5%;
		margin-top: 20px;
		margin-bottom: 30px;
		max-height:200px;
		max-width:150px;
		min-width:150px;	
		min-height: 200px;
		min-width: 20%;
		object-fit:cover;
		pointer-events: auto !important;
		transition: all .2s ease-out;
		vertical-align: top;
	}
}

.timeline-image:hover {
	transform: scale(1.05,1.05);
	/* box-shadow: 0px 0px 8px 4px rgba(70,70,70, 0.3); */
}

.timeline-text-container:after {
	content: "";
	display: block; 
	margin-bottom: 30px;
	width: 100%
}
.timeline-text-container h3 {
	font-size: 1.5em;
	text-wrap: balance;
}
.timeline-text-container p {
    margin-bottom: 20px;
}

.search_item_content, .search_item_content a p {font-size:15px; line-height:1.2 !important;}

/*from single.php*/
.deoi_container {margin-top:35px;}
.deoi_container::after {content:""; display:inline-block; margin-bottom:90px; width: 100%}
.deoi_byline {width:100%;font-size:16px;font-weight:700;color:#555;margin-bottom:0px;text-align:left;}

.deoi_image {width:100%;}
.deoi_image_right {width:50%;margin-left:20px;float:right;}
.deoi_image_left {width:50%;margin-right:20px;float:left;}
.deoi_caption {font-size:15px;}
.deoi_caption {font-style:italic; margin-bottom:20px;}
.entry-meta-linkback {color: var(--ocean) !important; text-decoration:none;}
.entry-meta-name {margin-top:15px;margin-bottom:30px;}
.entry-meta-name > h2 {line-height:1.15 !important;}
.entry-meta-summary {font-size:22px;font-weight:500;}
.entry-meta-button  {
	padding:5px 10px 5px 10px;
	margin-right:10px;
	color: var(--ocean)!important;
	border:1px solid var(--ocean);
	border-radius:35px;
	background: none;
	text-transform: none;
	font-weight: normal;
	border-color: var(--ocean);
	opacity:1;
	transition: all ease-out .2s;}
.entry-meta-button:hover {
	background-image: linear-gradient(to right, var(--ocean), var(--cobalt))!important;
	color: white!important;
}

/*adjusting figcaption font-size*/
.deoi_container figcaption,
.blocks-gallery-caption.wp-element-caption {
    font-size: .9em !important;
    opacity: 1 !important;
	text-align: left !important;
}
.deoi_container figcaption a {border-bottom: solid 1px #193f6f;margin-left: 5px;}

/* ###nested galleries */
.wp-block-gallery.has-nested-images figure.wp-block-image figcaption {
    background-color: rgba(0,0,0,.65);
    bottom: 0;
    box-sizing: border-box;
    color: #fff;
    font-size: 13px;
    left: 0;
    margin-bottom: 0 !important;
    max-height: 60%;
    overflow: auto;
    padding: 0 8px 8px;
    position: absolute;
    scrollbar-color: #0000 #0000;
    scrollbar-gutter: stable both-edges;
    scrollbar-width: thin;
    text-align: center;
    width: 100%;
    will-change: transform;
}
.wp-block-image figcaption,
.wp-block-embed figcaption,
.wp-block-video figcaption,
.blocks-gallery-caption.wp-element-caption {
    font-family: arial, sans-serif;
	font-size: 14px;
    color: #000;
	line-height: 1.3;
	margin-top: 0.5em !important;
    margin-bottom: 1.5em !important;	
}

#headshot_container {display:inline-block;min-width:33%;width:33%;}
.headshot_shadow {
   -moz-box-shadow:    inset 0 0 7px rgba(0, 0, 0, 0.2);
   -webkit-box-shadow: inset 0 0 7px rgba(0, 0, 0, 0.2);
   box-shadow:         inset 0 0 7px rgba(0, 0, 0, 0.2);
}
.related_links {
	color:#00739a;
	cursor:pointer;
	font-size:15px;
	font-weight:500;
	position:relative;
	/* text-transform:uppercase; */
}
.related_links > i{font-style:normal;}
#linkmodal {display:none;min-width:50%;max-width:50%; min-height:200px;}
.related-headline {color:#888;font-size:16px;background-color:#eee;width:100%;border-radius:3px; padding-left:10px;margin-bottom:15px;}
.related-content {
    max-width: 960px;
    min-width: 250px;
	min-height:230px;
	max-height: 230px;
	overflow:scroll;
	padding-left:20px;
	padding-top:20px;
	padding-right:20px;
    width: 100%;
}
.related-content > a { color:#000; text-decoration:none !important; }
.related-item { margin-bottom:20px;}
.related-img {display:inline-block;width:65px;min-width:65px; height:65px;background-size:cover;background-position:center top;margin-right:20px;margin-top:4px;}
.related-text-container {display:inline-block; width:70%;min-width:70%; vertical-align:top;}
.related-title {font-weight:600;font-size:16px;}
.related-excerpt {font-weight:300;font-size:14px;line-height:1.3;}
.related-empty {text-align:center;font-size:18px;font-weight:400; margin-top:50px;}
/*-----------------------*/

.arrow_box, .arrow_up {
	position: relative;
	background: #ffffff;
	border: 1px solid #cccccc;
	z-index:9;
	width:100%;
	height:235px;
	box-shadow: 4px 4px 24px rgba(0, 0, 0, 0.2);
	border-radius:7px;
}
.arrow_box:after, .arrow_box:before {
	top: 100%;
	left: 10%;
	border: solid transparent;
	content: "";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	
}
	
.arrow_up:after, .arrow_up:before{
	bottom: 100%;
	left: 10%;
	border: solid transparent;
	content: "";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.arrow_box:after {
	border-color: rgba(255, 255, 255, 0);
	border-top-color: #ffffff;
	border-width: 20px;
	margin-left: -22px;
}

.arrow_up:after {
	border-color: rgba(255, 255, 255, 0);
	border-bottom-color: #ffffff;
	border-width: 20px;
	margin-left: -22px;
}

.arrow_box:before {
	border-color: rgba(204, 204, 204, 0);
	border-top-color: #cccccc;
	border-width: 21px;
	margin-left: -23px;
}

.arrow_up:before {
	border-color: rgba(204, 204, 204, 0);
	border-bottom-color: #cccccc;
	border-width: 21px;
	margin-left: -23px;
}
	

/*banner timeline*/
#timeline_graphic_label {
	margin-top:7px;
	text-align:center;
	color:#fff;
	font-size:12px;
	letter-spacing:20px;
}

.timeline_graphic_item {
	display:table-cell;
	min-height:20px;
	max-width: 767px;
	text-align:center;
	margin-bottom:-10px;
}

.timeline_graphic_item_label {
	display:inline-block;
	color:#fff;
	text-align:center;
	font-size:12px;
	margin-bottom:-20px;
	padding: 0 3px;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
}

.timeline_graphic_item_index {
	min-width:100%;
	text-align:center;
	color:#fff;
	font-size:9px;
	margin-bottom:0px;
	margin-top:-5px;
}

.tl_active {
	color:#fff;
	font-size:16px;
	font-weight:700;
}

.references_link:hover {
	text-decoration:none;
}

.references_headline {
	color:#000;
	font-size:18px;
	font-weight:700;
	background-color:#f8f8f8;
	border-radius:7px;
	padding-left:10px;
	padding-right:10px;
	text-decoration:none;
}

.references_carat {
	color:#000;
	float:right;
	font-size:18px;
}

.references_list li {
	margin-left:50px;
	margin-top:15px;
	font-size:14px;
}

.ref_hidden {
	display:none;
}

.ref_display {
	display:block;
}

.ordinal {
	text-transform:lowercase;
}

.entry-row {
	max-width:950px !important;
	margin:auto !important;
}

/* .atlas-container{
	padding:15%;
} */
.atlas-container {
    padding: 0 10px;
    max-width: 960px;
    margin: 0 auto;
    min-width: 320px;
    width: 100%;
}
ul.atlas-arts-culture-legend {
	background-color: #fff;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	list-style-type: none;
	margin-block-start: 0em;
	margin-left: 0px !important;
	max-width: 1170px;
	min-width: 250px;
	padding-left: 5px;
	padding-top: 5px;
	width: 100%;
	text-align: left;
}
.atlas-arts-culture-legend li {
	display: inline-block;
	margin-right: 10px;
}
.atlas-arts-culture-legend li span {
	border: 1px solid #000;
	border-radius: 50%;
	display: inline-block;
	height: 15px;
	margin-bottom: -3px;
	overflow: hidden; 
	width: 15px;
}
.cultural-centers {background-color: #3751ae; color: #3751ae; }
.dance {background-color: #99ce82; color: #99ce82; }
.fashion {background-color: #f287b7; color: #f287b7; }
.lit-film {background-color: #fddf44; color: #fddf44; }
.museums {background-color: #79411c; color: #79411c; }
.music {background-color: #593894; color: #593894; }
.theatre {background-color: #cb202e; color: #cb202e; }
.visual-arts {background-color: #ea7a25; color: #ea7a25; }
/*from atlas_page.php*/

.atlas-home-container {
	margin: 100px 0 0 14vw;
}

.atlas-home-logo img {
	width:24px;
	float: left;
	margin-right: 10px;
	margin-top: 5px;
}

.atlas-home-logo h1 {
	color: #00739A;
	text-shadow: none;
	font-size:24px;
	font-weight:500;
}

.atlas-home-container > h2 {
	font-size:36px;
}

#atlas-choices {
	position:relative;
	min-height:350px;
	/*width:calc(100vw - 30px);*/
	width: 150vw;
	overflow-x: scroll;
	overflow-y: hidden;
	padding: 30px 0 40px 30px;
	margin-left: -14vw;
	margin-top: -30px;
	padding-left:85px;
}

/* Hide scrollbar for Chrome, Safari and Opera */
#atlas-choices::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
#atlas-choices {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}

#atlas-choices-inner-wrapper {
	position:absolute;
	left:48px;
	overflow-x: visible;
	white-space: nowrap;
	padding-left: calc(14vw - 30px);
}

#atlas-choices .card {
	border-radius: 12px;
	box-shadow: 0px 15px 30px rgba(0,0,0,.2);
	width:190px;
	height:250px;
	margin-right:40px;
	padding:15px;
	color:white;
	/*position: relative;*/
	background-size: cover;
	display: inline-block;
	white-space: normal;
	cursor: pointer;
	transition: all .1s ease-out;
	box-sizing: content-box;
	font-size: 16px;
	border: none;
	font-family: 'Poppins', sans-serif;
	text-align: left;
}

#atlas-choices .card h3{ color:white; }

#atlas-choices .card::after {
    content: "";
    display:block;
    background-image:linear-gradient(rgba(0,0,0,0), rgba(0,0,0,.6));
    position:absolute;
    width:100%;
    height:100px;
    bottom:0;
    left:0;
    border-radius:12px;
    z-index:1;
}

#atlas-choices .card:hover {
	box-shadow: 0 15px 30px rgba(0,0,0,0.4);
	transform: scale(1.05, 1.05);
}

#atlas-choices .card h3 {
	position:absolute;
	bottom:0;
	font-size: 20px; 
	line-height: 1.2;
	text-shadow: 0px 4px 8px rgba(0,0,0,.3);
    z-index:2;
    /*opacity:.8;*/
}

#slideLeft, #slideRight {
	display:inline-block;
	width:40px;
	height:40px;
	border:1px solid #ccc;
	border-radius:50%;
	margin-right:30px;
}

#slideRight:hover, #slideLeft:hover{ 
	border-width:3px;
	text-shadow:0 0 10px rgba(9,23,41,1); 
}

#scroll-down {
	font-family: 'Dosis', sans-serif;
	position:absolute;
	cursor:pointer;
	transition:hover .2s ease-out;
}

#scroll-down:hover { text-shadow: 0 0 10px rgba(9,23,41,1); }

#scroll-down {
	left: calc(50% - 25px);
	bottom:0;
}

#scroll-down>p:last-child {
	font-family: "Poppins", sans-serif;
	font-size:12px;
}


/*from footer.php */
#deoi_footer {
	position:relative; z-index:1450; min-width:100%; min-height:400px; background-color:#193f6f; margin-top:0;
}

#deoi_footer_wrapper {
	padding:20px;
	display: grid;
	grid-column-gap: 30px;
	grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}
#deoi_footer_wrapper div section {
	vertical-align: top;
	color:rgba(255,255,255,0.8);
}
.footer_widget {
	font-size:18px;
	font-weight:700;
}
#deoi_footer_links a:link,
#deoi_footer_links a:visited {border-bottom: dotted 1px #fff; color: #fff;}

#deoi_footer_links a:hover,
#deoi_footer_links a:active {border-bottom: solid 1px #fff; color: #fff !important;}

#deoi_footer_graphic {
	background-color:#FFF;
	text-align:right;
	max-height: 180px;
	min-width:100%;
}

#deoi_footer_logo .brief-about-eoi {
	color:rgba(255,255,255,0.95);
	font-size:15px;
	line-height: 1.33;
	margin-bottom:30px;
	margin-top:15px;
	padding-right: 20px;
}
#deoi_footer_logo a{ color: #fff; text-decoration:none;}
#deoi_footer_logo img {
	margin-right: 30px;
	max-width: 180px;
	width:50%;
}

#deoi_footer_links,
#deoi_footer_social,
#deoi_footer_contact {
	margin-bottom: 20px;
}

#deoi_footer_social {
	display:flex;
	flex-direction: row;
}

a .fa-brands {
	font-size: 40px;
	display:inline-block;
	margin-right:20px;
}
a .fa-solid {
	font-size: 40px;
	display:inline-block;
	margin-right:20px;
}
/* social links */
a:link .fa-brands,
a:visited .fa-brands {
	color: rgba(255,255,255,.75);
}
a:hover .fa-brands,
a:active .fa-brands {
	color: rgba(255,255,255,1);
}
/* subscribe envelope */
a:link .fa-solid,
a:visited .fa-solid {
	color: rgba(255,255,255,.75);
}
a:hover .fa-solid,
a:active .fa-solid {
	color: rgba(255,255,255,1);
}

#deoi_header_contact {margin-top:60px; }
#deoi_header_contact strong {
    color: #fff;
	font-size: 18px;
    font-weight: 700;
}
#deoi_header_contact p {
	color: #fff !important;
	margin: 15px auto 25px auto !important;
	text-wrap: balance;
}
#deoi_header_contact .suggest-edit {
	border:1px solid #fff;
	border-radius:26px;
	font-weight: 700;
	padding: 10px 30px 10px 30px;
}
#deoi_header_contact .suggest-edit:link,
#deoi_header_contact .suggest-edit:visited {
	color: #fff;
	background-color:#193f6f;	
}
#deoi_header_contact .suggest-edit:hover,
#deoi_header_contact .suggest-edit:active {
	color: #193f6f;
	background-color:#fff;	
}

#deoi_footer_contact p {
	color: #fff !important;
	margin: 15px auto 25px auto !important;
	text-wrap: balance;	
}
#deoi_footer_contact .suggest-edit {
	border:1px solid #fff;
	border-radius:26px;
	font-weight: 700;	
	padding: 10px 30px 10px 30px;
}
#deoi_footer_contact .suggest-edit:link,
#deoi_footer_contact .suggest-edit:visited {
	color: #fff;
	background-color:#193f6f;	
}
#deoi_footer_contact .suggest-edit:hover,
#deoi_footer_contact .suggest-edit:active {
	color: #193f6f;
	background-color:#fff;	
}
/* from archive-features.php */
.feature-link {
	display:block;
	width: 150px;
	margin-top:40px;
	padding:4px 13px 4px 13px;
	text-align:center;
	color:#fff;
	font-size:16px;
	font-weight:700;
	border:1px solid #fff;
	border-radius:30px;
	transition: all .2s ease;
}

.feature-link:hover {
	background:#fff;
	color: #000;
}

.feature-link > a {
	color:#fff;
	text-decoration:none;
}

/* from content-feature_panes.php */
.big-pane-inner {
min-width:100%;min-height:610px;background-size:cover;background-repeat:no-repeat;background-blend-mode:multiply;
}

.big-pane-inner-content {
	padding:40px;color:#fff;
}

.big-pane-inner-content h2 {
	color:#fff;
}

.big-pane-inner-content p {
	font-size:18px;font-weight:600;
}

a {text-decoration:none !important;} /*maybe you disagree but I'm going to try this */

/*from single-feature.php */
#top-container {margin-top:0;padding-top:100px;}
.features-breadcrumbs	{display:block;color:#fff;}
.features-breadcrumbs a {color:#fff;}
.features-title-block 	{display:block;margin-top: 50px;}
.layout-cat-reverse 	{color:#FFC62F;font-size:18px; }  /*class from front page */
.features-title > h2	{color:#fff;}
.features-excerpt		{color:#fff;}
.features-author		{color:#fff;margin-top:30px;font-size:12px;}
.feature-button  {
	margin-top:30px;
	font-size:12px;
	width:200px;
	padding:2px 0;
	color: #fff;
	border:1px solid #fff;
	border-radius:35px;
	background: none;
	text-transform: none;
	font-weight: normal;
	border-color: #fff;
	opacity:1;
	transition: all ease-out .2s;
	margin-right:15px;
	margin-bottom:15px;
	text-align:center;
}
.feature-button a {color:#fff;width:200px;display:block;}
.feature-button:hover {background:#fff;}
.feature-button:hover a {color:var(--ocean);}
.features-scroll_message {width:200px;margin-left: calc(50% - 100px);}
.arrowdown{ text-align:center;margin-top:70px;margin-bottom:10px;color:#fff;font-weight:200;margin-bottom:0; }
.scrolldown{text-align:center;color:#fff; margin-top:10px;}
.scrolldown:hover{text-shadow: 2px 2px 4px #fff;}
.features section {padding-top:70px; max-width:85%;}
.chapters {position:fixed; left:78vw;top:225px;color:#eee; font-weight:500;margin-bottom:20px;z-index:1000;}
#chapter_list {margin-top:12px;}
.chapter-item {color:#eee; text-decoration:none;}
.chapter-numeral {font-size:14px;color:#eee;margin-bottom:0px;}
.chapter-title {font-size:14px;color:#eee;margin-top:-7px;margin-bottom:12px;}

/* === BEG:single exhibit styles ==== */
.breadcrumb-contrast li {
	margin-right: 7px !important; 
}
.breadcrumb-contrast li:last-child {
	margin-right: 0px !important; 
}
.breadcrumb-contrast li a {
	color: gold !important;
	filter: invert(1);
	text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;			
}
.breadcrumb-contrast li a:is(:hover,:active) {
	border-bottom: solid 1px gold !important;
	text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;			
}
/* current * group '/exhibit/hoosier-group/' */
ul.breadcrumb-contrast.hoosier-group strong {background: linear-gradient(to top, rgba(0,0,0,.8) 0, rgba(0,0,0,.8) 6px, rgba(255,255,255,.6) 6.1px, rgba(0,0,0,.001) 6.2px, rgba(255,255,255,.001) 100% ); color: #fff; font-weight: 900;  margin-right: 5px;}

/* current * group '/exhibit/murals-for-racial-justice/' */
ul.breadcrumb-contrast.murals-for-racial-justice strong {background: linear-gradient(to top, #bbb 0, #ccc 6px, #ddd 6.1px, #fff 6.2px, #fff 100%);  color: #333 ;font-weight: 900;  margin-right: 5px;}

/* tweaking Hoosier group '/exhibit/' */
.breadcrumb-contrast.hoosier-group li a {
	color: gold !important;
	filter: invert(0);
	text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;			
}		
.breadcrumb-arrow {color: #fff; text-shadow: 0 1px #000;}
/* === END:single exhibit styles ==== */
/* from header.php */

input[type=search]{border-radius:30px 0px 0px 30px; background-color:#fff;  border:1px solid #ccc;}
/*neve styles*/
.builder-item--header_search input[type=search]{border-radius:30px 0px 0px 30px;}
.builder-item--header_search input::placeholder {color:#888888;}
.builder-item--header_search input[type=submit], .nv-search-icon-wrap {display:none;}
/*ivory-search styles*/
.is-form-style.is-form-style-3 input.is-search-input, .is-search-input-203 {height:39px; color:#333333; border-radius:30px 0px 0px 30px; }
.is-form-style button.is-search-submit {height:40px; margin-top:-2px; }
.is-form-style input.is-search-submit, .is-search-icon, .is-form-style button.is-search-submit { height:40px; border-radius:0px 30px 30px 0px; background-color:#0366d6;border:1px solid #999; border-left:none;}
.is-search-icon svg {margin-left:5px; margin-top:3px;margin-right:5px;}
.is-form-style .is-search-submit path {fill:#fff;}
.is-search-icon:hover, form.is-form-style input.is-search-submit:hover {background:#66aaee;}
button.is-search-submit {height:40px; margin-top:-1px; border:none; padding:0; border-radius:0px 30px 30px 0px;}
.is-search-icon svg {fill:#fff;}
/*search box*/
div.is-ajax-search-details, div.is-ajax-search-result {top:20px;padding:0; background:#fff !important; background-color:##fff !important; border:1px solid #ccc; box-shadow: 0 0 16px rgba(0,0,0,0.3);}
div.is-ajax-search-details:after, div.is-ajax-search-details:before,
div.is-ajax-search-result:after, div.is-ajax-search-result:before{
	bottom: 98.5%;
	left: 10%;
	border: solid transparent;
	content: "";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;

}

div.is-ajax-search-details:after, div.is-ajax-search-result:after {
	border-color: rgba(255, 255, 255, 0);
	border-bottom-color: #ffffff;
	border-width: 20px;
	margin-left: -22px;
}

div.is-ajax-search-details:before, div.is-ajax-search-result:before,   {
	border-color: rgba(0, 0, 0, 0.3);
	border-bottom-color: #cccccc;
	border-width: 21px;
	margin-left: -23px;
}

mark{ background: #aad8ff; color: black; padding:1px;} /*styles for mark.js highlighting*/

/* #header-menu-sidebar-inner{max-width:75%;padding-top:60px;} */
.deoi_mm_col {display:inline-block;color:#fff;vertical-align:top;margin-bottom:40px;}
.deoi_mm_col h2{color:#fff;}
.deoi_mm_col ul li {margin-bottom:12px;}
.deoi_mm_col ul li a {color:#fff !important;}
#deoi_mm_col3 {margin-left:10px;margin-top:18px;}
.primary-menu-ul li a{ color:#fff !important;}

/* from /deoi/widgets/deoi_donations_widgets.### */
/* blocks code donate-sidebar.html */
.help-fund-widget {
	background-color:#193f6f;
	color:#fff;
	border-radius:6px;
	min-height:200px;
	min-width:300px;
	padding: 24px;
	width:100%;   
}
.help-fund-widget strong { color:#fff;text-align:center; }
.help-fund-widget img {
	margin-bottom: 20px;
	text-align:center;
}
.help-fund-widget p:first-of-type {
	margin-bottom: 20px;
	text-wrap: balance;
}
.help-fund-widget .give-now {
	margin-bottom: 0;
}
.help-fund-widget .give-now a {
	border:1px solid #fff;
	border-radius:26px;
	display: inline-block;
	font-size: .8em;
	font-weight: 700;
	margin-right: auto;
	padding: 10px 30px 10px 30px;
}
.help-fund-widget .give-now a:link,
.help-fund-widget .give-now a:visited {
	color: #fff !important;
	background-color:#193f6f;	
}
.help-fund-widget .give-now a:hover,
.help-fund-widget .give-now a:active {
	color: #193f6f !important;
	background-color:#fff;	
}
/* from timelines.php */

.layout-left-spacer {
	display:inline-block;
	width:15%;
	vertical-align:top;
}

.layout-full-right {
	display:inline-block;
	width:30vw;
	height:38vw;
	margin-top:7vw;
	margin-left:30vw;
	vertical-align:top;
}

.layout-cat  {
	color:#00739A;
	font-size:18px;
}

.layout-title {
	color:#000;
	font-size:4vw;
	font-weight:700;
	margin-top:20px;
	margin-bottom:20px;
	line-height:1.1;
}

.layout-excerpt {
}

.layout-excerpt > a {
	display:block;
	width: 150px;
	margin-top:2vw;
	padding:4px 13px 4px 13px;
	text-align:center;
	color:#00739A;
	font-size:16px;
	font-weight:700;
	border:1px solid #00739A;
	border-radius:30px;
}


.layout-title-reverse {
	color:#FFF;
	font-size:4vw;
	font-weight:700;
	margin-top:20px;
	margin-bottom:20px;
	line-height:1.1;
}

.layout-excerpt-reverse {
	color:#FFF;
	font-size:16px;
	font-weight:200;
}
.layout-excerpt-reverse > a {
	display:block;
	width: 150px;
	margin-top:40px;
	padding:4px 13px 4px 13px;
	text-align:center;
	color:#fff;
	font-size:16px;
	font-weight:700;
	border:1px solid #fff;
	border-radius:30px;
	transition:all .2s ease-out;
}

.timeline-link > a{
	display:block;
	width: 150px;
	margin-top:40px;
	padding:4px 13px 4px 13px;
	text-align:center;
	color:var(--ocean);
	font-size:16px;
	font-weight:700;
	border:1px solid var(--ocean);
	border-radius:30px;
	transition:all .3s ease-out;
}

.timeline-link > a:hover {
	color: #fff;
	background-color: var(--ocean);
	background-image: linear-gradient(to right, #00739A 0%, #193F6F 100%);
}

.timeline-link-reversed > a{
	display:block;
	width: 150px;
	margin-top:40px;
	padding:4px 13px 4px 13px;
	text-align:center;
	color:#fff;
	font-size:16px;
	font-weight:700;
	border:1px solid #fff;
	border-radius:30px;
	transition: all .3s ease-out;
}

/* see below for .half-pane */

/* from archive-timelines.php */
.more-heading {
	margin:40px auto 30px auto;
	min-width:100%;
	text-align: center !important;
}
.more-heading h4 {
	text-align: center !important;
}

.text-big-panes {
    background: linear-gradient(to bottom, black, transparent);
}
/*desktop*/
@media (min-width: 769px) {
/* from archive-timeline.php */
	.layout-cat  { color:#00739A; font-size:18px; margin-top:70px;}
	.big-pane .layout-cat-reverse { color:#FFC62F;font-size:18px; margin-top:70px;}
	.addl-layout-cat-reverse { color:#FFC62F;font-size:18px; margin-top:25px;}
	
/* from content-addl_timeline_panes.php */
	.big-pane-wrapper{
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		min-width:100%;
	}
	.inner-big-pane {
		background-blend-mode:multiply;
		background-repeat:no-repeat;
		background-size:cover;
		min-width:100%;
		min-height:610px;
	}
	.text-big-panes {
		color:#fff;
		padding:40px;
	}
	.text-big-panes h2 {
		color:#fff;
		line-height: 1.15;
		margin-bottom:30px;
	}
	
	.text-big-panes .excerpt {
		font-size:18px;
		font-weight:500;
		width:50%;
	}

	.big-pane {
		display:inline-block;
		margin-bottom: 20px;
		max-width: 1140px;
		min-width: 769px;
		width: 100%;
	}
	.inner-half-pane {
		background-blend-mode:multiply;
		background-repeat:no-repeat;
		background-size:cover;
		display: inline-flex;
		max-height:380px;
        max-width: 100%;
		min-height:380px;
		min-width:100%;				
        width: 100%;		
	}
	
	.half-pane {
		display:inline-block;
		min-width: 46%;
		max-width: 46%;
		margin-left: 2%;
		margin-right: 2%;
		margin-bottom: 50px;	
		width: 100%;
	}	
	.big-pane-wrapper > .half-pane {
		display: inline-flex;
		vertical-align: text-top;
		flex-wrap: wrap;
		justify-content: left;
		width: 100%;
	}
	.text-half-panes:after,
	.text-half-panes:before {clear: both; content:""; height: 8px;}
	.text-half-panes {
		background: linear-gradient(to bottom, rgba(0,0,0,.1) 0px, rgba(0,0,0,.4) 25%, rgba(0,0,0,.4) 50%, rgba(0,0,0,.4) 75%, rgba(0,0,0,.01) 100%);
		color:#fff;
		height: 375px;
		max-height: 375px;
		min-height: 375px;	
		padding:40px;
		width: 100%;
	}
	.text-half-panes h3 {color:#fff;font-size: 1.5em !important;margin-bottom:30px !important;line-height: 1.15;}
	.text-half-panes .excerpt {
		font-size:14px;
		font-weight:500;
		margin-bottom: 15px;
		min-height: 72px;
		overflow: hidden;
		text-wrap: balance;
		width:100%;	
	}
	.text-big-panes .author {
		font-size:14px;
		font-weight:500;
		margin-bottom: 15px;
		text-wrap: balance;
		width:100%;	
	}	
}

/* mobile *-pane(s) */
@media (max-width: 768px) {
/* from archive-timeline.php */
	.layout-cat  { color:#00739A; font-size:18px; margin-top:70px;}
	.big-pane .layout-cat-reverse { color:#FFC62F;font-size:18px; margin-top:40px;}
	.addl-layout-cat-reverse { color:#FFC62F;font-size:18px; margin-top:25px;}
	
	.inner-half-pane {
		background-blend-mode:multiply;
		background-repeat:no-repeat;
		background-size:cover;
		min-width:100%;
		min-height:380px;
		max-height:380px;
	}
	.half-pane {
		display: inline-block;
		min-width: 96% !important;
		margin-left:2% !important;
		margin-right:2% !important;
		margin-bottom: 40px !important;
		width: 100% !important;
	}
	.inner-big-pane {
		background-blend-mode:multiply;
		background-repeat:no-repeat;
		background-size:cover;
		height: auto;
		min-width:100%;
		min-height:380px;
	}
	.text-big-panes {
		color:#fff;
		padding:20px;
	}
	.text-big-panes h2 {
		color:#fff;
		line-height: 1.15;
		margin-bottom:30px;
	}
	.text-big-panes .excerpt {
		font-size:18px;
		font-weight:500;
		margin: 5px 1%;
		width:98%;
	}
	.big-pane {
		display:inline-block;
		margin: 0 1% 40px 1%;		
		min-width: 98%;
		width: 100%;
	}
	.big-pane h2 {
		font-family: Poppins;
		font-size: 2.5rem !important;
		font-weight: 700 !important;
		font-stretch: normal;
		font-style: normal;
		line-height: 1.2;
		letter-spacing: normal;
		text-align: left;
		color: #fff;
	}
	/* from content-addl_timeline_panes.php */
	.text-half-panes:after,
	.text-half-panes:before {clear: both; content:""; height: 8px;}
	.text-half-panes {
		background: linear-gradient(to bottom, rgba(0,0,0,.1) 0px, rgba(0,0,0,.4) 25%, rgba(0,0,0,.4) 50%, rgba(0,0,0,.4) 75%, rgba(0,0,0,.01) 100%);
		color:#fff;
		padding:40px;
	}
	.text-half-panes h3 {color:#fff;font-size: 1.3em !important;margin-bottom:20px !important;line-height: 1.15;}
	.text-half-panes p.excerpt {
		font-size:14px;
		font-weight:500;
		width:100%;
	}	
} 
/* from tag-timeline.php */

/*banner styles*/

.timeline-label	  { text-align:center; margin-left:-3.5%; margin-top:10px; margin-bottom:20px; padding-left:15px; padding-right:15px; background-color:#fff; border:1px solid #193F6F; border-radius:30px; width:40%; }
.timeline-single {}/*margin-top:190px; margin-left:10%;max-height:95vh; overflow:scroll; }*/
#timeline_nav {
	left:0.5vw;
	position:absolute;
	top:<?=$timeline_nav_top?>; /*wth?*/
	z-index:200;
}
/*.scrollspy-post {margin-left:auto;min-width:100%;pointer-events:none;}*/
.vertical-spacer {margin-left:3%; border-left:2px solid #00739A;min-width:100%;pointer-events:none;}

.timeline-banner {
	position: fixed;
	z-index: 1000;
	min-height: 0px;
	padding-bottom: 10px;
	box-shadow: 0 0 16px rgba(0,0,0,0.3);
}
	
/*banner timeline*/
#timeline_graphic_label {margin-top:7px;text-align:center; color:#fff; font-size:12px; letter-spacing:20px;}

.timeline_graphic_item_index {
	color:#fff;
	font-size:9px;
	margin-bottom:-5px;
	margin-top:-5px;
	min-width:100%;
	text-align:center;
}
.tl_active { color:#fff; font-size:16px; font-weight:700; }
.entry-slug {
	border:1px solid #00739A;
	border-radius:30px;
	color:#00739A;
	cursor:pointer;
	display:block;
	font-size:14px;
	font-weight:700;
	margin: 0 auto 15px 0;
	padding:4px 13px 4px 13px;
	pointer-events:auto;
	text-align:center;
	width: 150px;
}
.entry-slug a {text-decoration:none;}

.deoi_photocredit.picbody {
	color:#333;
	display:block;
	font-size:13px;
	font-weight:400;
	height: auto;
	margin-bottom:10px;
	text-wrap: pretty;
	width: auto;
}
.banner.timeline-banner .nv-page-title a {
	pointer-events:none;
	text-decoration:none;
}
.banner.timeline-banner .nv-page-title a:link,
.banner.timeline-banner .nv-page-title a:visited {
	color: #fff;
	pointer-events:none;
	text-decoration:none;
}
.banner.timeline-banner .nv-page-title a:hover,
.banner.timeline-banner .nv-page-title a:active {
	color: #fff;
	pointer-events:none;
	text-decoration:none;
}

#back_to_timelines {
	/* margin-top:-30px; */
	margin-top:0px;
}

.timeline-dot-border {
	display:none;
	height:0;
	width:0;
	/* min-height:30px;min-width:30px;max-width:30px;background-color:#fff; border:1px solid #00739A;border-radius:30px; margin-left:-16px; margin-top:-27px; */
}

.timeline-round-dot {
	min-height: 16px;
	min-width: 16px;
	max-width: 16px;
	background-color: #00739A;
	border-radius: 30px;
	margin-left: 6px;
	margin-top: 6px;
}

#timeline article {
	margin:0 0 -100px 0;
	min-width:100%;
	padding-top:100px;
	pointer-events:none;
}

.timeline-top {
    align-items: center;
    background-image: linear-gradient(to right, #fff 0, #ddd 2.5%, #ccc 2.6%, #ccc 100%);
    background-size: 100% 1px;
    background-repeat: no-repeat;
	color: #444;
    display: grid;
    font-size: 15px;
    font-weight: 400;
	grid-template-areas: ". time div";
	grid-template-columns: 30px minmax(50px, 120px) minmax(50px, 150px) auto;
    margin-bottom: 20px;
	width: 100%;
}
 /* bullseye works okay BUT issues in firefox */
/* .timeline-top::before {
    background: radial-gradient(circle at center, #00739A 0, #00739A 5px, #fff 6px) center center;
	color: #00739A;
	content: "\229A";
	display: inline-block;
	font-family: monospace;
	font-size: 30px;    
	height: 33px;
	line-height: 1;
	margin-left: -16px;
    margin-top: -15px;
	width: 30px;	
} */

 /* time-point.svg background image */
.timeline-top::before {
	content: url('/wp-content/themes/deoi/img/time-point.svg');
	display: inline-block;
	width: 30px;
	height: 30px;
	margin-left: -15.8px;		
	margin-top: -15px;	
}
time.tdateline,
div.timeline-group-badge {
	margin-top: -19.5px;
}
.tdateline {
	background: linear-gradient(to right, transparent 0, #fff 33%, #fff 50%, #fff 66%, transparent 100%);
	display:inline-block;
	font-weight:600;
	margin-left:0px;
	max-height:20px;
	max-width:150px;
	min-height:20px;
	min-width:50px;
	padding: 0 4px;
	text-align: center;
}

.timeline-group-badge {
	border-radius:30px;
	background-color:#ddd;
	color: #000;
	display:inline-block;
	margin-left: 10px;
	padding-left:10px;
	padding-right:10px;
	text-align: center;
}

.timeline-body {
	display:inline-block;width:60%;margin-left:5%;margin-top:20px;margin-bottom:60px;
}
.timeline-single {
	/* margin-top: 100px !important; */
	min-width:100%;
}
#timeline.timeline-single:before {
    clear: both !important;
	content: " " !important;
    display: block;
    height: 100px !important;
	margin-top: 70px;
	width: 100% !important;
}
#features-banner-block {
	max-width: 100vw !important;
}

#mobile-chapters {display:none;}

body > .wrapper:not(.et-fb-iframe-ancestor) {overflow:visible !important;}

@media (max-width: 767px) {
    .layout-full-right {
        margin-left:0;
        width:100%
    }
	
	.widget .search_item {
		width: calc(100% - 100px);
	}
	
	#left-fpp-nav {
		display:none !important;
	}
	
	.layout-left-spacer {
		width:0;
	}
	
	.deoi-feature-container {
		min-width: 100%;
		max-width: 100%;
		margin-left: 0%;
	}
	
	.deoi-feature-inner-container {
		min-width:100%;
		max-width:100%;
		padding:0 0 0 20px;
	}
	
	.builder-item--header_search input[type=search] {
		padding-right:0 !important;
	}
	
	.site-logo {
		padding:4px !important;
		width: 80px;
		overflow: hidden;
	}
	
	.site-logo img {
		max-width:initial !important;
		height:30px;
	}
	
	.header--row-inner .hfg-item-left {
		max-width:95px;
	}
	
	.header--row-inner .hfg-item- {
		width: calc(83% - 95px);
		max-width: calc(83% - 110px);
		flex: 0 0 calc(83% - 110px);
		margin-left: 15px;
	}
	
	.layout-right {
		display:block;
		max-width: 95% !important;
		width: 95%;
		margin-left: 0;
	}
	
	.layout-left {
		max-width: 95% !important;
		width: 95%;
		height: 300px;
		max-height: 10000px;
	}
	
	.layout-left>div {
		background-position:50% 20%;
	}
	
	.layout-excerpt > a, .layout-excerpt-reverse > a {
		margin-top:20px;
	}
	
	.layout_links {
		margin-top:40px !important;
	}
	
	#left_side_organizations {
		min-width:0 !important;
		max-width:1000000px !important;
		min-height: 250px;
	}
	
	#left_side_organizations>div {
		margin-left:0 !important;
	}
	
	.search_item {
		width: calc(100% - 200px);
		margin-left: 0;
		font-size:15px;
	}
	
	.banner .row {
		padding-right:0;
	}
	
	.browse-cat {
		white-space: nowrap;
		overflow-x: scroll;
		width: calc(100% + 15px);
	}
	
	#topic-choices-inner-wrapper {
		width: 100%;
	}
	
	.browse-topic {
		width: calc(100% + 15px);
	}
	
	.browse-reads-img {
		min-width:120px;
	}
	
	.browse-reads-item{
		min-height:260px;
	}
	
	.browse-reads-item .search_item {
		max-width: calc(100% - 155px);
	}
	
	.search-results .nv-page-title {
		margin-top:40px;
	}
	
	.posts-wrapper>article {margin: 30px 15px;}
	
	.view_more_modal {
		left:10%;
		width:80%;
	}
	
	#mobile-chapters {
		display: block;
		left: 0;
		width: 100vw;
		position:sticky;
		position:-webkit-sticky;
		top:45px;
		background:#fff;
		box-shadow: 0 2px 2px 0px rgba(0,0,0,.1);
		padding-top:10px;
	}
	
	#mobile-chapter_list {
		width:100%;
		white-space:nowrap;
		padding:5px;
		overflow-x:auto;
	}
	
	#mobile-chapter_list li {
		display:inline-block;
		margin-left:10px;
		margin-right:20px;
	}
	
	#chapters {
		display:none;
	}
	
	#mobile-chapters .chapter-numeral, #mobile-chapters .chapter-title {
		color:var(--charcoal-grey);
	}
	
	.features section {
		max-width:100%;
	}
	/* mobile- timeline posts */
	.posts-wrapper.timeline-single article #post_container {
		align-items: center;
		border-left:2px solid #00739A;
		display: flex;
		flex-direction: column;
		margin: 0 auto 0 5px;
		row-gap: 8px;
	}		
	/* mobile- standard posts: people, places, topics, etc.*/
	.posts-wrapper article #post_container {
		align-items: center;
		display: flex;
		flex-direction: column;
		margin: 0 auto 0 5px;
		row-gap: 8px;
	}		
	.related_links .arrow_box:before, .related_links .arrow_box:after,.related_links .arrow_up:before, .related_links .arrow_up:after {
		display:none;
	}
	
	#myLocation {
		margin-top:-5px;
	}

}

/*for a-z index */
 
.az-links li {
    float:left;
    margin-right: 1.7vw;
}
 
.letter-section {
    clear:both;
    padding-top:70px;
}

/* hiding the default Neve powered by WP... */ 
#site-footer.site-footer, .site-footer, #site-footer {display:none!important;visibility:hidden !important; height: 0 !important; width: 0 !important; } 
/* hiding 'included-files-fie-on-wp-footer' list from front end... */
#included-files-fie-on-wp-footer {display:none; height: 0;}

@media print {
	.tag-neighborhoods-and-communities #ref_list + div, #deoi_footer_contact, #deoi_footer_social, #deoi_footer_links, #deoi_footer img, .site-footer, #ref_arrow, #banner_img, #deoi_mostviewed_widget-2, #deoi_related_items_widget-2, #recent-posts-3, #deoi_suggestions_widget-2 {
		display:none !important;
	}
	
	#deoi_footer{
		background: rgb(235,235,240);
		min-height: 0;
		page-break-inside: avoid;
	}
	
	#deoi_footer * {
		color: #333 !important;
	}
	
	.entry-meta-box {
		page-break-after:avoid;
		margin-top:80px !important;
		padding:15px;
		min-height:0;
	}
	
	.single-post-container {
		page-break-before:avoid;
	}
	
	#banner_img {
		height: 250px !important;
		max-height: 250px !important;
	}
	
	.header {
		position: relative !important;
	}
	
	#header-grid>nav>div>div>div>* {
		display: none;
	}
	
	#header-grid>nav>div>div>div .hfg-item-first {
		display: block!important;
	}
	
	#ref_list {
		display:block;
	}
	
	.references_list li {
		margin-left:0;
	}
	
	.references_headline {
		background: transparent;
		padding: 0;
	}
	
	.deoi_image {
		width:50%;
		float:left;
		margin: 20px 20px 20px 0;
	}
	
	.deoi_image ~ * {
		clear:both;
	}
	
	.deoi_image ~ p {
		clear: none;
	}
}

@media print {
	@page {margin: 2cm;}
    @page article { width: 100%;}
    .nv-sidebar-wrap { display: none; height: 0;}
    .keyword-box { display: none; height: 0;}
    
	.keyword-box + div,
	.keyword-box + div + div {display: none; height:0;}
	#after_post_spacer { display: none; height: 0;}
	#deoi_footer,
	#deoi_footer_logo {background-color: #fff!important;}
	#deoi_footer_logo section div {background-color: #fff!important; border: solid 1px #999; color:#000; padding: .3cm;}
	#deoi_footer_logo section div::before {
		clear: both;
		content: "About Encyclopedia Of Indianapolis";
		display:block;
		font-size: 18pt;
		font-style: oblique;
		margin-bottom: .25cm;
		width: 100%;
	}
} 

/* On screens that are 500px or less, make timeline index font-size smaller */
@media screen and (max-width: 500px) {
	.timeline_graphic_item_label {
		font-size:12px;
		margin-left:2px;
		margin-right:2px;  
	}

	.browse-reads-item{
		height:auto;
		margin-top: 15px !important;
	    overflow:hidden;
	}
	.browse-reads-img {
		min-width:120px;
		max-width:120px;
	}
	.browse-reads-item .search_item {
		display:block;
		min-width:auto;
		max-width: calc(100% - 125px);
		height:auto;
	}
	.browse-reads-item .search_item {
		margin-top: 0px;
	}
	.browse-reads-item .search_item a div h4 {
		line-height: 1.3;
		margin-bottom: 10px;
	}
}
/*BEG: plugin overrides*/

/*#### BEG:coblocks carousel ####*/
.nav-button__next,
.nav-button__prev {
    background-color: rgba(255,255,255,.85) !important;
    border: none;
    border-radius: 100%;
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    cursor: pointer;
    /* height: 62px; */
    height: 40px !important;
    margin: 0 1%;
    padding: 6px;
    position: absolute;
    /* top: 50%; */
    top: 40%;
    /* transform: translateY(-50%); */
    transform: translateY(-40%);
    /* width: 62px; */
    width: 40px;
}
/* target arrow color */
.nav-button__next .icon,
.nav-button__prev .icon {
    background-color: #193f6f !important;
    height: 28px;
    -webkit-mask-image: url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTMwIDEzMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJtNS4zNDM3NSA5OS4wOTM3NS00LjQzNzUtNC40Mzc1IDQ0LjY4NzUtNDQuNjU2MjUtNDQuNjg3NS00NC42NTYyNSA0LjQzNzUtNC40Mzc1IDQ2Ljg3NSA0Ni44NzVjMS4yMTE2MzYyIDEuMjE4ODY3IDEuMjExNjM2MiAzLjE4NzM4MyAwIDQuNDA2MjV6IiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDM5Ljg3NSAxNSkiLz48L3N2Zz4=);
    mask-image: url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTMwIDEzMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJtNS4zNDM3NSA5OS4wOTM3NS00LjQzNzUtNC40Mzc1IDQ0LjY4NzUtNDQuNjU2MjUtNDQuNjg3NS00NC42NTYyNSA0LjQzNzUtNC40Mzc1IDQ2Ljg3NSA0Ni44NzVjMS4yMTE2MzYyIDEuMjE4ODY3IDEuMjExNjM2MiAzLjE4NzM4MyAwIDQuNDA2MjV6IiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDM5Ljg3NSAxNSkiLz48L3N2Zz4=);
    width: 28px;
}
/* alter figcaption */
.coblocks-gallery:not(.has-caption-color).has-caption-style-dark figcaption {
    background: linear-gradient(to right, transparent 0, rgba(0,0,0,.5) 3%, rgba(0,0,0,.5) 50%, rgba(0,0,0,.5) 97%, transparent 100%);
	color: #fff;
	font-size: 14px !important;
	padding: 4px 10px;
}
.coblocks-gallery--primary-caption a:link,
.coblocks-gallery--primary-caption a:visited {
    color: #fff;
    border-bottom: dotted 2px #fff;
}
/* hide dots */
.wp-block-coblocks-gallery-carousel-page-dot-wrapper {display: none !important;}
/*#### BEG:coblocks carousel ####*/
/*END: plugin overrides*/