@import "//ajax.googleapis.com/ajax/libs/dojo/1.12.1/dijit/themes/claro/claro.css";
@import "//ajax.googleapis.com/ajax/libs/dojo/1.12.1/dojox/image/resources/Lightbox.css";
@import "bbr-main.css";

/*
    jb-blauw: #253776;
    nav-groen: #335525;
    nav-rood: #7c2529;
    nav-lichtblauw: #6068b2;
    navnoglichterblauw: #a7a4e0;
    nav-lichtgroen: #9abb91;
    lichtergroen: #a8d5ba;
*/

*, *::before, *::after {
    box-sizing: border-box;
}
body, div, h1, h2, h3, h4, h5, h6, p, ol, li, dl, dt, dd, img, form, fieldset, input, textarea, blockquote, label {
	margin: 0; padding: 0; border: 0;
}
body, html {
	margin:auto;
	text-align: center;
    background-color: #eee;
}
body {
/*     height: 100vh;
    height: calc(100vh - 125px);
 */
}
p {
	margin-top: .5em;
}
main {
	background-color:#fff;
    padding: 3em;
    display: block;
    margin:auto;
   	margin-bottom:22px;
    margin-top:97px;
    width:100%;
    height:100%;
    min-height: calc(100vh - 120px);
    max-width:1000px;
    z-index:-1;
   	vertical-align:top;
   	text-align:left;
}

details {
    margin-bottom:1em;
}

#welcome-left {
	vertical-align:top;
	padding-right:1em;
	max-width:50%;
    display:inline-block;
}
#welcome-right {
	min-width:20%;
	max-width:50%;
	vertical-align:top;
	padding-left:3em;
    display:inline-block;
}
.selcontent img {
    width:113px;
    height:150px;
}
.bottom_embed {
	display:inline;
}
#footer-content img {
    vertical-align:text-bottom;
    height:17px;
    width:17px;
    border:0;
}
header {
    width: 100%;
    background-color:#253776;
    fill:#fff;
    position:fixed;
    top:0px;
    height:65px;
    z-index:999;
    transition:all .5s;
}
footer {
    position: fixed;
    bottom: 0;
    width: 100%;
	text-align: center;
    background-color:#ddd;
    line-height:1.8em;
    padding:.15em;
}
.metrics {
    padding: 0;
    clear: both;
    float: right;
    margin: .66em -1em 1em 1em;
    padding: 1em;
    position: relative;
    top: 0;
    max-width: 25em;
    text-align:left;
    background-color:#dee;
    border-radius:.25em;
}
.metrics a:link, .metrics a:visited {
    color: #253776;
}
.obituary-notice {
    border: black 3px solid;
	padding: 1em;
}
.bullet::after {
	color: #253776;
	content: " • ";
	font-size:.9em;
}
.logo_new-container {
	width: 65px;
	height:48px;
	float:right;
    margin-right:-1em;
    margin-top:-1em;
}
.logo_new {
	width: 65px;
	height:48px;
}
.jb-logo-text, .jb-logo-image {
    display:inline-block;
    padding-top:.3em;
    vertical-align:top;
}
.jb-logo-image svg {
    display:inline;
    height:37px;
    width:auto;
}
.jb-logo-text svg {
    height:35px;
    width:auto;
}
#header-content {
    padding:1em;
    height:65px;
    max-width:1000px;
    margin: 0 auto;
    text-align:left;
    vertical-align: middle;
    position:relative;
}
.hamburger {
	width:36px;
	height:36px;
	z-index:1000;
	display:none;
	float:left;
}
#search-container {
    height: 48px;
    float: right;
}
#search-svg path {
    fill:#a8d5ba;
}
#cart {
    float:right;
    padding-right:1em;
}
#cart svg {
    width:40px;
    height:auto;
}
#cart-svg {
    stroke:white;
}

