/*
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: twenty-fifteen-child
*/


/* 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;
}

@font-face {
  font-family: Poppins;
  src: url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,500;0,700;1,300&display=swap");

}


body {
    font-family: Poppins;
    background-color: #fafbfd;
}

.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 {
/*  font-family: Poppins !important;
  font-size: 4rem !important;
  font-weight: bold !important;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.48;
  letter-spacing: normal;
  text-align: left;
  color: var(--charcoal-grey);*/
}

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);
}

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) */

.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;
}

@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: #00bce4 !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;
}

a:link {
  color: var(--ocean);
}

a:visited {
  color: #193f6f;
}

a:hover {
  color: #193f6f !important;
}

a:active {
  color: var(--strawberry);
}

/* 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;}

/*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;
}

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

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

.lf-nav > .active{
	color:#00bce4 !important;
	font-weight:700 !important;
	border-left:2px solid #00bce4 !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);}

 /*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;
	letter-spacing: .5vw;
}

.splash-head2 {
	margin-top: 0px;
	text-align: center;
	color: #FFF;
	font-size: 36px;
	font-weight: 200;
	margin-bottom: 56px;
}

.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 {
    color: #FFC62F;
    font-size: 18px;
}

.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;
}

.reverse_links:hover {color:#00bce4;}

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

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

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

.ordinal {
    text-transform: lowercase;
}

#left-fpp-nav {
    position: fixed;
    display: none;
    z-index: 1440;
}

/*from browse_page.php*/


.row-header {
	display:block;
	margin-top:40px;
}

.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;
}

.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%;
	border-bottom:none;
}

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

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

.nv-page-title {
	border-bottom:none !important;
}

.browse-cat-item {
	min-width:160px;
	min-height:200px;
	margin-right:10px;
	padding-left:8px;
	padding-top:155px;
	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 {
	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;
	max-width:35%;
	min-height:200px;
	margin-left:30px;
	vertical-align:top;
	font-size:16px;
	font-weight:300;
	line-height:1.25;
}


.browse-reads-img {
	margin-top:0;
	display:inline-block;
}

.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; 
	margin-left:0; 
	vertical-align:top;
	font-size:12px; 
	line-height:1.2;
}

.search_page_item { font-size:15px; }
.search_page_title {
	margin-top:6px;
	line-height:1.14;
}

.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;}

.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;}

.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);
}


#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 {
	display:inline-block;
	max-width:115px;
	vertical-align:top;
	border:none;
	background:transparent;
}

#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;
	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;
}

.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 {
	display:inline-block;margin-right:20px;
	width:140px;min-width:140px;
	height:170px;min-height:170px;
	vertical-align:top;margin-top:10px;
	border-radius:7px; background-color:#f0f0f0; overflow:hidden;background-repeat:no-repeat; 
	background-size:cover; background-position: center 35%;
	box-shadow: 0px 0px 4px 0px rgba(70,70,70, 0.2);
}

.timeline-image {
	transition: all .2s ease-out;
}

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

.timeline-text-container {
	display:inline-block;
	width:60%;
	margin-left:3%;
	margin-top:20px;
	margin-bottom:30px;
}

.search_item {
	display:inline-block;
	width:50%;
}

.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_byline {width:100%;font-size:16px;font-weight:700;color:#999;margin-bottom:30px;text-align:left;}
.deoi_photocredit {font-size:13px;font-weight:400;color:#888;margin-bottom:10px;}
.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;
}


#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 {position:relative;color:#00739a;cursor:pointer;font-weight:500;text-transform:uppercase;font-size:15px;}
.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 { min-height:230px; max-height: 230px; overflow:scroll; padding-left:20px;padding-top:20px;padding-right:20px;}
.related-content > a { color:#000; test-decoration:none; }
.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;}
/*-----------------------*/
#popover_container {position:absolute; width:40vw; top:-250px;}
.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_container {
	width:100%;
	min-width:100%;
	margin-top:-50px;
}

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

#timeline_graphic {
		display: table;
		margin-top:45px;
		margin-bottom:15px;
		width:100%; min-width:100%;
		height: 35px;  min-height: 35px; 
		border-bottom:3px solid #FFF; 
}

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

.timeline_graphic_item_label {
	display:inline-block;
	color:#fff;font-size:12px;
	text-align:center;
	/*margin-bottom:-3px;
	margin-top:7px;*/
	-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;
}

