.sidebar-parent {
  background-color: white;
  box-shadow: 1px 0px 1px rgba(0,0,0,.2);
}

.list-group a {
    text-decoration: none;
}

.list-group-item {
    font-size: .75rem;
    border-left: none;
    border-right: none;
    border-bottom: 2px;
}

#quotations { padding-top: 20px; }
    
ul.timeline {
    list-style-type: none;
    position: relative;
}

ul.timeline:before {
    content: ' ';
    background: #d4d9df;
    display: inline-block;
    position: absolute;
    left: 29px;
    width: 2px;
    height: 100%;
    z-index: 400;
}

ul.timeline > li {
    margin: 20px 0;
    padding-left: 20px;
}

ul.timeline > li:before {
    content: ' ';
    background: #0d6efd;
    display: inline-block;
    position: absolute;
    border-radius: 50%;
    border: 5px solid white;
    /* -webkit-box-shadow: 0px 0px 1px 1px rgba(0,0,0,0.1);  */
    /* box-shadow: 0px 0px 1px 1px rgba(0,0,0,0.1); */
    left: 20px;
    width: 20px;
    height: 20px;
    z-index: 400;
}

ul.timeline a {
    color: #212529;
}

ul.timeline a:hover {
    color: #0d6efd;
}

.bg-badgelight {
    background-color: #cfe2ff;
    font-weight: normal;
}

body {
    font-family: "HCo Whitney SSm" !important;
    color: #303030 !important;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
}

.pos { font-style: italic; }

.cite-author { font-variant: small-caps; }

#headword { font-family: "HCo Sagittarius"; }

.sag { font-family: "HCo Sagittarius"; }

.discursive h1, .discursive h2, .discursive h3, .discursive h4, .discursive h5, .discursive .h6 {
    font-family: "HCo Sagittarius" !important;
    font-feature-settings: "ss01";
}

h1#headword {
    font-size: 4rem;
}

h1 { font-size: 4rem !important; color: #3a4044; }
h2 { font-size: 3rem !important; color: #3a4044; }
h3 { font-size: 2rem !important; color: #3a4044; } 

#headword .pos, #headword .sensenum {
    font-family: "HCo Whitney SSm";
    font-weight: 400;
    font-size: 1.75rem;
}

.lead.definition {
    font-weight: 600;
    margin-bottom: 0.5rem;
}
                        
.lead.definition-secondary {
    font-weight: 400;
    font-size: 1.1rem;
    margin-left: 1rem;
}

#section-header {
    display: block;
    padding-top: 1rem;
}

#lastmodified {
    display: block;
    padding-top: 1rem;
}

.bg-green {
    background-color: #48A850!important;
}

a:link {
    text-decoration: none;
}

.ghost-of-brackets-past {
    color: dimgray!important;
}

ul.timeline > li.ghost-of-brackets-past:before {
    background: #66a4ff;
    display: inline-block;
    position: absolute;
    border-radius: 50%;
    border: 5px solid white;
    /* -webkit-box-shadow: 0px 0px 1px 1px rgba(0,0,0,0.1); */
    /* box-shadow: 0px 0px 1px 1px rgba(0,0,0,0.1); */
    left: 20px;
    width: 20px;
    height: 20px;
    z-index: 400;
}

.badge { font-weight: 600 !important; }

.researchHistory h5 { font-weight: 600 !important; }
.researchHistory { font-size: smaller; } 

.navbar-brand {
    font-family: "HCo Sagittarius" !important;
    font-size: 2.5rem !important;
    font-feature-settings: "ss01";
    color: white;
}

.navbar-brand .brand-sf { color: #C6C6C6 }

.nav-link { padding: 2px 0 2px 0 !important;
	    font-weight: 500; }

.nav-link .glyph {
  display: inline-block;
  font-family: "HCo Decimal" !important;
  font-weight: 400 !important;
  width: 24px; 
}

.above-fold { color: #f0f0f0 !important; }

.accordion-header .btn.btn-link svg{ transform: rotate(90deg); }
.accordion-header .btn.btn-link.collapsed svg{ transform: rotate(0deg); }

.row .polaroid {
    background-image: url(/static/images/papertexture.jpg);
    background-repeat: repeat;
    background-size: 60%;
    width: 192pt;
    box-shadow: 5px 5px 32px rgba(0,0,0,.2);
    transform: rotate(-3deg);
    padding: 1em;
}

.polaroid img {
    padding-bottom: 1em;
}

@media only screen and (max-width: 576px) {
    sidebar-parent {
        max-width: none!important;
    }

  .row .polaroid {
    width: 144pt;
    margin: 1rem 0 3rem;
    transform: rotate(-3deg);
  }

  .position-xs-static {
    position: static !important;
  }

  .vh-xs-auto {
    height: auto;
  }

  .overflow-xs-visible {
    overflow: visible;
  }

}

@media (min-width: 577px) {
  .sidebar-parent {
    max-width: 300px !important;
  }

  .position-sm-sticky {
    position: sticky !important;
  }

  .vh-sm-100 {
    height: 100vh;
  }

  .overflow-sm-hidden {
    overflow: hidden;
  }

}

.badge-parent { width:auto !important; }

td { padding: 0.5em; }

tbody { border-radius: 50%; transition-duration: 200ms; transition-timing-function: ease;}

table tbody:nth-child(even) {background-color: rgba(207, 226, 255, 0.2);}

table td:nth-child(odd) { width: 10rem; }

.listing:hover > tbody:hover {background-color: rgba(207, 226, 255, 0.5); opacity: 1.0;}

.listing:hover > tbody {opacity: 0.8; background-color: rgba(0, 0, 0, 0)}


/* Twitter Typeahead */
.twitter-typeahead {
	width: 100%;
}

.typeahead,
.tt-query,
.tt-hint {
	outline: 0;
}

.tt-hint {
	color: #999;
}

.tt-menu {
	width: 100%;
	margin-top: 1px;
	min-width: 180px;
	padding: 8px 0;
	background-color: #fff;
	border: 1px solid transparent;
	border-radius: 3px;
	max-height: 300px;
	overflow-y: auto;
	-webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.typeahead-scrollable .tt-menu {
	max-height: 250px;
}

.typeahead-rtl .tt-menu {
	text-align: right;
}

.tt-suggestion {
	padding: 4px 15px;
	cursor: pointer;
}

.tt-suggestion:hover,
.tt-suggestion:focus,
.tt-suggestion.tt-cursor {
	background-color: #f5f5f5;
}

.tt-dataset-group .tt-suggestion {
	padding-left: 32px;
	padding-right: 32px;
}

.tt-heading {
	font-size: 11px;
	line-height: 1.82;
	padding: 8px 15px;
	text-transform: uppercase;
	display: block;
	font-weight: 700;
	margin-top: 2px;
	margin-bottom: 2px;
}

.typeahead-template .empty-message {
	padding: 8px 15px;
	text-align: center;
}

#hw-typeahead .tt-dropdown-menu {
  max-height: 150px;
  overflow-y: auto;
}

.sidebar-list {
    max-height: 400px;
    margin-bottom: 10px;
    overflow: scroll;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
}

#jump-word { margin: auto!important; }

#jumpto-box {
    display: flex;
    margin: 10px;
}

nav .searchButtonSecondary {
    border-color: transparent;
    background-color: #565D66;
    margin-left: 10px !important;
}