a.filterbox {
	display:inline-block;
	margin-right:10px;
	padding:2px 4px;
	background-color:lavender;
	border: solid 1px olive;
	-moz-border-radius: 3px;
	color:olive;
}
.filtergroup {
  max-width:450px;
  display:inline-block;
  padding-right:.5em;
}
.filtergroup.subjects {
}
.filtergroup.dates {
  width:12em;
}
.filtergroup label {
  text-transform:uppercase;
  font-size:.85em;
  letter-spacing:.15em;
  font-weight:bold;
}
.filtergroup select {
  width:100%;
  font-family:'Noto Sans', serif;
  height:20em;
  max-height:25%;
}
.filtergroup option {
  height:1.8em;
}
.filtergroup option, .filtergroup optgroup {
  padding-left:.5em;
}

.svg-menu-toggle {
	fill: #a8d5ba;
	height:22px;
	width:32px;
}

input, textarea {
	border: solid 1px #ccc;
    font-weight: normal;
    color:black;

}
input#nav-trigger {
    display: none;
}
input[type=submit], button {
    font-weight: bold;
    color: white;
    background-color: #ff5500;
    text-transform: uppercase;
    letter-spacing: .1em;
    border:solid 1.5px #ff5500;
    border-radius:.25em;
    cursor: pointer;
    font-family:inherit;
}
input[type=submit] {
	padding: 0 .4em .1em .5em;
}
.toc button {
    background-color:white;
    color:#ff5500;
    margin-left:.5em;
    border:solid 1px #ff5500;
}
.toc button:hover {
    BAC
}
button.buy-now {
/*	padding: .25em .4em .1em .5em;*/
    text-transform: uppercase;
    letter-spacing: .1em;
    font-size:.9em;
    font-weight: bold;
    color: white;
    background-color: #335525;
    border:solid 1.5px #335525;
    border-radius:.25em;
}
button.filter, button.sort, button.letter {
	padding: 0 .25em .1em .5em;
    background-color: #eee;
    border:1px solid #aaa;
    margin-right:.8em;
    margin-bottom:1em;
}
button.filter, button.sort {
    color: black;
    text-transform:inherit;
    font-weight:normal;
    font-size:1.1em;    
    letter-spacing:0;
    text-align:left;
}
button.letter {
    color:#666;
}
button.active {
    background-color:white;
    color:#253776;
    border:1px solid #ff9900;
}
button.reset {
    background-color:#a7a4e0;
    color:white;
    border:1px solid #a7a4e0;
}
.filter:hover, .sort:hover, .letter:hover {
	color:white;
	background-color:#bbb;
	text-decoration:none;
}
button.filter:hover, button.sort:hover, button.letter:hover {
	border:1px solid #bbb;
}
a.sort:hover {
    background:none;
}

nav button {
    border: none;
    color:inherit;
    background-color:transparent;
    font:inherit;
    text-transform: none;
    letter-spacing:inherit;
    padding:0;
    text-align:inherit;
}

.buy-now:before, button.tab:before {
    content:"► ";
}
.buy-now a:link, .buy-now a:visited {
    color: white;
}
button.tab {
    margin:1em 0 1.5em;
	background-color:#e9e9e9;
    font-size: .95em;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: #253776;
    padding:.25em .65em .25em .65em;
    border:none;
}
div.tab {
    margin:1.5em 0;
}
button.tab:before {
    content:"▶ ";
}
.tab > a:link, .tab > a:visited {
    color: #253776;
}
intput[type=submit] {
    margin-top:1em;
}
input[name="q"] {
    border: 0;
    border-bottom: solid 3px #253776;
    font-size: 1.2em;
	line-height:1.6em;
    padding-left:1em;
}
input[name="q"]:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0;
    border-bottom: solid 3px #ccc;
    background-color: #fff;
    outline: none;
}
fieldset {
    border: 2px solid #a8d5ba;
    padding:1em;
    background-color:#fafafa;
	line-height:2.5em;
}
fieldset.filterbox {
    padding: .25em 0 .5em 1em;
}
legend {
    font-weight: bold;
    font-size:1.1em;
    color:#253776;
}