/*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: 20px;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}

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

#deoi_footer_logo img{
	max-width: 180px;
}

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


/* 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:white;
	color:var(--ocean);
}

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

.big-pane-wrapper {
	min-width:100%;
}

.big-pane {
	display:block;min-width:100%;margin-bottom:20px;
}

/* 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:77vw;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;}

/* 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 {max-height:100vh !important;}
#header-menu-sidebar-bg {
	min-height:92vh; 
	background-color:var(--cobalt);
	width:101vw;
	background-size:cover; /*1000px;*/
	background-position:right bottom; 
	background-repeat:no-repeat;
	/*background-image:url("../assets/img/skyline_lg.png");*/
}
#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:5%;margin-top:18px;}
.primary-menu-ul li a{ color:#fff !important;}

/* 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-cat-reverse {
	color:#FFC62F;
	font-size:18px;
}

.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;
}

/* 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-class {}/*margin-top:190px; margin-left:10%;max-height:95vh; overflow:scroll; }*/
	#timeline_nav{ position:absolute; top:<?=$timeline_nav_top?>; left:0.5vw; 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);
}
	
	/*overwrite neve */
	.nv-page-title-wrap{ width:100%;  margin-left:<?= $headline_marginleft_style ?>; margin-right:20%; border-bottom:none;padding-bottom:0 ! important;}
	.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-big-title {  margin-bottom: 0 !important; padding-bottom:0 ! important; border-bottom:none; }
	.nv-page-title{ border-bottom:none !important;padding-bottom:0 ! important; }
	
	/*banner timeline*/
	#timeline_graphic_container { width:100%; min-width:100%;margin-top:-100px }
	#timeline_graphic_label {margin-top:7px;text-align:center; color:#fff; font-size:12px; letter-spacing:20px;}
	#timeline_graphic { display: table; margin-top:5px; width:100%; min-width:100%; 
						height: 15px;  min-height: 15px; border-bottom:3px solid #FFF; margin-bottom:15px;
	}
	.timeline_graphic_item {display:table-cell;min-width:100%;min-height:20px;text-align:center;margin-bottom:-10px; }
	.timeline_graphic_item_label { display:inline-block; color:#fff;font-size:12px; text-align:center;
		margin-bottom:-20px; -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:-5px;margin-top:-5px;}
	.tl_active { color:#fff; font-size:16px; font-weight:700; }
	.entry-slug {display:block; width: 150px; margin-top:-13px; margin-bottom:20px;padding:4px 13px 4px 13px; text-align:center; color:#00739A; font-size:14px; font-weight:700; border:1px solid #00739A; border-radius:30px; pointer-events:auto; cursor:pointer;}

#back_to_timelines {
	margin-top:-30px;
}

.timeline-dot-border {
	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 {
	padding-top:100px;margin:0 0 -100px 0;min-width:100%;pointer-events:none;
}

#timeline article #post_container {
	margin-left:3%; border-left:2px solid #00739A;
}

.timeline-top {
	color:#444;font-size:15px;font-weight:400;
}

.tdateline {
	display:inline-block;padding-left:15px;padding-right:15px;min-height:20px;max-height:20px;max-width:150px;background-color:#fff; margin-left:20px;font-weight:600;
}

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

.timeline-body {
	display:inline-block;width:60%;margin-left:5%;margin-top:20px;margin-bottom:60px;
}

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

#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 {
		min-height: initial;
		padding: 20px;
		padding-right:0;
	}
	
	.banner .row {
		padding-right:0;
	}
	
	.nv-page-title {
		margin-top:35px;
	}
	
	.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 .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%;
	}
	
	#timeline article #post_container {
		margin-left: 5%;
	}
	
	.timeline-image {
		width: 90% !important;
		max-width: 175px;
		background-size: cover !important;
	}
	
	.timeline-text-container { width:100%; }
	
	.timeline-body {
		width: 90% !important;
	}
	
	.timeline-banner {
		padding-top:80px;
	}
	
	.timeline-banner .nv-big-title .nv-page-title h1 {
		font-size:16px;
	}
	
	#timeline_graphic_container {
		margin-top:-80px;
	}
	
	#back_to_timelines>a>div {
		font-size:12px!important;
	}
	
	#back_to_timelines {
		margin-top: -20px;
	}
	
	.related_links #popover_container {
		position: fixed;
		bottom: 20px;
		width:calc(100vw - 40px);
		left: 20px;
		top: initial !important;
		z-index: 1;
	}
	
	.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;
}
 

@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;
	}
	
	#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%;
	}
} 