input#nav-trigger:checked ~ header nav {
    display: block;
    margin-left:0;
}
.svg-menu-toggle {
  fill: #fff;
  pointer-events: all;
  cursor: pointer;
}
.svg-menu-toggle .bar {
  -webkit-transform: rotate(0) translateY(0) translateX(0);
  transform: rotate(0) translateY(0) translateX(0);
  opacity: 1;
  -webkit-transform-origin: 20px 10px;
  transform-origin: 20px 10px;
  -webkit-transition: -webkit-transform 0.4s ease-in-out, opacity 0.2s ease-in-out;
  transition: transform 0.4s ease-in-out, opacity 0.2s ease-in-out;
}
.svg-menu-toggle .bar:nth-of-type(1) {
  -webkit-transform-origin: 20px 10px;
  transform-origin: 20px 10px;
}
.svg-menu-toggle .bar:nth-of-type(3) {
  -webkit-transform-origin: 20px 20px;
  transform-origin: 20px 20px;
}

input[type=checkbox]:checked ~ header .svg-menu-toggle .bar:nth-of-type(1) {
  -webkit-transform: rotate(-45deg) translateY(0) translateX(0);
  transform: rotate(-45deg) translateY(0) translateX(0);
}
input[type=checkbox]:checked ~ header .svg-menu-toggle .bar:nth-of-type(2) {
  opacity: 0;
}
input[type=checkbox]:checked ~ header .svg-menu-toggle .bar:nth-of-type(3) {
  -webkit-transform: rotate(45deg) translateY(0em) translateX(0em);
  transform: rotate(45deg) translateY(0em) translateX(0em);
}

input[type=checkbox]:checked ~ main {
	top: 200px;
}

.logo-container {
	margin-left:0;
	display:inline-block;
	height:39px;
}
.logo {
	height:100%;
	width:100%;
}
.logo svg {
	fill:#fff;
}
path.logo-char, .logo-text {
	fill:#fff;
}

.newsletter-container {
    height:600px !important;
}

nav {
	width:100%;
	max-width:1000px;
	margin: auto;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.8em;
	color: white;
	clear:both;
	text-align: left;
	z-index:999;
	position:absolute;
	top:65px;
	left:0;
}
nav ul li, nav ul li li {
	list-style: none;
	margin:0;
	}
nav ul ul {
	display: none;
}
nav ul li:hover > ul, nav ul li:focus > ul {
	display: block;
	-webkit-animation-name: comein;
	-webkit-animation-duration:.5s;
	animation-name: comein;
	animation-duration:.5s;
}
nav ul {
	box-shadow: 0px 0px 9px rgba(0,0,0,0.15);
	list-style: none;
	position: relative;
	display: inline-table;
	background-color:#ddd;
	width:100% ;
	margin: 0; padding: 0; border: 0;
}
nav ul:after {
	content: ""; clear: both; display: block;
}
nav ul li {
	float: left;
}
nav ul li:hover {
	background: linear-gradient(top, #4f5964 0%, #5f6975 40%);
	background: -moz-linear-gradient(top, #4f5964 0%, #5f6975 40%);
	background: -webkit-linear-gradient(top, #4f5964 0%,#5f6975 40%);
	background-color: #335525;
	border-bottom: solid 1px #eee;
}
nav ul ul {
	background: #7c2529; border-radius: 0px; padding: 0;
	position: absolute; top: 100%;
	max-width: 15em;
}
nav ul ul li {
	float: none;
	border-bottom: 1px solid #bbb; position: relative;
}
nav ul ul li a {
	padding: 10px 1em;
	color: #fff;
}
nav ul ul li a:hover {
	background: #6068b2;
}
nav ul ul ul {
	position: absolute; left: 100%; top:0;
	min-width:200px;
	background-color:#335525;
}
nav ul ul ul li {
	background-color:#a7a4e0;
}
nav ul ul ul li:hover a {
	background-color:#9abb91;
	color: black;
}
nav ul li:hover a {
	color: #fff;
}
nav ul li a {
	display: block; padding: .25em 1em;
	color: #666; text-decoration: none;
}
nav a.nolink {
	text-decoration:none;
	background-color:inherit;
}
nav li a:link, footer a:link {
	color: #666;
}
nav li a:visited, footer a:visited {
	color: #666;
}
.imageContainer, .coverimage {
    float: right;
    height: 300px;
    margin: auto;
    padding: 0;
    width: 225px;
}
.imageArea {
    float: right;
    margin-bottom: 1em;
    margin-left: 1em;
    width: 225px;
}
/*
.teammember {
    display:inline-block;
    margin-right:1.5em;
}
.photoname {
    margin-bottom: .75em;
}
*/
.photocontainer {
    margin:1rem;
    padding:1rem;
    width:10rem;
    height:auto;
    overflow:visible;
    display:inline-block;
    float:none;
}
.photocontainer figcaption {
    display:inline-block;
    width:inherit;
    text-align:center;
}
.teamwrapper {
    margin-left:auto;
    margin-top:1rem;
    width:auto;
    height:auto;
    display: flex;
    flex-wrap: wrap;
}
.team-photo {
    width:10rem;
    height:10rem;
}
.bkeditions {
    margin: 1em;
    padding: 0;
    clear:both;
    float: right;
}
.bkisbninfo {
    display: block;
    clear:inherit;
    padding-top:.5em;
}
.issn {
    color: #253776;
    font-weight:bold;
}
.bkordering {
    display:inline-block;
    margin-left:1em;
}
.bkblurb, .booktext {
    font-size: 1.1em;
    line-height: 1.65em;
}
.bkcontent .bkblurb {
    font-size: 0.9em;
    margin-top: 0.25em;
}
.bkissue {
    font-size: .95em;
    font-weight: bold;
    color:#253776;
}
.bkimage, .bookimage3d  {
    float: right;
    width: 113px;
    height: 150px;
    margin: 0em -.5em .75em 1em;
}
.bkruler {
    clear:both;
    margin-top:.5em;
    margin-bottom:1.1em;
}
.listitemimage {
    width: 113px;
    height: 150px;
}
img {
    font-size: .75em;
}
.bookimage3dlist {
    float: right;
    height: 150px;
    width: 113px;
    margin: 0 -.5em 0em .5em;
}

.bookimage3ditem {
    float: right;
    height: 300px;
    width: 225px;
}
.claro .dojoxLightbox {
	background:transparent;
	border:none !important;
}
.claro .dojoxLightboxContainer {
	background:transparent;
}
.claro .dijitDialog {
	box-shadow:none;
}
.claro .dijitDialogUnderlay {
	background:#00000f;
}
.claro .dojoxLightboxFooter {
    background-color: #bbbbbb;
    border: 6px solid #bbbbbb;
    border-radius: 4px;
    color: #ffffff;
    font-size: 0.9em;
    margin-top: 8px;
    padding-bottom: 5px;
}
.claro .dojoxLightboxText {

}
.listpage {
	background-color:#fafafa;
}
.titlelist, .serieslist {
	width: 100%;
}
.list_item:nth-child(odd),.quote:nth-child(odd) {
    margin-right: 1.25em;
}

.list_heading {
    font-weight: bold;
    padding-bottom: 0.7em;
}
.list_container {
    padding-bottom: 1em;
}

.list_item, .quote {
    vertical-align: top;
    width: 48%;
    min-height: 125px;
    display: inline-block;
    padding:1em;
    padding-bottom: .5em;
    border: 1px;
    border-style:solid;
    border-color:#dadada;
    background-color:#fff;
    box-shadow: 0px 0px 9px rgba(0,0,0,0.15);
    border-radius: .25em;
    vertical-align:top;
    text-align:left;
    font-size:1.1em;
    position:relative;
    margin-bottom: 2vh;
    margin-right: .5vw;
}
.list_item {
    padding-bottom:1.75em; /* to make room for codes to the left */
}
.list_item h1, main > h1:first-child {
    padding-top:0;
    line-height:1.25em;
    font-weight:bold;
}
.single {
	position: static;
	width:95%;
	min-height:auto;
	display:block;
    padding-top:.5em;
}
.line {
	position: relative;
	width:95%;
	min-height:initial;
	display:block;
	border:none;
	border-bottom: solid 1px #ddd;
	border-radius:0;
	box-shadow:none;
    padding-left:0;
    margin-bottom: inherit;
}
.list_item_series_link:visited {
    color:#003399;
}
.list_item .bkcontent .authors {
    color:#253776;
    font-weight:bold;
}
.list_item .bkcontent .insource {
    display:block;
}
.new_series {
	background-color:#993300;
	font-weight:bold;
	color:#fff;
	padding:.3em;
}
.toc {
    max-width: 45em;
    font-size:1.1em;
}
.toc a {
    font-weight:bold;
}
.quote {
    line-height:1.5em;
    border-color:#a8d5ba;
    background-color:#efe;
}
.quotesource {
    padding-top:.25em;
    text-align:right;

}
.quotesource:before {
    content: "—";
}

/* tbv Kudos */
.kudos-widget ul li {
    max-width:initial;
    list-style:none;
}
.kudos-widget-article {
    background-color:#def;
}
.kudos-widget .kudos-widget-article, .kudos-widget .kudos-widget-article .kudos-box {
    font-family:inherit !important;
}
.kudos-widget .kudos-widget-article h1.kudos-article-title {
    display:none;
}
.kudos-widget .kudos-widget-article .kudos-box h3 {
    padding-top:1em;
    font-style:italic;
}
.kudos-widget .kudos-widget-article .kudos-box p {
    line-height:1.6em;
    padding-bottom:1em;
}
.kudos-widget .kudos-widget-article .with-bottom-small-margin {
    line-height:1.5em;
}

h2,h3,h4 {
    padding-top: 1.66em;
    padding-bottom: .33em;
}

h1  {
    font-size: 1.5em;
    color: #253776;
    font-weight:bold;
    line-height:1.5em;
    padding-bottom:.5em;
}
h4.special-issue-title {
    padding-top:0;
}
.serieslist .subtitle, .bktitle .subtitle {
    font-size:.9em;
    color:#253776;
    padding-top: .15em;
}
.title .subtitle {
    font-weight:normal;
}
.serieslist .bkauthor {
	margin-top: 0;
    margin-bottom: .5em;
	}
.seriesrow {
    min-height: 110px;
    margin-bottom: 1em;
    padding-left:1em;
}
.seriescol {
    display: table-column;
}
.list_seriescode, .list_titlecode {
    position: absolute;
    bottom: 0;
    left: 1.25em;
    background-color:#e9e9e9;
    font-size: .8em;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: #666;
    padding:0 .5em;
}
.list_mainsubject {
    padding-top:1em;
    font-size:1.1em;
    line-height: 1.7em;
}
.list_mainsubject heading {
    font-weight: bold;
}
.list_subject {
    line-height:2em;
}
.seriestype-label {
    text-transform:capitalize;
    color:#666;
}
.seriestype-label::after {
    content:" ► ";
    color:#888;
}
h2.bksubtitle1 {
	color: #666633;
	font-weight:bold;
	margin-bottom:.66em;
	padding-top:0;
	line-height:1.5em;
}
h2.tab, summary.tab {
	margin:1em -.65em .5em 0;
	background-color:#e9e9e9;
    font-size: .95em;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: #253776;
    padding:.25em .65em .25em .65em;
    display: inline-block;
    clear: right;
    cursor: pointer;
}
button.tab {
        display:block;
        background-color: #253776;
        color:white;
}
h2.tab:hover, summary.tab:hover, button.tab:hover {
    background-color:#999;
    color:white;
}

.fulldescription::before {
    content:" ► full description";
    white-space: nowrap;
}
ul.nomarker, ul.contribgroup_members {
    list-style-type:none;
    padding-left:0;
    margin-left:2em;
    text-indent:-2em;
}
ul.contribgroup_members li {
    list-style:none;
}

ol {
	padding-left: 2.5em;
	}
.subjects {
    padding-top:.5em;
}
.subjectgroup {
    padding: .5em 0;
}
.subjectgroup h4 {
    padding-top:0;
}
.subjectgroup div {
    padding-bottom:.5em;
    margin-left:.5em;
}
.subjectgroup div:before {
    content: "► ";
}
.server-name {
    float:right;
    color:#ddd;
    display:none;
}
.server-name:hover {
    color:#333;
}
.nowrap {
    white-space:nowrap;
}
.form-constraint {
    max-width:45em;
}
.form-textarea-constrained {
    width:100%;
    max-width:45em;
}
label.form-label-top {
    display:block;
    line-height:1.5em;
    margin-top:1em;
}
.form-button-panel {
    text-align:right;
}
.form-hint {
    margin:1em 0;
    font-size:90%;
    line-height:1.8em;
}
.radiogroup {
    margin-bottom: 1em;
}
.alert {
    background-color: #fe0;
    padding: 1em;
    padding-left:5em;
    position:relative;
    
}
.alert:before {
    content: "⚠";
    font-size:3em;
    position:absolute;
    left:1rem;
}
.alert a {
    font-weight:bold;
}
object.embedded-pdf {
    height:100%;
    width:100%;
    display:flex;
    min-height: calc(100vh - 285px)
}
.index-heading {
    font-weight:bold;
    color:#253776;
    margin-top:1.5em;
    
}
.resultlist {
    background-color:white;
    display:flex;
    flex-direction:row;
    flex-wrap:wrap;
}
.resultlist p {
    float:left;
    width:25%;
    padding-right:1em;
    padding-left:1em;
    text-indent:-1em;
}
.license {
    margin-top:1em;
    position:relative;
    font-size:.8rem;
    
}
.oa-logo-container {
    display:inline;
    position:absolute;
    left:-1.5em;
}
.oa-logo-container img {
    height:2em;
    padding-right:1em;
}
.fulltext-link {
    white-space:nowrap;
}
.media-box {
    background-color: #fe0;
    padding: 1em;
    }
.media-container, .media-text {
    display:inline;
}    

.crossref-logo-container {
    position:relative;
    top:.3em;
}
.crossref-logo-container > img {
    margin-top:-.6em;
    width:60px;
}
.backlinks {
    display:inline;
}
.printed td {
    padding-right: 1em;
}

@media screen and (max-width: 900px) {
	#welcome-left, #welcome-right {
		float:none;
		max-width:100%;
		padding-left: 0;
	}

    .resultlist p {
        width:25%;
    }
}
@media screen and (max-width: 700px) {
	#top {
	    padding-top: 1em;
	}
    .bkeditions {
        width:100%;
        display: block;
        padding: 0;
        float: none;
        clear: left;
        margin-left:0;
    }
    .bkruler {
        max-width: 22em;
    }
    .oa-logo-container {
        position:static;
        display:inline;
    }
    .oa-text-container {
        display:inline;
    }
}
@media screen and (max-width: 650px) {
    .metrics {
        width:50%;
    }
	.bookimage3ditem , .imageContainer, .coverimage {
		height:200px;
	    width: 150px;
	}
	.list_item, .quote {
	    width: 100%;
        max-width: inherit;
	    clear:both;
/*	    display:block;*/
        margin: 1vh 0;
        position: relative;
	}
	.hamburger {
		display:inline-block;
		float:left;
}
	.hamburger svg {
		width:36px;
		height:36px;
	}
	.menu-label {
		display:inline-block;
		color: #253776;
		font-size: 1.5em;
	}
    label {
        height: 100%
    }
	nav {
		vertical-align: top;
		display:block;
		line-height:2.5em;
		width: 16em;
		margin-left:-16em;
		transition: margin .5s ease-in-out;

		}
	nav ul {
	background-color: #ccc;
	}
	nav ul li {
		float:none;
		border-bottom: solid 1px #eee;
	}
	nav ul ul ul li a, nav ul li a, nav li a:link, nav li a:visited {
		color:black;
	}
	nav ul ul {
		position:relative;
		top:0;
		left:1em;
		line-height:1.5em;
	}
	.bottom_embed {
		display: inline-block;
	}
	.top_embed {
		display:none;
	}
	main {
		margin-top:65px;
	}
	.reference {
	    margin-left: 3.25em;
	    text-indent: -3.25em;
	}
	.refrole {
	    min-width:inherit;
	    padding-left:0;
	}
	.refrole + .space {
	    width:0;
	}
	.ref-insource, .ref-series {
	    display:inline-block;
	    text-indent:0;
	}
    .resultlist p {
        width:33%;
    }
    a.doilink {
        visibility:collapse;
        font-size:.1em;
    }
    a.doilink::before {
        visibility:visible;
        content:"CrossRef";
        font-size:10em;
    }
}

@media screen and (max-width: 32em) {
    .jb-logo-image {
        display:none;        
    }
    #cart {
        padding-right:.5em;
    }
	main {
	    padding: 5px;
	    padding-left:10px;
        margin-bottom: 0;
	}
	nav {
		margin-top: 0;
	}
	nav ul ul ul {
		position:static;
		}
	nav ul ul ul:hover {
		display:block;
	}
	nav ul ul ul li {
		float:none;
		clear:both;
		margin-left:1em;
		display:block;
		border-bottom:solid 1px #253776;
		color:#666;
	}
	nav ul ul ul li a:active {
		color:#666;
	}
	.bookimage3ditem {
	    height: 150px;
	    width: 113px;
	}
	.imageContainer {
		width: 113px;
		height:150px;
	}
	.imageArea {
		width: 113px;
		height:150px;
	}
    .selcontent img {
        width: 75px;
        height: 100px;
    }

	#top {
	    padding-top: 0;
	}
	#top_embed {
		max-width: 65px;
		padding:0;
		padding-left:.5em;
	}
    header {
        position:absolute;
    }
	footer {
		position:static;
	}
  .resultlist p {
      width:50%;
  }
  .filtergroup select {
    height:inherit;
  }
}
@media screen and (max-width: 360px) {
    .jb-logo-text svg {
        height:30px;
    }
    .jb-logo-text {
        padding-top:.5em;
    }
    #cart {
        padding-right:.25em;
    }
    .bookimage3dlist, .listitemimage, .bkimage, .bookimage3d {
        height:100px;
        width:75px;
    }
    .bookimage3dlist {
        margin: -.5em -.75em -.5em .5em;
    }
.resultlist p {
    float:none;
    width:100%;
}
}
@media screen and (max-width: 335px) {
    #header-content {
        padding-right:.5em;
    }
    #cart {
        padding-right:0;
    }
}
@media screen and (max-height: 400px) {
	header {
        position:absolute;
	}
    footer {
        position: static;
    }
	nav {
		margin-top: 0;
	}
	.serieslist {
		line-height: 1.2em;
	}
	main {
	    padding: 5px;
	    padding-left:10px;
   	    margin-bottom:0;
	}
}
@media screen and (min-width: 800px) {
	#welcome-left {
		margin-left:2em;
	}
}
@media screen and (min-width: 1000px) {
/* scroll bar does not push the center to the left */
    main, #header-content {
        margin-left: calc(-500px + 50vw);
    }
}

@media screen and (min-width: 1150px) {
    .server-name {
        display:inline;
    }
	.share-to {
		position:fixed;
		left:10px;
		top:40vh;
	}
	.share-to a {
	    margin-top:.5em;
	    display:block;
	}

}
@media screen and (min-width: 1250px) {
	div.filterbox {
        position:fixed;
        width: calc((100vw - 1000px) / 2);
        left:0;
        top:100px;
        padding:.5em;
    }
    button.filter {
        display:block;
    }
    button.sort {
        display:inherit;
    }
}
@media screen and (min-width: 1500px) {
	.page.quotes {
	    position:absolute;
	    left: calc( 1050px + (99vw - 1050px) / 2 );
	    top:100px;
	}
	.quote {
	    width: 95%;
	}
	.quote:nth-child(odd), .quote {
	    margin-right:0;
	}
	button.filter {
        font-size:1em;
    }
    .kudos-article-widget {
        position:absolute;
        left:0;
        width:calc(50vw - 500px);
        top:65px;
        min-height:100vh;
    }
    .kudos-widget .kudos-widget-article {
        padding-left:50px !important;
        padding-top:2px !important;
        min-height: calc(100vh - 65px);
        
    }
    .kudos-widget .kudos-widget-article .kudos-widget-intro-and-logo {
        height:15px !important;
    }
    .kudos-widget .kudos-widget-article .kudos-widget-article-logo-img {
        float: left!important;
        padding-left:15px!important;
    }
    .kudos-widget .kudos-widget-article .kudos-widget-article-readmore-btn-container {
        text-align:left!important;
    }
    
    
}
@media print {
    nav,header,footer {
        display:none;
    }
    main {
        margin:0;
    }
}
/* Chrome, Safari, Opera */
@-webkit-keyframes comein {
    from {opacity:0;}
    to {opacity:1;}
}

/* Standard syntax */
@keyframes comein {
    from {opacity:0;}
    to {opacity:1;}
}

