
header {
    z-index: 1000000;
}

nav {
    z-index: 1000001;
}

p {
    /*font-size: 15px;*/
    line-height: 1.75em;
}

.i-hidden {

}

.i-pull-right {
    float: right;
}

.i-pull-left {
    float: left;
}

.i-force-display-none {
    display: none !important;
}

html, body {
    height: 100%;
    background: white;
    color: #363c41;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    /*-webkit-perspective: 1;*/
    /*-webkit-transform: translateZ(0);*/
    /*-webkit-backface-visibility: hidden;*/
}

a {
    color: #00589c;
}

p a:visited,
td a:visited {
    color: #ea8c17;
}

a, a:visited {
    outline: 0;
    -moz-outline: 0;
    -webkit-outline: 0;
}

button {
    outline: 0;
    -moz-outline: 0;
    -webkit-outline: 0;
}

a:hover, a:active, a:focus {
    color: #0a78cd;
}

a.new,
p a.new {
    color: #000;
}

p a.new {
    background: #eee;
    border-bottom: 1px solid #999;
}

p a.new:hover {
    background: #ddd;
}


a.article {
    color: #326891;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    line-height: 1em;
    color: #363c41;
}

h1 a,
h2 a,
h3 a,
h4 a {
    /*color: #363c41;*/
    text-decoration: none;
}

a:hover.new, a:focus.new, a:active.new {
    color: #363c41;
}

h3 a.new {
    /*color: #bd141e;*/
}



a:hover, a:active, a:focus {
    color: #0a78cd;
    outline: 0;
    -moz-outline: 0;
    -webkit-outline: 0;
    text-decoration: none;
}

a:hover {
    /*text-decoration: underline !important;*/
    /*color: #333 !important;*/
}

#panel {
    position: absolute;
    top: 100px;
    left: 100%;
    width: 73%;
    bottom: 10px;
    background: #ddd;
    border: 1px solid #888;
    /*-webkit-transition: all 250ms ease;*/
    /*-moz-transition: all 250ms ease;*/
}

#panel.i-show {
    left: 26%;
}

#search {
    position: fixed;
    right: -300px;
    width: 300px;
    -webkit-transition: all 250ms ease;
    transition: all 250ms ease;
    background: rgba(255, 255, 255, 0.9);
    /*border-left: 1px solid #888;*/
    top: 0px;
    bottom: 0px;
    height: 100%;
    padding: 15px;
    z-index: 21000;
}

#search.i-show {
    right: 0;
    -webkit-transition: all 250ms ease;
    transition: all 250ms ease;
}

#search input.input {
    padding: 5px 30px 5px 10px;
    width: 100%;
}

#search input.query {
    color: #0a78cd;
}


#search .glyphicon-search {
    position: absolute;
    top: 25px;
    right: 30px;
}

footer {
    /*display: none;*/
    background: rgba(255, 255, 255, .9);
    position: fixed;
    /*bottom: -28px;*/
    bottom: 0px;
    left: 0;
    width: 100%;
    z-index: 13000;
    color: #363c41 !important;
}

footer * {
    /*color: #bdbec2 !important;*/
    color: white !important;
    background: #bd141e;
}

footer .i-selected * {
    color: white !important;
    background: rgba(190, 20, 30, .5);
}

footer .footer-border {
    border-top: 1px solid #eee;
}

footer .row {
    width: 100%;
    margin: 0 auto;
    /*background: red;*/
    max-width: 60em;
    text-align: center;
}

footer .row > ul {
    list-style: none;
    margin: 0;
    padding: 0;
    /*border-left: 1px solid rgba(255, 255, 255, 0.1);*/
}

footer .row > ul li {
    /*height: 4.5em;*/
    display: inline-block;
    /*border-right: 1px solid rgba(255, 255, 255, 0.1);*/
    margin: 0;
    padding: 0;
}

footer .row > ul li a {
    text-align: center;
    /*height: 4.5em;*/
    min-width: 6.5em;
    padding-top: 0.8em;
    padding-bottom: 0.8em;
    font-size: 0.9em;
    display: block;
    /*color: rgba(0,122,255,1);*/
    padding-left: 1em;
    padding-right: 1em;
    position: relative;
    /*background: red;*/
}

footer .row > ul li a.toggled {
    background: rgba(0, 0, 0, .7);
}

footer .row > ul li > a > span {
    display: block;
    letter-spacing: .5px;
}

footer .row > ul li a > .when-toggled,
footer .row > ul li a.toggled > .when-default {
    display: none;
}

footer .row > ul li a.toggled > .when-toggled {
    display: inline-block;
}

footer .row > ul li a i {
    font-size: 1em;
    margin-bottom: .5em;
}

footer.i-footer-hidden {
    bottom: -webkit-calc(-4em * 0.7);
    bottom: calc(-4em * 0.7);
}

footer.i-expanded {
    top: 25%;
}

footer .expanded-footer {
    position: absolute;
    width: 100%;
}

footer.i-expanded .expanded-footer {
    position: absolute;
    height: -webkit-calc(75% - 4em * 0.7);
    height: calc(75% + 4.5em);
    overflow: auto;
    /*background: rgba(0, 0, 0, .75);*/
    /*width: 100%;*/
}

.i-articles-list {
    position: relative;
    /*top: 20px;*/
    /*background: lightblue;*/
    /*bottom: 40px;*/
    /*overflow: auto;*/
    width: 100%;
    /*left: 0px;*/
    -webkit-overflow-scrolling: touch;
    /*-webkit-transform: translate3d(0,0,0);*/
}

.i-articles-list * {
    /*-webkit-transform: perspective(1000);*/
}

.i-articles-list .i-title {
    font-size: 1em;
}

.i-articles-list .part-2 {
    display: none;
}

.i-articles-list .part-2 .row_authors {
    /*margin-bottom: .5em;*/
}

.i-articles-list .part-1 {

}

.i-articles-list .part-1 .i-publish-date {
    display: none;
}

.i-articles-list .item {
    margin-bottom: .5em;
    padding-bottom: .5em;
    /*border-bottom: 1px solid #484848;*/
    /*font-size: 0.8em;*/
}

.i-articles-list .i-alphabet {
    position: fixed;
    top: 3.2em;
    left: 0px;
    width: 100%;
    z-index: 9000;
    display: none;
}

body .i-articles-list .i-alphabet {
    display: block;
}

body.not-moving .i-articles-list .i-alphabet {
    display: none;
}

.i-articles-list .i-alphabet .frame {
    position: relative;
}

.i-articles-list .i-alphabet .frame .list {
    /*position: absolute;*/
    /*right: 0px;*/
    /*width: 30px;*/
}

.i-articles-list .i-alphabet .frame a {
    display: block;
    font-size: 0.8em;
    line-height: 1.2em;
    width: 50px;
    background: rgba(0, 0, 0, .75);
    color: white;
}

#i-alphabet {
    position: fixed;
    top: 70px;
    /*bottom: 4.5em;*/
    /*background: red;*/
    right: 15px;
    z-index: 20000;
    padding: 5px 0;

}

#i-alphabet.i-alphabet-hidden {
    top: -5000px;
}

#i-alphabet.highlighted {
    color: white;
    background: rgba(0, 0, 0, .5);
    border-radius: 10px;
}

#i-alphabet.highlighted a {
    /*background: black;*/
    color: white;
}

#i-alphabet a {
    display: block;
    font-size: 0.7em;
    line-height: 1.2em;
    padding: 0 10px;
    color: #363c41;
}

#console {
    position: fixed;
    top: 50%;
    left: 0px;
    width: 200px;
    padding: 1em;
    /*background: red;*/
    color: #363c41;

}


.gpu-rendered {
    -webkit-font-smoothing: antialiased;
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 1000;
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
}

li label {
    font-weight: normal;
    font-size: .9em;
    padding-left: 1em;
}

li label [type='checkbox'] {
    margin-right: .5em;
}

#i-cat-filter {
    -webkit-overflow-scrolling: touch;
    position: fixed;
    top: 0;
    bottom: 0px;
    left: 0px;
    background: rgba(240, 240, 240, .95);
    width: 100%;
    border: 1px solid #bdbec2;
    overflow: auto;
    display: none;
    z-index: 11000;
}

#i-cat-filter .row {
    width: 100%;
    max-width: 60em;
    margin: 0 auto;
    padding: 3em 1em 5em 1em;
}

body.i-show-cat-filter {
    overflow: hidden;
}

body.i-show-cat-filter #i-cat-filter {
    display: block;
    /*opacity: 1;*/
}

body.i-show-cat-filter .i-articles-list {
    /*padding-left: 16em;*/
    /*max-width: 44em;*/
}


header.i-label-mode .i-btn-home .logo {
    display: none;
}

header.i-label-mode .i-btn-home .label {
    display: inline-block;
}

#i-toolbar {
    display: block;
    position: fixed;
    top: -5000px;
    width: 100%;
    left: 0px;
    padding: 10px 0 10px 0;
    z-index: 10000;
    background: rgba(255, 255, 255, .95);
    font-size: 0.8em;
    color: #555;
    border-bottom: 2px solid rgba(0, 0, 0, .8);
}

#i-toolbar .i-current {
    display: none;
}

#i-toolbar a i.fa {
    margin-right: .5em;
}

body.i-toolbar-enabled #i-toolbar {
    top: 55px;
}

.i-box {
    overflow: hidden;
    /*border: 1px solid rgba(0, 122, 255, 1);*/
    /*border-radius: 5px;*/
    box-sizing: border-box;
    /*background: #ddd;*/
    /*margin: 5px 0;*/
    /*background: #798084;*/
    height: 68px;
    /*border-bottom: 1px solid #222;*/
    /*padding-top: 20px;*/
    /*height: 30px;*/
    /*display: inline-block;*/
}

.i-header .h-label {
    display: none;
}

.i-header .h-click-home .h-label-line-1,
.i-header .h-click-home .h-label-line-2 {
    font-size: 1.5em;
    display: inline-block;
    font-family: NexusSans, "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #3c3641;
    text-transform: none;
    font-weight: normal;
}

.i-header .h-click-home .h-label-line-1 em {
    font-style: normal;
    color: #bd141e;
    font-weight: bold;
}


.i-header .h-click-home .h-label-line-1 {
    padding-top: 46px;
    line-height: 30px;
    /*margin-right: 5px;*/
}



.i-header .i-main-menu,
.i-header .i-sub-menu {
    display: none;
    height: 30px;
    line-height: 30px;
    /*padding-left: 112px;*/
    letter-spacing: 0.025em;
}

.i-header .i-sub-menu {
    display: none;
}


.i-header .i-sub-menu {
    background: #efefef;
}


.i-header .i-main-menu a,
.i-header .i-sub-menu a {
    display: inline-block;
    width: 33.333333%;
    /*height: 32px;*/
    color: #888;
    text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    /*text-transform: uppercase;*/
    border-bottom: 1px solid #888;
}

.i-header .i-main-menu a.i-selected {
    color: #333;
    font-size: 1em;
    font-weight: bold;
    text-transform: capitalize;
}


.i-header .i-sub-menu a {
    color: #363c41;
    font-weight: bold;
}


.i-header .frame {
    position: relative;
}

.i-header .i-box .h-click-home {
    width: 100%;
    text-align: center;
    /*background: #798084;*/
    /*height: 55px;*/
    position: absolute;
    left: 0px;
    /*padding-left: 180px;*/
    /*background: rgba(0,0,0,.4);*/
}

.i-header .h-click-home .i-logo {
    position: absolute;
    margin-right: 40px;
    left: 0px;
    background: rgba(0,0,0,.7);
    height: 88px;
    width: 160px;
}

.i-header .h-click-home img {
    height: 119px;
}

.i-header {
    /*-webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.06);*/
    /*box-shadow: 0 4px 4px rgba(0, 0, 0, 0.06);*/
    background: rgba(255,255,255,.95);
    text-align: center;
    /*height: 87px;*/
    z-index: 20000;
    /*background: rgba(121, 128, 132, 0.5);*/
    height: 128px;
    padding-top: 10px;
    position: fixed;
    /*top: 10px;*/
    width: 100%;
    color: #444;
    /*font-size: 13px;*/
    /*background: #ddd;*/
}

.i-header > .frame {
    /*border-bottom: 1px solid black;*/
}

.h-click-browser-reader {
    margin: 20px auto;
    /*width: 280px;*/
    overflow: auto;
    position: relative;
    border: 1px solid #bd141e;
    /*display: inline-block;*/
    display: none;
    border-radius: 30px;
}

.h-click-browser-reader .h-click-reader {
}

.i-box .i-box-item[disabled='1'] {
    color: #ccc;
}

.i-box .i-box-item .fa {
    margin: 0 5px;
    font-size: 0.8125em;
}

.i-box .i-box-item {
    border: 0;
    background: transparent;
    color: #bd141e;
    font-weight: bold;
    letter-spacing: .1em;
    /*padding: .25em 1em;*/
    /*padding-left: 1em;*/
    /*padding-right: 1em;*/
    /*border-right: 1px solid rgba(0, 122, 255, 1);*/
    display: block;
    /*font-size: 0.9em;*/
    display: inline-block;
    line-height: 22px;
    height: 67px;
    /*font-size: 10px;*/
    /*min-width: 90px;*/
    text-align: center;
    /*font-size: 0.8em;*/
    /*width: 140px;*/
    text-transform: uppercase;
    /*border-left: 1px solid #bd1e1e;*/
}

.i-no-border {
    border: 0 !important;
}


.i-box .i-box-item:first-child {
    border-left: none;
}


.i-mode-browser .h-click-browser {
    background: #bd141e;
    color: white;
}

.h-click-browser-reader [class*='h-arrow-'] {
    visibility: hidden;
}

.i-mode-browser .h-click-reader .h-arrow-right {
    /*visibility: visible;*/
}

.i-mode-reader .h-click-reader {
    background: #bd141e;
    color: white;
}

.i-mode-reader .h-click-browser .h-arrow-left{
    /*visibility: visible;*/
}

.i-mode-reader .h-click-browser {
}


.i-mode-search .h-click-search {
    color: #484848;
}

.i-box .i-selected {
    /*background: rgba(0, 122, 255, 1);*/
    color: white !important;
}

.i-box .h-click-search {
    position: absolute;
    right: 10px;
    top: 15px;
    height: 40px;
    width: 50px;
    min-width: 0;
    color: #363c41;
}

.i-box .h-click-search .h-icon-search {
    font-size: 1.25em;
}

.i-box .h-click-search .h-a-label {
    display: none;
}



/*.i-box:after {*/
/*clear: both;*/
/*display: table;*/
/*}*/

.i-box a:last-of-type {
    border-right: 0;
}


.pane {
    width: 100% !important;
    max-width: 60em !important;
    margin: 0 auto;
    /*background: white;*/
}

#main {
    margin-top: 260px;
    position: relative;
    padding-top: 30px;
    /*height: 100%;*/
    /*overflow: hidden;*/
}

.v-home {
    margin-top: -30px;
}

#main-scroll-pane {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    -webkit-transition: all 250ms linear;
    transition: all 250ms linear;
}

.i-mode-reader #main-scroll-pane {
    -webkit-transition: all 250ms linear;
    transition: all 250ms linear;
    left: 0;
}

.i-mode-overlay #main-scroll-pane {
    -webkit-transition: all 250ms linear;
    transition: all 250ms linear;
    left: 0;
}

.i-mode-browser #main-scroll-pane {
    -webkit-transition: all 250ms linear;
    transition: all 250ms linear;
    left: 0;
}

.i-mode-search #main-scroll-pane {
    -webkit-transition: all 250ms linear;
    transition: all 250ms linear;
    left: -100%;
}



body.i-full-width-main #main {
    /*max-width: 100% !important;*/
    width: 100% !important;
}

.frame {
    /*background: white;*/
    /*width: 100% !important;*/
    /*max-width: 60em !important;*/
    max-width: 976px !important;
    margin: 0 auto;
    /*width: -webkit-calc(100% - 5em) !important;*/
    /*width: calc(100% - 5em) !important;*/
}

.frame.centered {
    max-width: 948px !important;
}

#main .main-content {
    /*border-radius: 5px;*/
    /*border: 1px solid #ddd;*/
    /*min-height: 550px;*/
    /*padding: 1em;*/
}

body.i-full-width-main #main .main-content {
    padding: 0;
}

body.i-toolbar-enabled #main {
    padding-top: 98px;
}

@media (max-width: 768px) {

    .pane {
        padding-right: .5em;
        padding-left: .5em;
    }

    header .i-left {
        left: .5em;
    }

    header .i-right {
        right: .5em;
    }

}

footer .footer-main-border-bottom {
    /*width: 100%;*/
    /*max-width: 60em;*/
    /*margin: 0 auto;*/
    /*min-height: 8px;*/
    /*border-radius: 5px;*/
    /*border: 1px solid #ddd;*/
    /*border-top: none;*/
    /*border-top-left-radius: 0;*/
    /*border-top-right-radius: 0;*/
    /*background: rgba(240,240,240,.40);*/
}

#footer-toolbar-content {
    /*border-top: 1px solid #bdbec2;*/
    /*height: 50px;*/
    position: fixed;
    top: 25%;
    left: 20px;
    background: rgba(240, 240, 240, .4);
    width: 75px;
}

.i-footer-toolbar {
    overflow: hidden;
}

.i-footer-toolbar a {
    text-align: center;
    padding-top: 1em;
    padding-bottom: 0.5em;
    font-size: 0.8em;
    display: block;
    /*float: left;*/
    padding-left: .5em;
    padding-right: .5em;
    position: relative;
    line-height: 1.4em;
}

.i-footer-toolbar a i {
    /*margin-right: .5em;*/
    display: block;
}

.i-nested-list ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.i-nested-list-2 ul {
    list-style: none;
    /*margin: 0;*/
    /*padding: 0;*/
}

.i-nested-list-2 .i-ul-wrapper {
    padding-top: 20px;
    border-left: 1px solid #bbb;
}

.v-categories-hierarchy {
    border-top: 1px solid #d0d3d5;
    padding-top: 10px;
}

.v-categories-hierarchy a {
    text-transform: capitalize;
}


.i-nested-list ul li {
    margin: 0;
    padding: 0;
}

.i-nested-list-2 ul.i-nested-main-ul {
    padding: 0 20px;
}

.i-nested-list-2 ul.i-nested-main-ul {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 2px solid #dadcdd;
}


.i-nested-list-2 ul li {
    margin: 20px 0;
}

.i-nested-list-2 ul li.l-2 > ul {
    border-left: 2px solid #dadcdd;
}

.i-nested-list-2 ul li.l-1 > ul {
    border-left: 2px solid #959a9f;
}


.i-nested-list-2 ul li h3 {
    font-size: 21px;
}

.i-nested-list ul li h3 {
    /*margin: 0;*/
    font-size: 21px;
}

.i-nested-list ul li.i-cat.l-1 > h3 {
    font-weight: bold;
    /*font-size: 1.2em;*/
    float: left;
    margin-right: 20px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.i-nested-list ul li.i-cat.l-1 > ul {
    margin-left: 10px;
}

.i-nested-list ul li.i-cat.l-2 > h3 {
    font-weight: bold;
    float: left;
}

.i-nested-list ul li.i-cat.l-1:first-child {
    /*border-top: 1px dashed #888;*/
}

.i-nested-list ul li.i-cat.l-1 {
    padding: 2em 0;
    border-bottom: 2px solid #bbb;
    /*min-height: 30px;*/
}

.i-nested-list ul li.i-cat.l-1,
.i-nested-list ul li.i-cat.l-2 {
    overflow: hidden;
}

.i-nested-list ul li.i-cat.l-2 {
    /*float: left;*/
    margin-right: 5px;
}

.i-nested-list ul li.i-cat {
    position: relative;
}

.i-nested-list ul li.i-cat > ul {
    /*border-left: 1px solid black;*/
}

.i-nested-list ul li.i-cat.l-2,
.i-nested-list ul li.i-cat.l-3 {
    padding-left: 30px;
    /*padding-top: 10px;*/
    padding-bottom: 30px;
    /*border-left: 1px solid black;*/
    margin-top: -.5em;
    max-width: 400px;
}

.i-nested-list ul li.i-cat.l-2:last-child,
.i-nested-list ul li.i-cat.l-3:last-child {
    padding-bottom: 0;
}

.i-nested-list ul li.i-cat.l-2:last-child,
.i-nested-list ul li.i-cat.l-3:last-child {
    /*margin-left: 1px;*/
    /*margin-left: 1px solid transparent;*/
    /*border-left: 0;*/
}

.i-nested-list ul li.i-cat.l-3 {
    /*margin-left: 80px;*/
}

.i-nested-list ul li.i-cat.l-1 > ul,
.i-nested-list ul li.i-cat.l-2 > ul {
    margin-left: 30px;
    margin-top: 10px;
    position: relative;
    float: left;
}

.i-nested-list ul li.i-cat.l-1 > ul:before,
.i-nested-list ul li.i-cat.l-2 > ul:before {
    border-top: 1px solid #000000;
    /*border-right: 1px solid #000000;*/
    content: " ";
    height: 30px;
    left: -29px;
    position: absolute;
    top: 0;
    width: 30px;
}

/*.i-nested-list ul li.i-cat.l-1:first-child > ul:before,*/
/*.i-nested-list ul li.i-cat.l-2:first-child > ul:before {*/
/*border-right: none;*/
/*}*/

.i-nested-list ul li.i-cat.l-2 > ul {
    /*padding-left: 30px;*/
}

.i-nested-list ul li.i-cat.l-2:before,
.i-nested-list ul li.i-cat.l-3:before {
    content: " ";
    border-left: 1px solid black;
    border-top: 1px solid black;
    width: 25px;
    /*margin-right: 20px;*/
    top: 0;
    height: 100%;
    position: absolute;
    left: 0px;
    margin-top: 0.5em;
}

.i-nested-list ul li.i-cat.l-2:last-child:before,
.i-nested-list ul li.i-cat.l-3:last-child:before {
    /*border-bottom: 1px solid #000000;*/
    border-left: none;
    /*border-left: 1px solid white;*/
    /*border-top: 0 none;*/
    /*top: -100%;*/
}

.i-nested-list ul li.i-cat.l-3 {
}

.i-nested-list ul li.i-cat.l-3 > h3 {
    /*float: left;*/
    /*margin-right: 5px;*/
    font-weight: normal;
}

.i-nested-list ul li.i-cat.l-2 > h3:after {
    /*content: "|";*/
    /*margin: 0 10px;*/
}

.i-nested-list ul li.i-cat.l-2 > ul {
    /*display: none;*/
}

.i-bc-current {
    white-space: nowrap;
    overflow: hidden;
    max-width: 100%;
    display: block;
    text-overflow: ellipsis;
    direction: rtl;
    float: left;
    width: 60%;
    /*padding-left: 20px;*/
    min-width: 200px;
    text-align: left;
}

.i-bc-current .i-bc-home {
    font-weight: bold;
}

#i-toolbar a {
    color: #555;
}

#i-toolbar .i-links {
    float: right;
    display: block;
    width: 30%;
    min-width: 200px;
    text-align: right;
}

.i-bc-frame {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    width: 70%;
    background: yellow;
    display: block;
    margin: 0 auto;
    direction: rtl;

}

#header-content .i-links {
    /*position: absolute;*/
    /*right: 40px;*/
    /*top: 0;*/
    /*border-left: 10px solid white;*/
    /*background: white;*/
    float: right;
    font-size: 0.8em;
    padding-top: 0.1em;
}

.i-links a {
    margin-right: 1em;
}

.i-links a:last-child {
    margin-right: 0;
}

#i-header-toolbar {
    display: none;
}

#i-header-toolbar .i-header-toolbar {
    padding: .5em 11em;
    background: rgba(255, 255, 255, .95);
    max-width: 750px;
    margin: 0 auto;
    border: 1px solid #ddd;
    border-top: 0;
    border-radius: 5px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

@media (max-width: 680px) {

    #header-content {
        /*margin-left: 30px !important;*/
    }

    #header-content .i-links {
        /*position: absolute;*/
        /*left: 0px;*/
        /*top: 27px;*/
        /*background: white;*/
        /*width: 100%;*/
    }

    .i-header .h-click-home img {
        height: 60px;
        display: block;
        margin-top: 10px;
        opacity: 0.3;
    }

    .i-header .h-click-home {
        /*position: relative;*/
    }

    .i-header .i-box .i-box-item {
        /*float: left;*/
        line-height: 25px;
        height: 25px;
        font-size: 12px;
    }

    .i-box .h-click-search {
        top: 30px;
    }

    .i-header .h-click-browser-reader {
        /*float: left;*/
        margin-top: 25px;
    }


}

@media (min-width: 680px) and (max-width: 1024px) {

    #header-content {
        /*margin-left: 30px !important;*/
    }

    #header-content .i-links {
        /*position: absolute;*/
        /*left: 0px;*/
        /*top: 27px;*/
        /*background: white;*/
        /*width: 100%;*/
    }

    .i-header .h-click-home img {
        /*height: 55px;*/
        /*display: block;*/
        /*margin-top: 10px;*/
    }

    .i-header .h-click-home {
        /*position: relative;*/
    }

    .i-header .h-click-home .h-label-line-1 {
        font-size: 1.4em;
    }

    .i-header .i-box .i-box-item {
        /*float: left;*/
        /*line-height: 25px;*/
        /*height: 25px;*/
        /*font-size: 12px;*/
    }

    .i-header .i-box .h-click-search {
        position: absolute;
        right: 10px;
        top: 20px;
        height: 40px;
        width: 50px;
        min-width: 0;
        color: #363c41;
    }

    .i-header .h-click-browser-reader {
        /*float: left;*/
        /*margin-top: 25px;*/
    }



}

@media (max-width: 1024px) {


    .frame {
        width: -webkit-calc(100% - 1.5em) !important;
        width: calc(100% - 1.5em) !important;
        max-width: 1024px !important;
    }

    #main {
        /*padding-left: 1em;*/
        /*padding-right: 1em;*/
        /*width: -webkit-calc(100% - 1em) !important;*/
        /*width: calc(100% - 1em) !important;*/
        width: 100% !important;
    }

    footer .footer-main-border-bottom {
        margin-left: 1em;
        margin-right: 1em;
    }

    footer .row > ul li a {
        /*font-size: 0.75em;*/
        padding: .5em;
        min-width: 5em;
    }

}


.m-feature-bar-row {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
}

.m-feature-bar-item {
    float: left;
    width: 25%;
    height: 10em;
    overflow: hidden;
}

.m-feature-bar-item > div {
    display: inline-block;
}

.m-feature-bar-item img {
    width: 150%;
    margin-left: -25%;
    margin-top: -25%;
    display: inline-block;
}

.m-feature-bar-item-glyph {
    display: none;
}

#m-articles .filters {
    width: 250px;
    position: absolute;
}

#m-articles .filters ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#m-articles .filters.affix {
    position: fixed;
    top: 85px;
}

.i-mode-articles #m-articles .filters {
    position: fixed;
    top: 85px;
}

body.i-mode-home .i-head-logo {
    display: none;
}

.articles {
    /*padding-top: 30px;*/
}

/** article **/

.hist-page {
    width: 640px;
    margin: 0 auto;
}

.article, .article p {
    font-size: 1em;
    line-height: 1.8em;
    text-align: left;
    margin: 0 0 .5em;
}

.article-summary {
    /*margin-top: 1em;*/
}

.article-author {
    font-size: 13px;
}

.article-author p {
    margin-bottom: 0;
    line-height: 1.8em !important;
    font-size: 1em !important;
}

.article {
    /*margin-top: 3em;*/
    position: relative;
}

.article .row {
    margin: 0;
}

.article .article-title {
    margin-top: 1em;
}

.article .article-title h3 {
    margin-top: 0px;
}

.article h3 {
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
}

h2, h1 {
    font-size: 1em;
}

h1 {
    letter-spacing: 0.025em;
}

h2, h3, h1, h4 {
    font-family: NexusSans, "Helvetica Neue", Helvetica, Arial, sans-serif;
    position: relative;
    margin: 0;
    padding: 0;
}

.article h2 {
    font-weight: bold;
    font-size: 15px;
    font-style: italic;
}

.article-title h3 {
    font-size: 17px;
}

.article-tool-bar {
    position: relative;
    font-size: 12px;
    display: none;
}

.article-tool-bar a {
    /*color: #363c41;*/
}

.article-citation, .article-license-disclaimer {
    margin-bottom: 1em;
}

.article-citation p, .article-license-disclaimer p {
    font-size: 12px;
    text-align: left;
    /*word-break: break-all;*/
}

.article-references ol li {
    margin-bottom: 0.5em;
}

.article-references ul {
    list-style: none;
}

.article-toc {
    margin-top: 1em;
    font-size: 12px;
}

.article-toc.faq li {
    font-size: 15px;
    margin-left: 0px;
}

.article-toc.faq li .tocnumber {
    display: none;
}



.i-detail-abstract .article-toc h3 {
    font-size: 14px;
}

.i-article-detail {
    padding-right: 30px;
}

.i-article-detail h2 {
    /*text-transform: uppercase;*/
    margin: 40px 0 15px 0;
    font-size: 20px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: bold;
}

.i-article-detail h3,
.i-article-detail h2#License,
.i-article-detail h2#Notes,
.i-article-detail h2#Citation,
.i-article-detail h2#Last-Modified,
.i-article-detail h2#Selected-Bibliography {
    margin: 30px 0 15px 0;
    font-size: 15px;
    line-height: 24px;
    font-weight: bold;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.i-article-detail h2 + h3 {
    margin-top: 15px;
}

.article-toc h3 {
    color: #666e73;
    font-size: 14px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    border-bottom: 1.5px solid #ccc;
    padding-bottom: 10px;
}

.article-summary p {
    font-weight: bold;
    font-size: 15px;
}

.i-article-detail .article-type,
.article-type {
    font-size: 20px;
    margin-bottom: 20px;
    color: #959a9f;
    text-transform: capitalize;
}

.i-article-detail .author-byline {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
}

.i-article-detail .person-info {
    margin-bottom: 35px;
}


.i-article-detail p {
    font-size: 16px;
}



.article-toc ul {
    list-style: none;
    padding: 0 0 0 0px;
    margin: 0;
}

.article-toc li {
    /*text-indent: -18px;*/
    text-align: left;
    margin: 10px;
    list-style: none;
}

.article-toc .toclevel-1 {
    margin-left: 0px;
}

#i-header-toolbar {
    position: fixed;
    top: 55px;
    left: 0;
    width: 100%;
    height: 56px;
}

.i-bc-current a {
    margin-right: 5px;
    display: inline;
}

.i-bc-label {
    margin-right: 5px;
    display: none;
}

.i-bc-current a:after {
    content: ">";
    /*margin-right: 5px;*/
    margin-left: 5px;
}

.i-bc-current a:last-child:after {
    content: " ";
}

#i-toolbar .i-toolbar-most-recent {

}

#i-toolbar .i-toolbar-most-recent a {
    margin-right: 5px;
    color: #007aff;
}

#i-toolbar .i-toolbar-most-recent a:after {
    content: "-";
    margin-left: 5px;
}

#i-toolbar .i-toolbar-most-recent a:last-child:after {
    content: "";
    margin-left: 0;
}

.i-depiction-image {
    margin: 1em 0;
}

.i-depiction-image .i-description {
    font-size: 12px;
    max-width: 500px;
    line-height: 1.2em;
    margin-top: .5em;
    padding: .5em;
}

.mw-headline-number:after {
    content: ".";
}

.article-toc span.tocnumber {
    font-weight: bold;
    margin-right: 5px;
}

span.tocnumber:after {
    /*content: ".";*/
}

.i-birth-info {
    font-size: 14px;
}

.i-article-thumbnails {
    /*overflow: auto;*/

    white-space: nowrap;
    /*margin: 1em 0;*/
    width: 100%;
    /*border: .5em solid transparent;*/
    /*background: #eee;*/
    /*height: 210px;*/
    overflow: scroll;
    overflow-y: hidden;
    /*border: 2px solid #888;*/
    /*padding: 2px;*/
    margin-bottom: 40px;
}

.i-article-thumbnails .track {
    /*border-bottom: 10px solid #dadcdd;*/
    /*padding-bottom: 12px;*/
    height: 162px;
}

.v-article-detail {
    padding-top: 45px;
}

.v-article-detail .i-top-box {
    background: none repeat scroll 0 0 white;
    margin: -2px 0 0 -2px;
    width: calc(100% + 2px);
}

.v-article-detail .i-article-thumbnails {
    /*margin: 0 0 0px;*/
    /*width: -webkit-calc(100% + 41px);*/
    /*width: calc(100% + 41px);*/
}

.i-article-thumbnails .i-thumbnail {
    /*border: 1px solid #444;*/
    display: inline-block;
    /*margin-right: 5px;*/
    /*width: 200px;*/
    height: 160px;
    overflow: hidden;
    /*border: 2px solid #444;*/
    margin: 0 1px;
}

.i-article-thumbnails .i-thumbnail a {
    display: block;
}


.i-article-thumbnails .i-thumbnail:last-child {
    margin-right: 0;
}


.i-article-thumbnails .i-thumbnail img {
    vertical-align: top;
}

.i-article-thumbnails .i-thumbnail img,
.i-article-thumbnails .i-thumbnail img.i-image-is-wider {
    height: 160px;
    width: auto;

}

.i-article-thumbnails .i-thumbnail img.i-image-is-taller {
    width: 160px;
    height: auto;
}

.article-text {
    margin-top: 2em;
    margin-bottom: 2em;
}

.article-text center,
.article-text center p {
    font-size: 15px;
    padding: 10px 30px 20px 30px;
}

.article-text table td center {
    font-size: inherit;
    padding: 0;
}

.article-text .section-editor {
    margin-top: 50px;
}


.article-selected-bibliography ol {
    padding: 0;
    list-style: none;
}

.article-selected-bibliography .i-citation {
    /*font-size: 14px;*/
    margin-bottom: .5em;
}

#Notes.article-references,
.article-selected-bibliography {
    font-size: 15px;
}

#Notes.article-references li {
    margin-bottom: 1em;
}


.i-detail-page {
    margin: 1em 0;
    /*font-size: 14px;*/
}

.i-detail-head {
    /*margin-bottom: 3em;*/
    /*margin-top: 2em;*/
}

.i-detail-head h1 {
    /*font-size: 1.5em;*/
    /*margin: .5em 0;*/
    /*line-height: 1em;*/
    /*line-height: 25px;*/
}

.i-detail-head h1 a {
    /*color: #363c41;*/
}


.i-detail-head h4 {
    margin: 0 0 1em;
    /*text-transform: uppercase;*/
    letter-spacing: 0.025em;
    font-size: 0.875em;
}

.i-detail-head .article-author-line {
    margin: 0 0 2em;
    /*text-transform: capitalize;*/
    font-size: 1em;
    font-family: NexusSans, "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: 0.05em;
}

.i-detail-head .article-author-line h3 {
    display: inline;
    font-size: 1em;
}

.i-detail-head .article-author-line > span {
    margin-left: 20px;
}

.i-detail-head .article-author-line > span a {
    white-space: nowrap;
}

.i-ribbon ol {
    list-style: none;
    margin: 0;
    padding: 0;
    white-space: nowrap;
    overflow: auto;
    /*padding: 5px 0 0 0;*/
}

.i-ribbon > ol > li {
    height: 75px;
    display: inline-block;
    white-space: normal;
    /*border-left: 1px solid #798084;*/
}

.i-ribbon > ol > li h2 {
    font-size: 12px;
    line-height: 15px;
}

.i-ribbon {
    display: none;
    /*opacity: .9;*/
    -webkit-transition: all 500ms linear;
    transition: all 500ms linear;
    position: fixed;
    bottom: 0px;
    /*left: 0px;*/
    z-index: 30000;
    /*left: -webkit-calc(100% - 255px);*/
    /*left: calc(100% - 255px);*/
    border-right: 1px solid #798084;
    border-top: 1px solid #798084;
    background: rgba(255,255,255,.9);
    /*width: 100%;*/
}

.i-ribbon:hover {
    /*left: 0px;*/
    /*width: 100%;*/
    /*opacity: 1;*/
}


#i-history-container:hover {
    opacity: 1;
}

.story-frame {
    display: none;
}

.story-container, .story-frame {
    height: 100%;
    -webkit-transition: background-color 500ms linear;
    transition: background-color 500ms linear;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.i-ribbon {
    position: fixed;
    /*position: absolute;*/
    width: 100%;
    z-index: 700000;
    bottom: 0px;
    /*height: 40px;*/
}

.i-ribbon:hover {
    /*height: 85px;*/
}

.i-ribbon.i-ribbon-empty {
    top: -75px !important;
}


.i-ribbon .story-frame {
    display: block;
}

.story-frame.i-selected {
    background-color: #e9ebe4;
}

.story-frame {
    position: relative;
}

.i-blocking-overlay {
    display: none;
}

.i-selected .i-blocking-overlay {
    display: block;
    top: 0px;
    left: 0px;
    position: absolute;
    height: 100%;
    width: 100%;
    /*background: rgba(255,0,0,.5);*/
}

.i-ribbon li .story-container {
    padding: 5px;
    min-height: 65px;
}

#main .story-link {
    display: none;
}

#main .i-ribbon .story-link {
    display: block;
}

.story .thumb {
    max-width: 65px;
    max-height: 65px;
    float: left;
    clear: left;
    margin: 0 10px 0 0;
    text-align: center;
    overflow: hidden;
}

.story .thumb img {
    max-width: 65px;
    max-height: 65px;
    display: block;
}

.story:before,
.story:after {
    display: table;
    content: "";
    line-height: 0;
}

.story:after {
    clear: both;
}

.kicker {
    font-size: 0.625em;
    /*font-size: .75rem;*/
    line-height: 16px;
    line-height: 1rem;
    font-weight: 300;
    /*font-family: "nyt-cheltenham", georgia, "times new roman", times, serif;*/
    text-transform: uppercase;
    letter-spacing: .075em;
    color: #000;
    margin-bottom: .25em;
}

/*#main {*/
    /*-webkit-box-shadow: inset -4px 0 4px 0 rgba(25, 25, 25, 0.04);*/
    /*-moz-box-shadow: inset -4px 0 4px 0 rgba(25, 25, 25, 0.04);*/
    /*box-shadow: inset -4px 0 4px 0 rgba(25, 25, 25, 0.04);*/
    /*left: 0;*/
    /*border: 0;*/
/*}*/

.navigation-edge {
    width: 15px;
    position: fixed;
    top: 0;
    left: -15px;
    height: 100%;
    background-color: #fff;
    cursor: pointer;
    z-index: 1000000070;
}

.i-ribbon-menu {
    /*height: 85px;*/
    clear: both;
    position: relative;
    -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.06);
    -moz-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.06);
    /* box-shadow: 0 4px 4px rgba(0,0,0,0.06); */
    border-bottom: 1px solid #ccc;
    /*min-width: 1700px;*/
    background-color: #fff;
    /*position: absolute;*/
    margin-bottom: 0;
    padding: 0;
}

.i-ribbon li {
    /*float: left;*/
    display: inline-block;
    vertical-align: top;
    max-width: 255px;
    min-width: 255px;
    min-height: 75px;
    margin: 3px 0 5px;
    padding: 0 4px 0 3px;
    /*border-left: 1px solid #fff;*/
    border-right: 1px solid #e2e2e2;
    list-style-type: none;
}

.story:after {

}

.i-abstract {
    margin-bottom: 2em;
}

.i-detail-abstract {
    /*margin-top: 3em;*/
}

.i-detail-abstract h3 {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 0.8em;
    margin-bottom: 1em;
    letter-spacing: 0.025em;
}

.article-metadata h3 {
    /*text-transform: uppercase;*/
    font-weight: bold;
    font-size: 20px;
    margin: 0 0 15px 0;
    letter-spacing: 0.025em;
}

.metadata-worldcat-link {
    float: right;
}

.library-resource-link {
    display: inline-block;
    width: calc(100% - 50px);
}

.article-metadata .metadata-worldcat-link img {
    width: 45px;
}

.worldcat-link {
    float: right;
}

.worldcat-link.contributor {
    width: 60px;
}

.v-bibliography-detail h3.c-index-page-headline {
    width: 500px;

}




.article-metadata {
    line-height: 1.4em;
    border: 1px solid #efefef;
    /*border-radius: 10px;*/
    padding: 20px;
    font-size: 1em;
    background: #e5e6e7;
    margin: 3em 0;
}

.article-metadata a {
    /*color: #363c41;*/
}

.article-metadata .block {
    border-top: 1px solid white;
    margin: .5em 0;
    padding-top: 15px;
}

.article-metadata .field {
    display: inline-block;
    width: 150px;
    vertical-align: top;
    text-align: left;
    padding-right: 1em;
}

.article-metadata .value {
    display: inline-block;
    width: calc(100% - 160px);
    padding-left: 1em;
    font-weight: bold;
}


.i-ul-articles-node {
    list-style: none;
    padding: 0;
}

.i-ul-articles-node .level-1,
.i-ul-articles-node .level-2 {
    margin: 0 0 2em 0;
}

.i-ul-articles-node .i-ul-articles-node {
    /*margin: 0 0 0 20px;*/
}

.i-ul-articles-node:first-of-type {
    /*margin: 0;*/
}

.i-li-articles-node {

}

th[class*='i-th-'] {
    display: none;
    text-align: left;
}

th[class*='i-th-'],
th[class*='i-th-'] a {
    color: #363c41;
    font-family: Arial, sans-serif;
    font-size: 15px;
    text-align: left;
}


td[class*='i-td-'] {
    display: none;
    padding: 10px 5px !important;
    font-family: Arial, sans-serif;
    font-size: 14px;
    text-align: left;
}

.i-table tr:first-child td {
    border-width: 3px !important;
    padding-top: 10px !important;
}

.v-category-articles .i-td-title,
.v-category-articles .i-th-title,
.v-category-articles .i-td-authors,
.v-category-articles .i-th-authors {
    display: table-cell;
}

.c-table-articles .i-td-title,
.c-table-articles .i-th-title,
.c-table-articles .i-th-authors,
.c-table-articles .i-td-authors,
.c-table-articles .i-td-regions,
.c-table-articles .i-th-regions,
.c-table-articles .i-th-empty,
.c-table-articles .i-td-empty,
.c-table-articles .i-th-themes,
.c-table-articles .i-td-themes {
    display: table-cell;
}

.c-table-articles .i-td-empty,
.c-table-articles .i-th-empty {
    text-align: right;
    width: 150px;
}

.c-table-locations .i-td-title,
.c-table-locations .i-th-title,
.c-table-locations .i-th-region,
.c-table-locations .i-td-region {
    display: table-cell;
}

.c-table-timeline .i-td-startdate,
.c-table-timeline .i-th-startdate,
.c-table-timeline .i-td-title,
.c-table-timeline .i-th-title {
    display: table-cell;
}


.i-td-title,
.i-td-citation,
.i-td-name {
    font-size: 15px !important;
}

.i-th-title,
.i-td-title {
    width: 400px;
}

.i-th-image,
.i-td-image {
    width: 100px;
}

.i-th-image-title,
.i-td-image-title {

}

.c-table-image .i-th-image,
.c-table-image .i-td-image,
.c-table-image .i-td-image-title,
.c-table-image .i-th-image-title {
    display: table-cell;
}

.i-table-articles .i-td-affiliation,
.i-table-articles .i-th-affiliation,
.i-table-articles .i-td-role,
.i-table-articles .i-th-role {
    width: 400px;
}



.i-td-author,
.i-th-author {
    width: 200px;
}

.v-category-articles .i-td-author,
.v-category-articles .i-th-author {
    display: table-cell;
}

.i-td-published,
.i-th-published,
.i-td-link-type,
.i-th-link-type,
.i-th-startdate,
.i-td-startdate {
    width: 110px;
}

.i-td-collection-source,
.i-th-collection-source {
    width: 200px;
}


.i-td-born,
.i-th-born,
.i-td-died,
.i-th-died {
    width: 110px;
}

.v-category-articles .i-td-published,
.v-category-articles .i-th-published {
    display: table-cell;
}


.i-td-regions,
.i-th-regions,
.i-th-region,
.i-td-region,
.i-th-themes,
.i-td-themes,
.i-td-type,
.i-th-type {
    width: 150px;
}

.v-category-articles ._all .i-table-articles .i-td-type,
.v-category-articles ._all .i-table-articles .i-th-type {
    display: table-cell;
}

.v-category-articles ._encyclopedic-entries .i-table-articles .i-td-type,
.v-category-articles ._encyclopedic-entries .i-table-articles .i-th-type,
.v-category-articles ._handbook .i-table-articles .i-td-type,
.v-category-articles ._handbook .i-table-articles .i-th-type {
    display: table-cell;
}

._handbook_all .i-table-articles .i-td-type,
._handbook_all .i-table-articles .i-th-type {
    display: table-cell;
}

.breadcrumbs {
    font-size: 15px;
    margin-bottom: 30px;
    padding-left: 20px;

}

h1.c-detail-page-headline {
    margin-top: -10px;
    line-heigh: 1.2em;
    font-size: 42px;
    /*padding-top: 30px;*/
    margin-bottom: 30px;
    text-align: center;
    /*text-transform: uppercase;*/
    color: #363c41;
    font-family: NexusSans, "Helvetica Neue", Helvetica, Arial, sans-serif;
}


#v-article-detail h1.c-detail-page-headline,
h2.c-detail-page-headline {
    font-size: 30px;
    margin-top: -10px;
    line-height: 1.3em;
    margin-bottom: 30px;
    text-align: left;
    color: #363c41 !important;
    font-weight: normal;
    font-family: Arial, sans-serif;
    /*line-height: 1.47em;*/
}

#v-article-detail h1.c-detail-page-headline,
h2.c-detail-page-headline.index {
    width: 50%;
}

#v-article-detail h2.c-detail-page-headline,
#v-article-detail h1.c-detail-page-headline {
    text-align: left;
    width: 90%;
}

h2.c-index-page-headline {
    font-size: 20px;
    margin-bottom: 30px;
    text-align: left;
    color: #363c41;
    padding-left: 20px;
    font-weight: bold;
    font-family: Arial, sans-serif;
}

h2.c-index-page-headline.index {
    width: 50%;
}

h2.c-index-page-headline.index .fa-search {
    color: #00589c;
    margin-left: 10px;
}


h3.c-index-page-headline {
    line-height: 1.4em;
    font-size: 16px;
    margin-bottom: 30px;
    text-align: left;
    color: #363c41;
    padding-left: 20px;
    font-weight: bold;
    font-family: Arial, sans-serif;
}

h2 a {
    color: #363c41 !important;
}


h1.c-detail-page-headline .fa-angle-right {
    color: #b5b5b5;
}


h1.c-detail-page-headline a {
    color: #363c41;
}

h1.c-detail-page-headline a.i-selected {
    color: #bd141e;
}

.i-td-name,
.i-th-name {
    width: 400px;
}

.i-th-citation,
.i-td-citation {
    width: 400px;
}


.c-table-contributors .i-td-name,
.c-table-contributors .i-th-name,
.c-table-contributors .i-th-affiliation,
.c-table-contributors .i-td-affiliation {
    display: table-cell;
}

.c-table-extlink .i-th-collection-source,
.c-table-extlink .i-td-collection-source,
.c-table-extlink .i-th-link-type,
.c-table-extlink .i-td-link-type {
    display: table-cell;
}

.v-historical-persons .i-td-name,
.v-historical-persons .i-th-name,
.v-historical-persons .i-td-born,
.v-historical-persons .i-th-born,
.v-historical-persons .i-td-died,
.v-historical-persons .i-th-died {
    display: table-cell;
}

.c-table-bibliography .i-th-published,
.c-table-bibliography .i-td-published {
    width: 100px;
}

.c-table-bibliography .i-td-language,
.c-table-bibliography .i-th-language {
    width: 150px;
}

.c-table-bibliography .i-th-citation,
.c-table-bibliography .i-th-published,
.c-table-bibliography .i-th-author,
.c-table-bibliography .i-td-citation,
.c-table-bibliography .i-td-language,
.c-table-bibliography .i-th-language,
.c-table-bibliography .i-td-published {
    display: table-cell;
}

.v-places .i-td-name,
.v-places .i-th-name {
    display: table-cell;
}

.v-glossary .i-td-title,
.v-glossary .i-th-title,
.v-glossary .i-td-description,
.v-glossary .i-th-description {
    display: table-cell;
}

.v-search .i-td-title,
.v-search .i-th-title,
.v-search .i-td-author,
.v-search .i-th-author {
    display: table-cell;
}


.v-category-detail ._media .i-td-name,
.v-category-detail ._media .i-th-name {
    display: table-cell;
}

.v-category-detail .i-td-image {
    display: table-cell;
    height: 128px;
    width: 145px;
    vertical-align: top;
    text-align: center;
}

.v-category-detail .i-th-bib,
.v-category-detail .i-td-bib {
    display: table-cell;
}



.v-category-detail .i-td-image img {
    max-width: 128px;
    max-height: 128px;
    /*display: block;*/
}



.i-ul-articles-node .i-li-label {
    /*font-size: 14px;*/
    margin: 1em 0;
    display: block;
    text-transform: uppercase;
}

.i-ul-articles-node .i-li-label .fa {
    margin-right: 10px;
}

.i-pane.i-expanded {
    background: rgba(128, 128, 128, .8);
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    z-index: 20000;
    padding: 1em;
    height: 100%;
}

.i-table-frame {
    width: 100%;
    /*background: #eee;*/
    position: relative;
    margin: 1em 0;
    font-size: 0.875em;
    /*border: 1px solid #eee;*/
    /*border-radius: 10px;*/
    /*padding: .5em;*/
    height: 100%;
}

.i-table-frame td,
.i-table-frame th {
    line-height: 30px;
    font-family: Arial, sans-serif;
}


.i-table-frame .i-table-head {
    border-bottom: 1px solid white;
    padding: .5em .5em 0.3em .5em;
    margin: 0;
}

.i-table-frame .i-table-head table {
    margin: 0;
}

.i-table-frame .i-table-head tr th {
    border: 0;
}

.i-expanded .i-table-frame {
    margin: 0;
}

.i-table {
    table-layout: fixed;
    margin-bottom: 10px;
}

.i-overflow {
    max-height: 400px;
    overflow: hidden;
    position: relative;
    padding: 0 .5em;
}

.i-overflow .i-overflow-expand {
    position: absolute;
    top: 370px;
    width: 100%;
    padding: .5em 0;
    text-align: center;
    background: rgba(255,255,255,.9);
    left: 0px;
    font-size: 0.75em;
}

.i-overflow-compress {
    width: 100%;
    padding: .5em 0;
    text-align: center;
    background: rgba(255,255,255,.9);
    left: 0px;
    font-size: 0.75em;
    display: none;
}

.i-overflow-visible .i-overflow-expand {
    display: none;
}

.i-overflow-visible .i-overflow-compress {
    display: block;
}

.i-overflow-visible .i-overflow {
    max-height: 1000000px !important;
}

/*.i-expanded .i-table-frame .i-overflow {*/
    /*height: -webkit-calc(100% - 1em - 30px);*/
    /*height: calc(100% - 1em - 30px);*/
    /*overflow: scroll;*/
/*}*/

.i-articles-node-controls {
    font-size: 0.75em;
    display: block;
    text-align: center;
    text-transform: uppercase;
    line-height: 25px;
    height: 25px;
}

a .fa {
    margin-right: 5px;
}

.i-table th {
    font-weight: normal;
    letter-spacing: .5px;
    text-align: left;
}

.i-table-frame .i-table-expand-btn,
.i-table-frame .i-table-compress-btn {
    position: absolute;
    right: 10px;
    top: 10px;
}

.i-table-frame .i-table-compress-btn {
    display: none;
}

.i-table-frame.i-expanded .i-table-expand-btn {
    display: none;
}

.i-table-frame.i-expanded .i-table-compress-btn {
    display: block;
}

.i-fa-sort {
    margin-left: 5px;
    font-size: 10px;
}

.i-browse {
    position: fixed;
    top: 0;
    background: rgba(0, 0, 0, .3);
    width: 100%;
    height: 100%;
    padding: 5px 0 0 0;
    z-index: 20000;
    display: none;
}

#i-popup {
    display: none;
    position: relative;
    top: 0;
    width: 100%;
    z-index: 20000;
}

#i-popup .i-block-main {
    /*width: 100% !important;*/
    position: absolute;
    z-index: 0;
}

#i-popup .i-block-info {
    /*display: none;*/
}

#i-popup .i-popup {
    min-width: 640px;
    margin-left: 20px;
    background: white;
    border: 3px solid #ddd;
    margin: 0 auto;
    overflow: scroll;
    overflow-x: hidden;
    padding: .5em;
}

.i-mode-popup #i-popup {
    display: block;
}

.i-mode-popup #i-reader {
    /*display: none;*/
}

.i-mode-popup #i-browser {
    display: none;
}

.i-mode-popup .i-ribbon {
    /*visibility: hidden;*/
}

.a-browse {
    text-transform: uppercase;
}

.i-mode-browser .a-browse {
    /*color: white;*/
    /*background: #bd141e;*/
    /*font-weight: normal;*/
}

.i-mode-browser .i-ribbon {
    /*display: none !important;*/
}

#mode {
    height: 100%;
}

#i-reader {
    /*margin-left: 30px;*/
    /*border-top: 2px solid #ddd;*/
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0;
    height: 100%;
    z-index: 500000;
}

#i-reader .i-scroll-pane {
    /*border: 2px solid #ddd;*/
    height: calc(100% - 10px) !important;
    /*background: white;*/
    padding: 1em;
    border-radius: 1em;
    /*padding-top: 2px !important;*/
}

.i-page {
    background: rgba(255,255,255,.975);
}

#i-reader .i-reader {
    /*background: white;*/
}

#i-overlay {
    width: 100%;
    background: rgba(255,255,255,0.5);
    position: absolute;
    top: 129px;
    left: 0%;
    height: -webkit-calc(100% - 129px);
    height: calc(100% - 129px);
    z-index: 15000;
    display: none;
    border-radius: 10px;
    background: green;
}

#i-overlay .i-scroll-pane {
    /*border-radius: 10px;*/
    padding-top: 0 !important;
    /*background: rgba(245,245,245,.98);*/
}

#i-overlay .i-scroll-pane > .frame {
    /*background: rgba(245,245,245,.98);*/
    background: white;
    border-right: 1px solid #bbb;
    border-left: 1px solid #bbb;
    border-bottom: 1px solid #bbb;
    padding-right: 30px;
    /*border-radius: 5px;*/
}

#i-overlay .i-overlay {
    /*background: rgba(245,245,245,.98);*/
    /*border-radius: 10px;*/
    min-height: 100%;
    /*border: 2px solid #aaa;*/
    display: block;
    margin-bottom: 0px;
    padding: .75em;
}

#i-overlay .i-overlay-border-top {
    /*position: fixed;*/
    /*border-top: 2px solid #aaa;*/
    /*z-index: 20000;*/
    /*max-width: 1024px;*/
    /*width: 100%;*/
}

.i-overlay-wrapper {
    position: relative;
}

#i-overlay .i-overlay-cancel {
    right: 10px;
    position: absolute;
    top: 10px;
    font-size: 1.25em;
}


.i-mode-overlay #i-overlay {
    display: block;
    z-index: 150000;
}

.i-mode-overlay #i-overlay {

}

.i-mode-overlay #i-browser {
    /*display: none;*/
}

.i-mode-overlay #i-reader {
    /*display: none;*/
}

.i-mode-overlay header,
.i-mode-reader header {
    /*opacity: .8;*/
}

#i-search {
    width: 100%;
    /*background: yellow;*/
    position: absolute;
    top: 0px;
    left: 100%;
    height: calc(100%);
}

.i-mode-reader #i-search {
    z-index: 0;
}

.i-mode-reader #i-reader {
    /*z-index: 10000;*/
    display: block;
}

.i-mode-search #i-reader {
    z-index: 0;
}

.i-mode-search #i-search {
    /*z-index: 10000;*/
}

#i-reader .i-scroll-pane,
#i-browser .i-scroll-pane,
#i-overlay .i-scroll-pane,
#i-search .i-scroll-pane {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: scroll;
    padding-top: 145px;
    /*top: 35px;*/
    /*padding-bottom: 90px;*/
}

.i-ribbon-not-empty .i-scroll-pane {
    /*padding-top: 145px !important;*/
}

#i-overlay .i-scroll-pane {
    height: calc(100% - 10px);
    top: 0px;
}



#i-browser,
#i-reader,
#i-search {
    z-index: 500000;
    width: 100%;
    /*background: lightblue;*/
    position: absolute;
    top: 0px;
    height: calc(100%);
    /*padding-top: 145px;*/
}

/*.i-mode-browser #i-browser {*/
    /*display: block;*/
/*}*/

.i-mode-browser #i-reader {
    display: none;
}

.i-mode-reader #i-browser {
    display: none;
}

#i-browser {
    /*display: none;*/
}

.i-browser-nav {
    font-family: NexusSans, "Helvetica Neue", Helvetica, Arial, sans-serif;
    z-index: 600000;
    /*display: none;*/
    position: fixed;
    top: 130px;
    width: 160px;
    /*width: 320px;*/
    /*margin: 0 auto;*/
    /*width: 320px;*/
    /*margin: 0 auto;*/
    overflow: hidden;
    font-size: 0.8125em;
    letter-spacing: 0.025em;
    text-transform: uppercase;
    /*background: white;*/
    height: 500px;
}

.i-ribbon-not-empty .i-browser-nav {
    /*top: 150px;*/
}

.i-ribbon-not-empty .i-ribbon {
    /*display: block;*/
}


.i-browser-nav ol {
    list-style: none;
    padding: 0;
    margin: 30px 0 0 0;
    /*background: white;*/
}

.i-browser-nav ol li {
    border-bottom: 1px solid #eee;
}

.i-browser-nav ol li.i-selected {
    /*background: #bd141e;*/
}

.i-browser-nav ol li a,
.i-browser-nav ol li button {
    width: 100%;
    font-size: 1em;
    text-align: left;
    border: 0;
    background: none;
    display: block;
    padding: .5em 1em .5em 1em;
    /*color: #bd141e;*/
    color: #363c41;
    text-transform: uppercase;
    letter-spacing: 0.025em;
}

.i-browser-nav ol li button[disabled] {
    color: #333;
}


.i-browser-nav ol li.level-2 {
    margin-left: 1em;
}


.i-browser-nav ol li.i-selected a,
.i-browser-nav ol li.i-selected button {
    /*background: #bd141e;*/
    background: rgba(0,0,0,.7);
    /*color: #333;*/
    color: white;
    /*font-weight: bold;*/
}

.i-article-widgets {
    font-size: 0.75em;
}

.i-widget-title {
    text-transform: uppercase;
}

.i-article-widgets ol {
    list-style: none;
    padding: 0;
    margin: 0;
    /*background: white;*/
}

.i-article-widgets ol li {
    border-bottom: 1px solid #eee;
}

.i-article-widgets ol li.i-selected {
    background: #bd141e;
}

.i-article-widgets ol li a {
    display: block;
    padding: .5em 1em .5em 1em;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 0.15em;
}

.i-article-widgets ol li.i-selected a {
    background: #bd141e;
    color: white;
}

.i-article-detail {
    /*padding: 2em 0 0 0;*/
}

.i-article-text-collapse-disclaimer {
    display: none;
}

.i-article-text-expand-disclaimer,
.i-article-text-collapse-disclaimer {
    text-align: center;
    font-size: 0.75em;
    text-transform: uppercase;
    background: #eee;
    margin: 1em 0 3em 0;
    padding: .5em 0;
}

.i-article-detail .i-block-main {
    padding-right: 2em;
    /*border-right: 1px solid #bbb;*/
}

.i-article-detail .i-block-info {
    border-left: 1px solid #bbb;
    margin-left: -1px;
}

.i-browser-body,
.i-reader-body {
    background: rgba(255,255,255,.98);
    /*border-radius: 10px;*/
    /*border-left: 1px solid #798084;*/
    /*padding: 0px 1em 1em 1.5em;*/
    /*font-size: 14px;*/
    /*background: white;*/
    min-height: 100%;
    /*overflow: scroll;*/
    /*margin-top: 2em;*/
    margin-bottom: 100px;
}

.i-reader-body {
    /*-webkit-box-shadow: -6px 0px 14px rgba(0, 0, 0, .1);*/
    /*box-shadow: -6px 0px 14px rgba(0, 0, 0, .1);*/
    /*border: 2px solid #888;*/
    /*margin-top: 0em;*/
}

.i-browser-body {
    /*-webkit-box-shadow: -6px 0px 14px rgba(0, 0, 0, .1);*/
    /*box-shadow: -6px 0px 14px rgba(0, 0, 0, .1);*/
}

.i-browser .container-fluid,
.i-reader .container-fluid {
    padding-left: 0px;
    padding-right: 0px;
}

.i-browser .row,
.i-reader .row {
    margin-left: 0px;
    margin-right: 0px;
}

.i-browser.frame,
.i-reader.frame {
    /*background: white;*/
    /*padding: 0 0em 100px 0em;*/
    height: 100%;
    padding-left: 170px;
}

.i-browser div[class*="col-"] {
    /*padding-left: 0 !important;*/
    /*padding-right: 0 !important;*/
}

#i-top-border {
    border-top: 1px solid #363c41;
    font-family: NexusSans, "Helvetica Neue", Helvetica, Arial, sans-serif;
    /*display: none;*/
    /*border-top: 1px solid #aaa;*/
    /*border-bottom: 1px solid #aaa;*/
    color: white;
    /*margin-left: -24px;*/
    /*max-width: 864px;*/
    /*padding: 0.25em 1.5em;*/
    position: relative;
    /*top: 128px;*/
    /*width: calc(100% + 40px);*/
    /*max-width: 1024px !important;*/
    z-index: 1;
    font-size: 12px;
    /*height: 25px;*/
    line-height: 25px;
    overflow: hidden;
    margin-bottom: 50px;
}

.c-main-filter {
    /*border-top: 1px solid #363c41;*/
    font-family: NexusSans, "Helvetica Neue", Helvetica, Arial, sans-serif;
    /*display: none;*/
    /*border-top: 1px solid #aaa;*/
    /*border-bottom: 1px solid #aaa;*/
    color: white;
    /*margin-left: -24px;*/
    /*max-width: 864px;*/
    /*padding: 0.25em 1.5em;*/
    position: relative;
    /*top: 128px;*/
    /*width: calc(100% + 40px);*/
    /*max-width: 1024px !important;*/
    z-index: 1;
    font-size: 12px;
    /*height: 25px;*/
    line-height: 25px;
    overflow: hidden;
    margin-bottom: 20px;
}

#i-top-border a,
.c-main-filter a {
    color: white;
    /*padding-top: 1px;*/
    /*text-transform: uppercase;*/
    /*margin-right: 10px;*/
    text-align: center;
    display: inline-block;
    /*background: #888;*/
    letter-spacing: 0.025em;
    /*border-bottom: 1px solid #bbb;*/
    /*border-top: 2px solid transparent;*/
}

#i-top-border a {

}

.c-main-filter .c-a-facet-count,
#i-top-border .c-a-facet-count {
    display: block;
    /*border-right: 1px solid white;*/
    background: #eee;
    color: #363c41;
    font-size: 11px;
    height: 10px;
    line-height: 25px;
}

#i-top-border  .i-selected .c-a-facet-count,
.c-main-filter .i-selected .c-a-facet-count {
    background: #0a78cd;
    color: white;
}


.c-main-filter .c-a-facet-label,
#i-top-border .c-a-facet-label {
    display: block;
    /*border-right: 1px solid #bbb;*/
    color: #363c41;
    background: white;
    /*border-bottom: 1px solid #bbb;*/
    padding: 5px 20px;
    font-size: 15px;
}

.c-main-filter a:first-child > .c-a-facet-label {
    border-left: 1px solid #bbb;
}


.c-main-filter .c-a-facet-label.c-a-facet-label-no-border,
#i-top-border .c-a-facet-label.c-a-facet-label-no-border {
    border-right: 0;
}

.c-main-filter .i-selected .c-a-facet-label,
#i-top-border .i-selected .c-a-facet-label {
    font-weight: bold;
}

.v-articles {
    /*padding-top: 100px;*/
}

.v-persons,
.v-person-detail,
.v-category-articles,
.v-article-detail,
.v-category-detail {
    padding-bottom: 100px;
    position: relative;
}

.v-person-detail h1 {
    margin-bottom: 0px;
}

.v-person-detail-head {
    margin-bottom: 30px;
}

.v-person-detail-head .role {
    font-size: 30px;
    line-height: 50px;
    color: #959a9f;
}

.v-person-detail-head .affiliation {
    font-style: italic;
}


.v-category-articles .v-body {
    /*padding: 0 1em;*/
}


.v-articles #i-top-border {
    height: 88px;
}

.v-persons #i-top-border a {
    width: auto;
    /*padding: 0px 10px;*/
}

.v-category-articles #i-top-border a {
    width: auto;
    /*padding: 0px 10px;*/
}

.v-category-detail #i-top-border a {
    width: 25%;
}

.v-article-detail #i-top-border a {
    width: 25%;
}

.v-articles #i-top-border a {
    width: 33.334%;
}

.v-articles #i-top-border .handbook-types a {
    width: 50%;
}

.v-articles #i-top-border .ee-types a {
    width: 16.667%;
}

.v-categories #i-top-border a {
    width: 50%;
}

#i-top-border a:last-child {
    /*border-right: 0;*/
}


#i-top-border a.i-selected {
    font-weight: bold;
    background: white;
    color: #363c41;
    /*border-right: 2px solid #888;*/
    /*border-left: 2px solid #888;*/
    /*border-top: 2px solid #888;*/
}


#i-top-border a .fa {
    /*display: none;*/
}


body {
    /*-webkit-transform: translate3d(0, 0, 0);*/
    /*overflow: hidden;*/
}

.i-add-to-reading-list {
    display: none;
    font-size: 0.625em;
    text-transform: uppercase;
    background: #bd141e;
    color: white;
    /*display: inline-block;*/
    border-radius: 30px;
    margin-top: 1em;
    letter-spacing: 0.025em;
    font-weight: bold;
}

.i-add-to-reading-list a {
    color: white;
    padding: .5em 3em;
    display: inline-block;
}

#i-left-border-line {
    -webkit-box-shadow: -6px 0px 14px rgba(0, 0, 0, .1);
    box-shadow: -6px 0px 14px rgba(0, 0, 0, .1);
    position: fixed;
    top: 0px;
    margin-left: 163px;
    display: none;
    bottom: 0px; border-left: 1px solid transparent; width: 1px; height: 100%;
    z-index: 800000;
    width: 10px;
}

.i-document-types-toolbar {
    overflow: auto;
    font-size: 0.875em;
}

.i-document-types-toolbar a {
    float: left;
    white-space: nowrap;
}

.i-document-types-toolbar a._ee_all {
    width: 100px !important;
}


.i-document-types-toolbar a .fa {
    margin-right: 10px;
    font-size: 0.75em;
}


.i-document-types-toolbar._handbook a {
    width: 33.33334%;
}

.i-document-types-toolbar._ee a {
    width: 14.2857%;
}

h3 {
    font-size: 15px;
}

h3.subheading {
    font-size: 18px;
    font-weight: bold;
    margin-left: 15px;
    margin-bottom: 10px;
}

#image-slideshow {
    position: fixed;
    top: 0px;
    width: 100%;
    background: rgba(0,0,0,.8);
    left: 0px;
    z-index: 1200010;
    height: 100%;
    /*display: table;*/
}

#i-overlay-related-articles,
.c-overlay {
    position: fixed;
    top: 0px;
    width: 100%;
    background: rgba(128,128,128,.5);
    left: 0px;
    z-index: 2000000;
    height: 100%;
    /*display: table;*/
}

.info-mode #image-slideshow {
    height: calc(100%);
}

#image-slideshow .i-thumbnail {
    text-align: center;
    display: none;
    height: 100%;
    vertical-align: middle;
}

#image-slideshow .i-thumbnail table {
    /*height: 100%;*/
    /*width: 100%;*/
}


#image-slideshow .i-thumbnail img {
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    padding: 1em;
}

#image-slideshow .frame {
    margin: 20px auto;
    background: transparent;
    padding: 5px;
    overflow: auto;
    position: relative;
    height: calc(100% - 40px);
}

#image-slideshow .frame .caption p {
    color: white;
    font-family: "Helvetica Neue", Helvetica, Arial;
    font-size: 14px;
    line-height: 1.4em;
}

#image-slideshow .frame .caption p br {
    margin-bottom: 5px;

}


#image-slideshow .frame .caption h2 {
    font-family: "Helvetica Neue", Helvetica, Arial;
    font-size: 16px;
    font-weight: bold;
    color: white;
    margin-bottom: 20px;
    line-height: 1.4em;
}


#image-slideshow .frame .image {
    width: calc(50% - 20px);
    height: 100%;
    float: left;
    transition: width 500ms, height 500ms;
    -webkit-transition: width 500ms, height 500ms;
    -moz-transition: width 500ms, height 500ms;
    text-align: center;
}

.info-mode #image-slideshow .frame .image {
    width: calc(100% - 20px);
    height: 100%;
    float: left;
    transition: width 500ms, height 500ms;
    -webkit-transition: width 500ms, height 500ms;
    -moz-transition: width 500ms, height 500ms;
}


#image-slideshow .frame .image img {
    max-width: 100%;
    max-height: 100%;
    transition: width 500ms, height 500ms;
    -webkit-transition: width 500ms, height 500ms;
    -moz-transition: width 500ms, height 500ms;
}

.info-mode #image-slideshow .frame .image img {
    height: 100%;
    max-width: 100%;
    transition: width 500ms, height 500ms;
    -webkit-transition: width 500ms, height 500ms;
    -moz-transition: width 500ms, height 500ms;
}


#image-slideshow .frame .caption {
    width: calc(50% - 10px);
    /*height: 100%;*/
    position: absolute;
    right: 10px;
    bottom: 10px;
    top: 10px;
    background: transparent;
    transition: opacity 500ms;
    -moz-transition: opacity 500ms;
    -webkit-transition: opacity 500ms;
}

#image-slideshow .frame .caption ul {
    margin: 0; padding: 0;
}

#image-slideshow .frame .caption li {
    padding: 0;
    list-style: none;
}


#image-slideshow .frame .caption a {
    color: white;
}


#image-slideshow .frame .caption .v-list-of-articles h2 {
    font-size: 14px;
    font-weight: normal;
    padding: 0 0 10px 0;
    margin: 20px 0 0 0;

}


.info-mode #image-slideshow .frame .caption {
    opacity: 0;
    transition: opacity 500ms;
    -moz-transition: opacity 500ms;
    -webkit-transition: opacity 500ms;
}


#image-slideshow-thumbnails .i-thumbnail.i-selected {
    border: 2px solid #333;
    opacity: 1;
}

#image-slideshow-thumbnails {
    display: none;
    position: fixed;
    bottom: 0px;
    height: 132px;
    width: 100%;
    left: 0px;
    z-index: 1000000;
    white-space: nowrap;
    overflow: auto;
    overflow-y: hidden;
    background: #444;
    padding-left: calc(50% - 66px);
    padding-right: calc(50% - 66px);
    transition: bottom 200ms linear;
}

.i-cursor-not-moving #image-slideshow-thumbnails {
    bottom: -110px;
    transition: bottom 200ms linear;
}

.i-cursor-is-moving #image-slideshow-thumbnails {
    bottom: 0px;
    transition: bottom 200ms linear;
}

#image-slideshow-thumbnails .i-thumbnail {
    background: #eee;
    height: 132px;
    text-align: center;
    display: inline-block;
    border: 2px solid #ddd;
    position: relative;
    width: 132px;
    opacity: .6;
}

#image-slideshow-thumbnails .i-thumbnail:hover {
    opacity: 1;
}


#image-slideshow-thumbnails .i-thumbnail img {
}

.info-mode #image-slideshow-thumbnails {
    display: block;
}

.a-fullscreen {
    font-size: 20px;
}

.a-fullscreen .fa-compress {
    display: none;
}

.a-fullscreen .fa-expand {
    display: block;
}

.info-mode .a-fullscreen .fa-compress {
    display: block;
}

.info-mode .a-fullscreen .fa-expand {
    display: none;
}

.info-mode  #image-slideshow .i-thumbnail {
    height: 100%;
}

.info-mode  #image-slideshow .i-thumbnail .caption {
    color: #333;
    font-size: 13px;
    line-height: 15px;
    text-align: left;
    background: white;
    padding: .5em;
    /*position: fixed;*/
    /*max-height: 20%;*/
    /*bottom: 140px;*/
}

.info-mode  #image-slideshow .i-thumbnail .caption h2 {
    font-size: 13px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: bold;
}


.info-mode #image-slideshow .i-thumbnail .image {
    height: 80%;
}

.info-mode #image-slideshow .i-thumbnail .image img {
    max-height: 80%;
    margin: 0 auto;
}

#image-slideshow .i-thumbnail.i-selected {
    display: block;
}


#image-slideshow .i-thumbnail .i-image-is-taller {
    /*height: 100%;*/
}

#image-slideshow .i-thumbnail .i-image-is-wider {
    /*width: 100%;*/
}

.c-overlay .a-cancel-slideshow,
#image-slideshow .a-cancel-slideshow,
#image-slideshow .a-fullscreen {
    color: white;
    position: absolute;
    right: 20px;
    top: 20px;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.025em;
    z-index: 1200035;
}

.c-overlay .a-cancel-slideshow {
    color: #363c41;
    z-index: 1200035;
    top: 15px;
    font-size: 20px;
    color: #363c41;
    z-index: 1200035;
    top: 15px;
    font-size: 20px;
    text-align: right;
    display: block;
    position: absolute;
    left: calc(50% + 448px);
    right: initial;
}

.c-overlay .a-cancel-slideshow.collapsed {
    top: 15px;
    left: calc(50% + 210px);
}


#image-slideshow .a-fullscreen {
    left: 20px;
    font-size: 30px;
}

#image-slideshow .a-previous-slide,
#image-slideshow .a-next-slide {
    top: 0px;
    position: fixed;
    height: 100%;
    width: 100px;
    margin: auto;
    font-size: 30px;
    color: white;
    padding: 1em;
    z-index: 1200030;
}

#image-slideshow .a-previous-slide {
    left: 0px;
}

#image-slideshow .a-next-slide {
    right: 0px;
}


.info-mode #image-slideshow .a-previous-slide,
.info-mode #image-slideshow .a-next-slide {
    height: calc(100% - 22px);
}


#image-slideshow .a-previous-slide > span,
#image-slideshow .a-next-slide > span {
    position: relative;
    height: 100%;
    width: 100%;
    display: block;
}


#image-slideshow .a-previous-slide > span > span,
#image-slideshow .a-next-slide > span > span {
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -10px;
}



#v-media-gallery a:hover {
    color: #bbb !important;
    text-decoration: none !important;
}


#image-slideshow .a-cancel-slideshow:hover {
    color: white;
}


#i-admin-switch {
    position: fixed;
    right: 20px;
    top: 20px;
    z-index: 2000000;
    background: lightgreen;
    text-decoration: line-through;
    font-size: 12px;
    padding: 2px 5px;
}

#i-admin-switch.i-selected {
    text-decoration: none;
    background: #bd141e;
    color: white;
}

#overlay {
    position: fixed;
    top: 0px;
    height: 100%;
    left: 0px;
    width: 100%;
    color: white;
    background: rgba(0,0,0,.4);
    z-index: 2000000;
    display: none;
}

.v-articles-list-hierarchical {
    padding: 0 1em;
}

/**
 *
 */

header#i-header-fb {
    position: fixed;
    overflow: hidden;
    top: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
    min-width: 996px;
    margin: 0 auto;
    background: #333333 url(/assets/img/header-image.jpg) no-repeat;
    background-position: center 50%;
}

/* line 14, ../sass/_header.scss */
header#i-header-fb .header-inner {
    position: relative;
    height: 416px;
    width: 996px;
    margin: 0 auto;
}

/* line 21, ../sass/_header.scss */
header#i-header-fb .logo {
    position: absolute;
    left: 20px;
}
/* line 24, ../sass/_header.scss */
header#i-header-fb .logo.large {
    bottom: 85px;
}

header#i-header-fb .logo-1000 {
    position: absolute;
    top: 0px;
    right: -60px;
}

/* line 27, ../sass/_header.scss */
header#i-header-fb .logo.small {
    bottom: -170px;
}

/* line 32, ../sass/_header.scss */
header#i-header-fb .logo-text {
    position: absolute;
    bottom: 108px;
    left: 180px;
    font-size: 36px;
    color: #fff;
    font-family: "NexusSans";
}
/* line 39, ../sass/_header.scss */
header#i-header-fb .logo-text span {
    font-family: "NexusSansBold";
}

/* line 1, ../sass/_nav.scss */
nav#i-nav-fb {
    position: fixed;
    top: 416px;
    left: 0;
    z-index: 1100;
    width: 100%;
    min-width: 996px;
    margin: 0 auto;
    background: rgba(255,255,255,.9);
    text-align: center;
}

#i-header-fb a {
    color: white !important;
}

#i-header-fb a .fa {
    margin-right: auto;
}


/* line 11, ../sass/_nav#i-nav-fb.scss */
nav#i-nav-fb .tabs {
    margin: -24px auto 0;
    text-align: center;
}
/* line 15, ../sass/_nav#i-nav-fb.scss */
nav#i-nav-fb .tabs-index, nav#i-nav-fb .tabs-categories {
    cursor: pointer;
    display: inline-block;
    width: 140px;
    height: 48px;
    background: #555c62;
    text-align: center;
    font-family: "NexusSans";
    text-transform: uppercase;
    color: #fff;
    font-size: 16px;
    box-sizing: border-box;
    padding: 15px 0;
}
/* line 28, ../sass/_nav#i-nav-fb.scss */
nav#i-nav-fb .tabs-index:hover, nav#i-nav-fb .tabs-categories:hover {
    background: #444b51;
}
/* line 31, ../sass/_nav#i-nav-fb.scss */
nav#i-nav-fb .tabs-index.active, nav#i-nav-fb .tabs-categories.active {
    background: #bd141e;
}
/* line 35, ../sass/_nav#i-nav-fb.scss */
nav#i-nav-fb .links {
    border-bottom: 2px solid #959a9f;
}

.search-icon {
    position: absolute;
    bottom: 106px;
    right: 0;
    font-size: 36px;
    color: #fff;
}

/* line 55, ../sass/_header.scss */
.link-imagefilm i,
.link-help i,
.link-explorer i {
    font-size: 22px;
    display: inline-block;
    vertical-align: middle;
}
/* line 60, ../sass/_header.scss */
.link-imagefilm span,
.link-help span,
.link-explorer span {
    display: inline-block;
    vertical-align: middle;
    padding-left: 15px;
    font-size: 13px;
}

/* line 68, ../sass/_header.scss */
.link-imagefilm {
    position: absolute;
    top: 30px;
    left: 16px;
    color: #fff;
}

/* line 75, ../sass/_header.scss */
.link-help {
    position: absolute;
    top: 30px;
    left: 210px;
    color: #fff;
}

/* line 82, ../sass/_header.scss */
.link-explorer {
    position: absolute;
    top: 30px;
    left: 390px;
    color: #fff;
}


/* line 38, ../sass/_nav#i-nav-fb.scss */
nav#i-nav-fb .links-index, nav#i-nav-fb .links-categories {
    margin: 15px 0 2px;
    padding: 0;
    list-style-type: none;
}
/* line 42, ../sass/_nav#i-nav-fb.scss */
nav#i-nav-fb .links-index li, nav#i-nav-fb .links-categories li {
    display: inline-block;
    font-family: "NexusSans";
    text-transform: uppercase;
    font-size: 19px;
    box-sizing: border-box;
    padding: 10px 20px;
}
/* line 49, ../sass/_nav#i-nav-fb.scss */
nav#i-nav-fb .links-index li a, nav#i-nav-fb .links-categories li a {
    color: #3f454a;
}
/* line 51, ../sass/_nav#i-nav-fb.scss */
nav#i-nav-fb .links-index li a:hover, nav#i-nav-fb .links-categories li a:hover {
    color: #bd141e;
    text-decoration: none;
}

.c-page-head {
    /*border-bottom: 1px solid #bbb;*/
}

hr {
    border-top-color: #888;
    margin: 0;
    border: 0;
}

.v-themes .tiles {

}

.v-themes .tiles .tile {
    /*padding-right: 8px;*/
    /*height: 250px;*/
    text-align: center;
    padding-left: 8px;
    margin: 8px auto;
}

.v-themes .tiles .tile:first-child {
    padding-left: 2.5px;
    padding-right: 8px;
}


.v-themes .tiles .tile a {
    width: 100%;
    position: relative;
    display: block;
}

.v-themes .tiles .tile a span {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%; height: 100%;
    font-size: 32px;
    color: white;
    line-height: 230px;
    background: rgba(0,0,0,.5);
    font-family: NexusSans, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: bold;
    letter-spacing: 0.025em;
}


.v-themes .tiles .tile a img {
    width: 100%;
    display: block;
}

.c-main-body {
    margin-bottom: 100px;
    /*-webkit-backface-visibility: hidden;*/
    /*-moz-backface-visibility: hidden;*/
    /*-ms-backface-visibility: hidden;*/
    /*backface-visibility: hidden;*/
    /*-webkit-perspective: 1000;*/
    /*-moz-perspective: 1000;*/
    /*-ms-perspective: 1000;*/
    /*perspective: 1000;*/
}

.carousel-inner {
    position: relative;
    z-index: 1;
}

.carousel-control {
    position: absolute;
    z-index: 100;
}

.carousel-inner .item img.carousel-image {
    width: 100%;
}

.v-home-intro h1 {
    font-size: 40px;
    color: #bd141e;
    line-height: 1.25em;
}

.v-home-intro h2 {
    font-size: 32px;
    line-height: 46px;
}

.v-home-intro h2 img {
    /*position: absolute;*/
    /*top: 4px;*/
    /*margin-left: 10px;*/
}


.v-home-intro {
    margin-bottom: 80px;
    border-bottom: 1px solid white;
    /*padding-top: 60px;*/
}

.v-home-carousel {
    background: #555c62;
    padding: 25px 0;
    border-bottom: 1px solid white;
}

.v-home-carousel h3 {
    font-size: 32px;
    color: #959a9f;
    margin-bottom: 20px;
}


.v-home-carousel h2 {
    color: white;
    font-weight: bold;
}

.v-home-carousel h2 a {
    color: white;
}

.v-home-carousel a {
    font-family: Arial, sans-serif;
    font-size: 26px;
    line-height: 38px;
}

.v-home-carousel h2 a {
    font-family: Arial, sans-serif;
    font-size: 54px;
    letter-spacing: 0.025em;
    line-height: 67px;
}


.v-home-carousel .carousel-caption {
    color: white;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    bottom: auto;
    padding: 10% 20px 0 20px;
    background: rgba(0,0,0,.4);
}

.v-home-carousel .carousel-caption a {
    color: white;
}

.v-home-carousel .carousel-caption .fa-chevron-circle-right {
    font-size: 72px;
    color: #bd141e;
}

.v-home-carousel .carousel-caption a .fa-chevron-circle-right {
    color: #bd141e;
}

.v-home-carousel .carousel-caption a.circle {
    display: block;
    margin-top: 40px;
}

.v-home-map {
    background: #dadcdd;
    border-bottom: 1px solid white;
    position: relative;
}

.v-home-map .caption {
    width: 160px;
    position: absolute;
    bottom: 70px;
    left: 20px;

}

.v-home-map .caption {
    font-size: 22px;
    color: #353839;
    z-index: 1000;
    font-family: NexusSans, "Helvetica Neue", Helvetica, Arial, sans-serif;
    line-height: 1.5em;
}

.v-home-map .caption h3 {
    font-size: 40px;
    font-family: NexusSans, "Helvetica Neue", Helvetica, Arial, sans-serif;
    line-height: 1.1em;
}

.v-home-timeline {
    background: #959a9f;
    overflow: hidden;
}

.v-footer-top {
    padding-top: 40px;
    padding-bottom: 40px;
}

.v-footer-bottom {
    padding: 65px 0 160px 100px;
    background: #666e73;
}

.v-footer-bottom div[class*='col-'] {
    padding-left: 20px;
}

.v-footer-bottom .dark {
    color: #363c41;
    font-size: 20px;
    line-height: 45px;
}

.v-footer-bottom .light {
    color: white;
    font-size: 14px;
    line-height: 32px;
}


.i-article-thumbnails::-webkit-scrollbar {
    width: 12px;
    height: 12px;
}

.i-article-thumbnails::-webkit-scrollbar-track {
    /*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);*/
    /*border-radius: 10px;*/
    background: #dadcdd;
}

.i-article-thumbnails::-webkit-scrollbar-thumb {
    /*border-radius: 10px;*/
    /*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);*/
    background: #bd141e;
}

.v-list-of-articles {
    margin-bottom: 40px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.v-list-of-articles ul {
    margin: 0;
    padding: 0 0 0 20px;
    font-size: 14px;
}

.v-list-of-articles ul li {
    margin: 5px 0;
    list-style: inside;
}

.v-list-of-articles ul li h3 {
    font-style: italic;
    font-size: 16px;
    list-style: none;
}

.v-list-of-articles ul li.head {
    font-size: 16px;
    list-style: none;
    margin-top: 1em;
    margin-bottom: .5em;
}

.v-list-of-articles ul li.selected {
    font-weight: bold;
}



.v-list-of-articles > h2 {
    color: #363c41;
    font-size: 15px;
    font-weight: bold;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    border-bottom: 2px solid #dadcdd;
    padding: 0 0 10px 20px;
    margin-bottom: 10px;
}

.v-list-of-articles > h3 {
    color: #363c41;
    font-size: 1em;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    /*border-bottom: 2px solid #dadcdd;*/
    padding: 0 0 0px 20px;
    /*margin-bottom: 10px;*/
}


.v-search-themes ul.pre-filters {
    list-style: none;
    margin: 0;
    padding: 0;
    overflow: auto;
}

.v-search-filter-block .body {
    padding: 0 10px;
    margin-bottom: 5px;
}

.v-search-frame {
    padding: 0 16%;
}

.v-search-query-block {
    margin-bottom: 30px;
}

.v-search-filter-block {
    margin-bottom: 20px;
}

.v-search-filter-block h3 {
    font-size: 16px;
    margin-bottom: 5px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: bold;
    padding-left: 10px;
    padding-bottom: 10px;
    border-bottom: #dadcdd 1px solid;
}


.v-search-themes ul.pre-filters.ul-horizontal li {
    float: left;
    width: 16.66666667%;
    display: block;
    text-align: left;
}

.v-search-themes ul.pre-filters.ul-horizontal.article li {
    width: 33.333333334%;
}

.v-search-themes ul.pre-filters.ul-horizontal.ee li {
    width: 33.333333334%;
}

.v-search-themes ul.pre-filters.ul-horizontal li label {
    padding: 0;
}

.v-search-themes .a-small {
    font-size: 13px;
}

.v-search .query {
    height: auto;
    font-size: 20px;
    line-height: 30px;
    width: 625px;
    border-color: #dcecf8;
    /*border: 1px solid rgba(10,120,205,0.5);*/
    color: #0a78cd !important;
    padding-right: 60px;
}

.v-search ::-webkit-input-placeholder { /* WebKit browsers */
    color: #0a78cd !important;
}

.v-search :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #0a78cd !important;
    opacity:  1;
}
.v-search ::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #0a78cd !important;
    opacity:  1;
}
.v-search :-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #0a78cd !important;
}

.v-search .fa-search-submit {
    position: absolute;
    top: 0px;
    font-size: 27px;
    right: 13px;
    border: 0;
    background: none;
    color: #0a78cd !important;
    /*color: rgba(10,120,205,0.5);*/

}

.v-search .fa-search-expand {
    position: absolute;
    top: 8px;
    font-size: 20px;
    right: -45px;
    border: 0;
    background: none;
    display: block;
    color: rgba(10,120,205,0.5);
}

.v-search .fa-search-collapse {
    position: absolute;
    top: 8px;
    font-size: 20px;
    right: -45px;
    border: 0;
    background: none;
    color: #0a78cd !important;
    /*color: rgba(10,120,205,0.5);*/
    display: none;
}


.v-search.advanced .fa-search-expand {
    display: none;
}

.v-search .advanced-box {
    height: 0px;
    overflow: hidden;
}

.v-search.advanced .advanced-box {
    height: 100%;
    /*background: #bbb;*/
    padding: 5px;
}

.v-search .nav3 ul {
    padding: 0;
    margin: 0;
}


.v-search .nav3 ul li {
    /*border-bottom: 1px solid #0a78cd;*/
    /*padding: 10px 10px 10px 0;*/
    /*padding: 5px 0;*/
}

.v-search .nav3 .open + .children {
    display: block;
}

.v-search .nav3 .open + .children li {
    display: block;
}



.v-search .nav3 ul li:first-child {
    /*border-top: 1px solid #0a78cd;*/
}

.v-search .nav3 ul li:last-child {
    /*border-bottom: 0;*/
}

.v-search .nav3 ul li a .fa {
    float: right;
    padding-top: 5px;
    font-size: 13px;
}

.v-search .nav3 ul li.l2 a .fa {
    /*display: none !important;*/
}

.v-search .nav3 ul a {
    padding: 0;
    margin: 0;
}


.v-search .nav3 ul li > a > .fa-minus {
    display: none;
}

.v-search .nav3 .open > a > .fa-minus {
    display: block;
}

.v-search .nav3 .open > a > .fa-plus {
    display: none;
}

.v-search .nav3 ul li a {
    cursor:pointer;
    color: #0a78cd;
    float: right;
    background: none;
}

.v-search .nav3 li {
    display: none;
}

.v-search .nav3 li.l2 {
    padding-left: 30px;
}

.v-search .nav3 li.l3 {
    padding-left: 40px;
}

.v-search .nav3 li.l1 {
    display: block;
}

.v-search .nav3 .children {
    display: none;
}

.v-search .nav3 .open.children {
    display: block;
}

.v-search .nav3 .open li {
    display: block;
}


.v-search .nav3 ul li.l2 > a,
.v-search .nav3 ul li.l3 > a {
    background: none;
    color: #0a78cd;
}

.v-search .nav3 .ul2,
.v-search .nav3 .ul3 {
    /*height: auto;*/
    padding-left: 15px;
}


.v-search form {
    margin-bottom: 30px;
}

.v-search.advanced .advanced-box .content {
    /*height: 400px;*/
    padding: 10px;
}

.v-search .advanced-box .submit-btn {
    background: #0a78cd;
    border: none;
    text-align: left;
    width: 180px;
    margin: 20px 0;
}

.v-search .advanced-box .submit-btn .fa {
    float: right;
    margin-top: 3px;
}

.v-query-filter-list-row {
    width: 580px;
    overflow: auto;
    margin: 0 auto;
    margin-bottom: 30px;
}

.v-query-filter-list {
    width: 270px;
    margin: 0px 10px;
    float: left;
}

.v-query-filter-list ul {
    /*background: rgba(10,120,205,0.5);*/
    background: #dcecf8;
}

.v-search label {
    color: #363c41;
    font-size: 14px;
}

.v-search [type='checkbox'] + label {
    margin-left: 5px;
}

.v-search [type='radio'] + label {
    margin-left: 5px;
}

.v-query-filter-list li {
    padding: 0;
}

.v-query-filter-list li label {
    margin: 0;
    padding: 0;
}


.v-query-filter-list .c-checkbox {
    background: #0a78cd;
    color: #0a78cd;
    margin-right: 10px;
}

.v-query-filter-list h2 {
    line-height: 15px;
    color: #363c41;
}

.v-query-filter-list h2 .c-checkbox {
    margin-right: 7px;
    margin-top: 1px;
    float: left;
    visibility: hidden;
}


.v-query-filter-list.ee {
    /*width: 220px;*/
}

.v-query-filter-list.themes {
    width: 150px;
}



.v-search .advanced-box .submit-btn .fa-search {
    color: white;
}




.v-search.advanced .fa-search-collapse {
    display: block;
}


.v-search .pre-filters-block {
    padding-top: 5px;
    background: #dadcdd;
}

.v-search-results {
    /*border-top: 1px dotted #dadcdd;*/
    margin-top: 20px;
    padding: 20px 0;
}

.v-search-results hr {
    border-top: 1px solid #dadcdd;
}


.v-search-results .left-nav {
    border-right: 1px solid #dadcdd;
}

.c-facet-block {
    margin-bottom: 15px;
}

.c-facet-block .block {
    max-height: 85px;
}

.v-glossary .c-facet-block.glossary .block {
    max-height: 300px;
    height: 250px;
}


.c-facet-block .overflow {
    overflow: auto;
    overflow-x: hidden;
    height: 100px;
    max-height: 100px;
}

.c-facet-block ul {
    margin: 0; padding: 0;
    list-style: none;
}

.c-facets {
    overflow: auto;
    text-align: left;
}

.c-facets h3,
.c-facets h4 {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    font-size: 13px;
}




.c-facets h4 {
    padding: 5px;
    margin-bottom: 25px;
}

.c-facet-block h3 {
    padding: 5px 5px;
    font-size: 13px;
    border-bottom: 1px dotted #dadcdd;
}

.c-facet-block li {
    margin: 1px 0;
}

.c-facet-block li a {
    font-size: 13px;
    display: block;
    padding: 3px 5px;
}

.c-facet-block li a .count {
    margin-left: 3px;
}

.c-facet-block.published li a .count {
    visibility: hidden;
}

.c-facet-block li a.i-selected {
    color: white;
    font-weight: normal;
    background: black;
}

.c-facet-block li a.i-selected .remove::after {
    content: "x";
    float: right;
}

.c-selected-facets {
    /*display: inline-block;*/
    text-align: left;
    margin-bottom: 20px;
}

.c-selected-facets a {
    color: white;
    font-weight: normal;
    background: #444;
    margin-right: 10px;
    padding: 5px 5px 5px 10px;
    display: inline-block;
}

.c-selected-facets a .fa {
    margin-left: 10px;
    /*float: right;*/

}


#i-overlay-related-articles .title {
    font-size: 20px;
    margin: 0 0 20px 0;
}

.columns3 {
    columns: 3;
    -moz-columns: 3;
    -webkit-columns: 3;
}

.columns3 a {
    display: block;
    /*font-weight: bold;*/
    margin: 5px 0;
}


.columns3 a.no-link {
    color: red;
}

.columns3 a.is-synonym {
    /*color: green;*/
    font-weight: normal;
}

.columns3 p {
    display: inline-block;
    margin: 0;
}

.columns3 p a.synonym {
    margin-left: 10px;
    display:block;
}


.tokeeptogether {
    display: inline-block;
    width: 100%;
}

.with-columns .columns3 {
    margin-bottom: 20px;
    background: #eee;
    padding: 15px 15px 10px 15px;
}

.with-columns h3 {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    border-bottom: 1px solid #dadcdd;
    padding-bottom: .5em;
    margin-bottom: .5em;
}

.c-hash-highlighted {
    background: yellow !important;
    color: #363c41 !important;
}

.columns3 .c-hash-highlighted {
    /*background: #00589c !important;*/
    /*color: white !important;*/
    font-weight: bold;
    text-decoration: underline;
    background: transparent !important;
    color: #00589c !important;
}

#i-places-map {
    border: 1.5px solid black;
}

/* .vco-slider .slider-container-mask {
    height: 270px !important;
    background: #d2d2d2;
}

.vco-slider .slider-item .content .content-container.layout-media .text {
    position: absolute !important;
    z-index: 1000;
    background: rgba(255,255,255,.5);
    height: auto !important;
    display: none !important;
}
*/


/*
.vco-slider .slider-item .content {
    vertical-align: middle !important;
}

.vco-storyjs .vco-feature .slider, .vco-storyjs .vco-feature .vco-slider {
    padding-top: 0px !important;
}

.vco-slider .slider-item .content .content-container .media .media-wrapper .media-container .media-frame, .vco-slider .slider-item .content .content-container .media .media-wrapper .media-container .media-image img {
    border-color: transparent;
    border: 1px solid #bbb !important;
}
*/

.c-slider-btns {
    text-align: center;
    padding: 20px 0;
    position: relative;
}

.c-slider-btns a {
    display: inline-block;
    margin: 1px 10px;
    position: relative;
    z-index: 1000;
    width: 120px;
}

.c-slider-btns .marker {
    position: absolute;
    left: 50%;
    margin-left: -60px;
    height: 55px;
    width: 120px;
    background: lightblue;
    z-index:0;
    top: 15px;
}

#themes-carousel .carousel-caption {
    width: 100%;
    top: 290px;
    height: 180px;
    background: rgba(0,0,0,0.4);
    left: 0px;
    padding-top: 45px;
    padding-left: 25px;
    text-align: left;
}

#themes-carousel .carousel-caption h3 {
    font-size: 14px;
    margin-bottom: 15px;
}

#themes-carousel .carousel-caption h2 {
    font-size: 25px;
}

#themes-carousel .carousel-caption a {
    color: white !important;
}

#themes-carousel .carousel-control {
    bottom: 200px;
}

#themes-carousel .carousel-indicators {
    left: 0px;
    margin: 0;
    height: 51px;
    bottom: 20px;
    width: 100%;

}

#themes-carousel .carousel-indicators li {
    border: 2px solid #888;
    border-radius: 0;
    width: 68px;
    text-indent: 0;
    height: 55px;
    overflow: hidden;
    margin: 1px !important;
}

#themes-carousel .carousel-indicators li img {
    vertical-align: 0;
    width: 64px;
}

/* */

#i-regions-map-wrapper {
    /*border-top: 1px solid #888;*/
    width: 100%;
    position: relative;
    height: 200px;
    transition: margin-top 500ms, height 500ms, opacity 500ms,  background 250ms;
    -webkit-transition: margin-top 500ms, height 500ms, opacity 500ms, background 250ms;
    -moz-transition: margin-top 500ms, height 500ms, opacity 500ms, background 250ms;
    overflow: hidden;
}

#i-regions-map-wrapper .fa-compress,
#i-regions-map-wrapper .fa-expand {
    bottom: 8px;
    right: 30px;
    position: absolute;
    z-index: 10000;
    font-size: 30px;
    /*background: rgba(255,255,255,.3);*/
    /*color: #bbb;*/
}

#i-regions-map-wrapper .fa-compress {
    display: none;
}

#i-regions-map-wrapper.big .fa-compress {
    display: block;
}

#i-regions-map-wrapper .fa-expand {
    display: block;
}

#i-regions-map-wrapper.big .fa-expand {
    display: none;
}

#i-regions-map-wrapper #i-regions-map-overlay {
    transition: opacity 250ms, background 250ms;
    -webkit-transition: opacity 250ms, background 250ms;
    -moz-transition: opacity 250ms, background 250ms;
}

#i-regions-map-wrapper:hover #i-regions-map-overlay {
    /*background: rgba(0,0,0,.05);*/
}



.v-themes #i-regions-map-wrapper {
    height: 350px;
    transition: margin-top 500ms, height 500ms, opacity 500ms;
    -webkit-transition: margin-top 500ms, height 500ms, opacity 500ms;
    -moz-transition: margin-top 500ms, height 500ms, opacity 500ms;
}

#i-regions-map {
    transition: margin-top 500ms;
    -webkit-transition: margin-top 500ms;
    -moz-transition: margin-top 500ms;
}

#i-regions-map-wrapper #i-regions-map {
    margin-top: -200px;
    transition: margin-top 500ms;
    -webkit-transition: margin-top 500ms;
    -moz-transition: margin-top 500ms;
}

.v-themes #i-regions-map-wrapper #i-regions-map {
    margin-top: 0px;
}

.v-regions #i-regions-map-wrapper,
.v-themes #i-regions-map-wrapper {
    height: 350px;
}


#v-regions #i-regions-map-wrapper.big,
#v-themes #i-regions-map-wrapper.big,
#i-regions-map-wrapper.big {
    height: 550px;
}

.v-themes #i-regions-map-wrapper.big .nav2 {
    top: 0px;
}

.v-themes #i-regions-map-wrapper.big .nav2 .img {
    display: none;
}

.v-regions #i-regions-map-wrapper.big .nav1 {
    left: 0px;
}

#i-regions-map-wrapper.big #i-regions-map {
    margin-top: 0px;
}





#i-regions-map {
    width: 100%;
    height: 550px;
    background: #dadcdd;
}


#i-regions-map-overlay {
    position: absolute;
    top: 0px;
    height: 100%;
    left: 0px;
    transition: margin-top 500ms height 500ms opacity 500ms;
    -webkit-transition: margin-top 500ms height 500ms opacity 500ms;
    -moz-transition: margin-top 500ms height 500ms opacity 500ms;
    bottom: 0px;
    right: 0px;
    /*background: rgba(0,0,0,.3);*/
    cursor: pointer;
    z-index: 10;
    /*background: sandybrown;*/
    /*opacity: .1;*/
}

#i-regions-map-wrapper.big #i-regions-map-overlay {
    top: -5000px;
}



#v-regions #i-regions-map-wrapper {
    height: 250px;
}

#v-regions #i-regions-map-wrapper #i-regions-map {
    height: 560px;
    margin-top: 0px;
}

#v-themes #i-regions-map-overlay {
    top: 190px;
    height: 160px;
}

#v-themes #i-regions-map-overlay-inactive {
    top: 190px;
    height: 160px;
}

#i-regions-map-overlay-inactive {
    position: absolute;
    top: 0px;
    height: 560px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    background: rgba(0,0,0,.5);
    z-index: 10;
    /*background: sandybrown;*/
    /*opacity: .1;*/
}

#v-regions #i-regions-map-overlay-inactive {
    top: 0px;
    height: 560px;
}

/* .v-index #i-regions-map-overlay-inactive,
.v-index #i-regions-map-overlay,
.v-index #i-regions-map,
.v-search #i-regions-map-overlay-inactive,
.v-search #i-regions-map-overlay,
.v-search #i-regions-map {
    height: 550px;
}  */


#v-regions .nav1,
#v-regions .nav5 {
    position: absolute;
    z-index: 10000;
    top: 75px;
    left: 50%;
    margin-left: -480px;
    /*left: 20px;*/
    width: 960px;
    /*background: rgba(0,0,0,.4);*/
    padding: 5px;
    font-family: NexusSans, "Helvetica Neue", Helvetica, Arial, sans-serif;
    /*height: 450px;*/
}

.nav5 .dropdown.open .btn.dropdown-toggle {
    background: #bd141e;
}

.nav5 .dropdown.l1 {
    float: left;
    margin-right: 5px;
}

.nav5 button {
    padding: 0;
    background: #666e73;
    color: white;
}

.nav5 button:focus {
    outline: 0;
    background: #666e73;
    color: white;
    border: 0;
}

.nav5 button.active,
.nav5 .dropdown.open .btn.dropdown-toggle {
    /*padding: 0;*/
    background: #bd141e;
    color: white;
}

.nav5 button {
    padding: 15px 8px 5px 12px;
    font-weight: normal;
    font-size: 17px;
    margin: 0; border: 0;
    height: 43px;
    overflow: hidden;
}

.nav5 button.dropdown-toggle {
    border-left: 1px solid white;
    padding: 15px 10px 5px 10px;
}


.nav5 .dropdown.open button:hover b {
    /*background: white;*/
    /*color: #bd141e;*/
    opacity: .5;
}


.nav5 button .fa {
    /*padding: 10px 10px;*/
    /*border-left: 1px solid white;*/
}

.nav5 button .fa-angle-up {
    display: none;
}

.nav5 .dropdown .fa-angle-down {
    display: inline-block;
}

.nav5 .dropdown.open .fa-angle-down {
    display: none;
}

.nav5 .dropdown.open .fa-angle-up {
    display: inline-block;
}



.nav5 ul {
    background: #959a9f;
}

.nav5 button:hover {
    background: #363c41;
    color: white;
}

.nav5 .dropdown li {
    font-size: 14px;
    font-family: Helvetica, Arial, sans-serif;
    color: white;
    border-bottom: 1px solid #abafb3;
}

.nav5 .dropdown li a:hover {
    color: #666e73;
    background: #959a9f;
}

.nav5 .dropdown li.l3 a {
    padding-left: 30px;
}

.nav5 .dropdown li:last-child {
    border-bottom: 0;
}



.nav5 .dropdown li a {
    color: white;
}


.nav5 .dropdown-menu {
    margin: 0;
    padding: 0;
}

.nav5 .btn .caret {
    /*margin-left: 10px;*/
}

.nav1 .overflow {
    height: 295px;
    overflow: auto;
    padding-right: 15px;
    /*width: 350px;*/
}

.nav1 ul {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 14px;
    overflow: auto;
}

.nav1 ul li {
    margin: 1px 0 ;
    overflow: hidden;
    display: block;
}

.nav1 ul li.l1 {
    float: left;
}


.nav1 ul li a {
    display: block;
    background: white;
    padding: 5px 5px;
    font-size: 17px;
    font-family: NexusSans, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.nav1 ul li.l1 > a {
    font-weight: bold;
}

.nav1 ul li.l2 > a {
    background: #555c62;
    color: white;
}

.nav1 ul li.l3 > a {
    background: #484f54;
    color: white;
}

.nav1 ul li a .fa-angle-down {
    /*float: right;*/
    padding-top: 1px;
    font-size: 16px;
    display: inline-block;
    border-left: 1px;
    /*display: none;*/
}

/*.nav1 ul li a .parent .fa-angle-down {*/
    /*display: inline;*/
/*}*/

.nav1 li.active > a {
    background: #bd141e !important;
    color: white !important;
}

.nav1,
.nav1 .ul2 {
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
}

.nav1 .ul2 {
    height: 0;
}


.nav1 .open > ul {
    height: 100%;
}


#nav-tabs {
    text-align: center;
    left: 0;
    position: absolute;
    text-align: center;
    /*top: -50px;*/
    width: 100%;
    z-index: 100000;
    height: 50px;
    padding-top: 12px;
    /*background: rgba(0,0,0,.1);*/
    border-bottom: 1px solid rgba(0,0,0,.1);
}

#v-regions #nav-tabs,
#v-themes #nav-tabs {
    top: -50px;
    background: rgba(0,0,0,.1);
}

#nav-tabs .nav-tabs {
    border-bottom: 0;
    /*height: 41px;*/
}

#nav-tabs .nav-tabs > li {
    margin-left: 5px;
    margin-right: 5px;
    height: 38px;
    overflow: hidden;
}

#nav-tabs .nav-tabs > li > a {
    /*border-color: #888;*/
    color: white;
}

#nav-tabs .nav-tabs > li.active > a {
    color: #bd141e;
}


.nav-tabs {
    display: inline-block;
    /*width: 500px;*/
    /*margin: 0 auto;*/
}

.nav-tabs li:first-child {
    /*margin-left: 460px;*/
}

.nav-tabs li a {
    background: #666e73;
    color: white;
    font-size: 17px;
    line-height: 17px;
    font-family: NexusSans, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.nav-tabs li a:hover {
    background: #363c41;
}

#i-overlay-article-resources {
    /*background: #ddd;*/
}
#i-overlay-article-resources .tab-content {
    background: white;
}


#i-overlay-article-resources .nav-tabs {
    height: 72px;
    display: block;
    overflow: hidden;
    border-bottom: 0px;
    padding: 5px 0 0 10px;
}


#i-overlay-article-resources .nav-tabs li a {
    /*border-width: 3px;*/
    /*border-color: ;*/
    background: #ddd;
    padding: 5px 5px 0px 5px;
}

#i-overlay-article-resources .nav-tabs li a {
    height: 67px; overflow: hidden;
    display: inline-block;
}


#i-overlay-article-resources .nav-tabs li.active a {
    /*border-width: 3px;*/
    /*border-color: white;*/
    background: white;
}

.nav-tabs li.active a {
    background: white;
    color: #bd141e;
}

.v-themes #i-regions-map-wrapper.big .nav2 {
    height: 60px;
    overflow: hidden;
}

.nav2 {
    position: absolute;
    top: 0px;
    width: 100%;
    font-family: NexusSans, Helvetica, Arial, sans-serif;
    /*padding: 15px;*/
    /*background: rgba(0,0,0,.4);*/
}

.v-themes #i-regions-map-wrapper.big .nav2 {
    height: 60px;
    overflow: hidden;
}

.nav2 ul {
    /*margin: 0;*/
    margin-bottom: 0;
    padding: 15px 0;
    list-style: none;
    overflow: auto;
}

.nav2 ul li {
    height: 168px;
    margin: 0 1.5px;
    /*border: 1px solid #b5b5b5;*/
    width: 158px;
    float: left;
    /*background: #666e73;*/
    overflow: hidden;
}

.nav2 ul li a {
    /*height: 180px;*/
    background: #666e73;
    display: block;
    color: white;
}

.nav2 ul li a:hover {
    background: #363c41;
}

.nav2 ul li a span {
    display: block;
    padding: 15px 10px 5px 10px;
    font-size: 17px;
    font-weight: bold;
}



.nav2 ul li img {
    width: 158px;
}

.nav2 ul li .img {
    width: 158px;
    height: 125px;
    overflow: hidden;
}


.nav2 ul li.active {

}

.nav2 ul li.active a {
    background: #bd141e;
    color: white;
}



.nav2 ul li span {

}


.tab-content {
    overflow: auto;
}


.tab-pane {
    /*padding-top: 70px;*/
    position: relative;
    overflow: auto;
}

.tab-pane .sitemap {
    position: absolute;
    top: 0px;
    right: 0px;
    font-weight: bold;
    z-index: 100;
}

 .tab-pane .sitemap .fa-minus {
    display: none;
}

.open-sitemap.tab-pane .sitemap .fa-minus {
    display: inline;
}

.open-sitemap.tab-pane .sitemap .fa-plus {
    display: none;
}

.tab-pane .sitemap-pane {
    width: 100%;
    left: 0px;
    right: 0px;
    position: absolute;
    height: 0px;
    z-index: 10000;
    /*overflow: hidden;*/
    top: 0px;
    padding-top: 30px;
    background: rgba(255,255,255,.9);
    /*color: white;*/
    display: none;
}

.tab-pane .sitemap-content {
    border: 1px solid #b5b5b5;
    padding: 15px;
    background: white;
    margin-top: 40px;
    margin: 40px 15px 15px 15px;
}

.tab-pane .sitemap-content {
    display: none;
}

.tab-pane.open-sitemap .sitemap-content {
    display: block;
}

.tab-pane.open-sitemap .tab-pane-body {
    display: none;
}





.artcol2 + h3.subheading {
    margin-top: 45px;
}

.artcol2 {
    /*margin-left: -20px;*/
    overflow: hidden;
    margin: 0;
    padding: 0;
    list-style: none;
    /*width: calc(100% + 20px);*/
    /*margin-bottom: 50px;*/
}

.artcol2 .item {
    width: 465px;
    position: relative;
    overflow: auto;
}

.artcol2 li {
    float: left;
    margin: 10px 8px 10px 7px;
}

.artcol2 .item .headline {
    margin-bottom: 5px;
}

.artcol2 .item h3 {
    font-size: 17px;
    line-height: 1.2em;
    width: 85%;
    margin-bottom: 5px;
    font-family: Arial, sans-serif;
}

.artcol2 .item.rta h3 {
    font-size: 18px;
    line-height: 1.2em;
    width: 74%;
}


.artcol2 .item h4 {
    font-size: 13px;
    margin-bottom: 15px;
    font-family: Arial, sans-serif;
}

.artcol2 .item .more {
    display: inline;
    font-size: 12px;
    text-align: left;
    white-space: nowrap;
    word-break: normal;

}


.artcol2 .item {
    padding: 20px 15px 0px 25px;
    height: 210px;
    overflow: hidden;
    border: 1px solid #b2b2b2;
}


.artcol2 .item.survey {
    background: #e5e5e5;
    border: 0;
    border: 1px solid transparent;
}

.artcol2 .item.survey {

}


.artcol2 .item .type {
    position: absolute;
    top: 0px;
    right: 0px;
    background: #676767;
    color: white;
    padding: 5px 15px;
    /*display: none;*/
    font-size: 11px;
    letter-spacing: 0.05em;
}

.artcol2 .item.survey .type {
    /*display: block;*/
}



.artcol2 .item.encylopedic {
    border: 1px solid #e5e5e5;
}

.artcol2 .item .img {
    float: left;
    width: 90px;
    margin-right: 15px;
    height: 90px;
    border: 1px solid #b5b5b5;
    overflow: hidden;
}

.artcol2 .item .img img {
    width: 90px;
}


.artcol2 .item p {
    margin-top: -5px;
    float: left;
    line-height: 1.4em;
    width: calc(100% - 110px);
}

.artcol2 .item.no-image p {
    width: 100%;
}


.gallery7 {
    margin: 0;
    padding: 0;
    list-style: none;
    /*width: calc(100% + 25px);*/
    /*margin-bottom: 50px;*/
    overflow: auto;
}

.gallery7 li {
    float: left;
    width: 105px;
    height: 105px;
    margin: 10px 17px;
    border: 1px solid #b2b2b2;
    overflow: hidden;
}

.gallery7 li img {
    width: 105px;
}

#i-facets-overlay {
    background: transparent;
    color: white;
    position: absolute;
    right: 0px;
    display: none;
    top: 32px;
    width: 100%;
    z-index: 1000;

}

.show-facets-overlay #i-facets-overlay {
    display: block
}

#i-facets-overlay ._filters .c-a-facet-label {
    background: #40464b;
    color: white;
}

#i-facets-overlay-content {
    background: #40464b;
    color: white;
}

#i-facets-overlay .c-main-filter {
    border: 0;
    margin-bottom: 0;
}

#i-facets-overlay .c-main-filter .c-a-facet-label {
    border: 0;
}

#i-facets-overlay-content .c-facets {

}

#i-facets-overlay-content .c-facet-block {
    width: 20%;
    float: left;
    /*border: 1px solid white;*/
    margin: 10px;
    height: 320px;
}

#i-facets-overlay-content .c-facet-block .overflow {
    max-height: 300px;
    height: 300px;
}

#i-facets-overlay-content .c-facet-block .overflow::-webkit-scrollbar,
#i-facets-overlay-content .c-facet-block .overflow::-moz-scrollbar {
    width: 10px;
}

#i-facets-overlay-content .c-facet-block .overflow::-webkit-scrollbar-thumb,
#i-facets-overlay-content .c-facet-block .overflow::-moz-scrollbar-thumb {
    width: 10px;
    /*border-radius: 10px;*/
    /*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);*/
    background: white;
}



#i-facets-overlay-content .c-facet-block a {
    color: white;
}


#i-facets-overlay-content .c-facet-block .title {
    color: white;
    border: 0;
    font-size: 14px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: bold;
}

#i-facets-overlay-content .c-facet-block .ul-facet a {
    font-size: 12px;
}

.ul-facet li.l2 {
    /*padding-left: 5px;*/
}

.ul-facet li.l2 {
    /*padding-left: 15px;*/
}

.img90 {
    width: 90px;
    height: 90px;
    overflow: hidden;
    padding: 0;
    margin: 0;
}

.img60 {
    width: 60px;
    height: 60px;
    overflow: hidden;
    padding: 0;
    margin: 0;
}

.img52 {
    width: 52px;
    height: 43px;
    overflow: hidden;
    padding: 0;
    margin: 0;
}

.img90 img,
.img60 img,
.img52 img,
.img90 a,
.img60 a,
.img52 a {
    display: block;
}

img.is-wider-90px {
    height: 90px !important;
    width: auto !important;
}

img.is-taller-90px {
    width: 90px !important;
    height: auto !important;
}

img.is-wider-60px {
    height: 60px !important;
    width: auto !important;
}

img.is-taller-60px {
    width: 60px !important;
    height: auto !important;
}

img.is-wider-52px {
    height: 43px !important;
    width: auto !important;
}

img.is-taller-52px {
    width: 52px !important;
    height: auto !important;
}

img.is-wider-105px {
    height: 105px !important;
    width: auto !important;
}

img.is-taller-105px {
    width: 105px !important;
    height: auto !important;
}

.map-popup {
    width: 200px;
    height: 200px;
    /*background: rgba(0,0,0,.4);*/
    color: white;
    overflow: auto;
}

.map-popup a {
    color: white;
}

.map-popup h3 {
    font-size: 14px;
    font-weight: bold;
    color: white;
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: 1px solid #bbb;
}

.map-popup h4 {
    font-size: 14px;
    color: white;
    margin-bottom: 5px;
}

.map-popup ul {
    font-size: 13px;
    margin: 0;
    padding: 0;
    list-style: square inside;
}

.map-popup ul li {
    margin: 2px 0;
    padding: 0;
}

.map-popup ul li a {
    padding: 2px 3px;
}




#i-regions-map .leaflet-popup-content-wrapper {
    background: rgba(0,0,0,.7);
}

#content-frame {
    position: relative; z-index: 1000;
    background: white;
    transition: margin-top 500ms;
    -webkit-transition: margin-top 500ms;
    -moz-transition: margin-top 500ms;
    /*border-top: 1px solid #888;*/
}

#content-frame.normal {

}


.v-themes #content-frame {
    /*margin-top: -180px;*/
}

#content-frame-body {
    padding: 0px 0 25px 0;
    position: relative;
    background: white;
}

.v-query-filter-list.hb ul,
.v-query-filter-list.ee ul {
    background: none;
}

.v-query-filter-list.hb ul li ,
.v-query-filter-list.ee ul li {
    padding: 4px 12px;
}


.v-query-filter-list > h2 {
    color: #363c41;
    font-size: 16px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    border-bottom: 2px solid #dadcdd;
    padding: 0 0 5px 12px;
    /*margin-bottom: 10px;*/
}

.v-query-filter-list ul {
    margin: 0;
    padding: 0px 0;
    list-style: none;
}

.v-query-filter-list ul li {
    border-bottom: 1px solid white;
    padding: 6px 12px;
}


.c-solr-results {
    margin-top: 70px;
}

.c-solr-results .num-found {
    margin-left: 10px;
    margin-bottom: 10px;
    height: 35px;
    /*padding-right: 180px;*/
    text-align: right;
    position: relative;
}

.c-solr-results .num-found > h3 {
    float: left;
    font-size: 22px;
    font-weight: normal;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.index-num-found h3 {
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 20px;
}

.c-solr-results .num-found .include-planned {
    display: inline-block;
}

.c-solr-results .num-found .options {
    /*padding-left: 10px;*/
    margin-left: 10px;
    border-left: 1px solid #0a78cd;
    float: right;
    /*margin-top: 15px;*/
    /*padding-left: 20px;*/
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    width: 180px;
}

.c-solr-results .num-found .options {
    text-align: left;
}


.c-solr-results .c-facets .c-a-facet-label {
    /*padding: 5px 10px 8px;*/
    display: block;
}

.c-solr-results .c-facets .toggle {
    float: right;
    display: block;
}

.toggle-hidden {
    display: block;
}

.toggle-visible {
    display: none;
}

.toggle-on .toggle-visible {
    display: block;
}

.toggle-on .toggle-hidden {
    display: none;
}

.num-found .c-a-facet-label {
    padding: 7px 7px 7px 15px;
}


.show-facets-overlay .options .c-a-facet-label.toggle-hidden {
    display: none;
}

.show-facets-overlay .options .c-a-facet-label.toggle-visible {
    display: block !important;
    background: #40464b;
    color: white;
}

#v-regions #content-frame-body,
#v-themes #content-frame-body,
.v-contributor-detail #content-frame-body,
.v-bibliography-detail #content-frame-body {
    padding-top: 45px;
}

.v-index #content-frame-body {
    padding-top: 85px;
}


/*.v-themes #content-frame-body {*/
    /*padding: 45px 15px 45px 15px;*/
/*}*/


.v-home {
    /*padding-top: 45px;*/
}

#i-facets-overlay-content {
    padding: 15px;
}

.switch {
    display: none;
    color: white;
    font-size: 15px;
    width: 180px;
    margin-left: 5px;
    overflow: auto;
}

.switch .fa {
    margin-left: 5px;
    font-weight: bold;
    float: right;
    margin-top: 5px;
}


.switch.active {
    display: block;
    color: white;
}

.char-classes {
    margin-bottom: 20px;
    text-align: center;
}

.char-classes a {
    font-size: 14px;
    margin-right: 10px;
    /*text-transform: uppercase;*/
}

.char-classes a.disabled {
    color: #bbb;
}

.char-classes a.active {
    color: #bd141e;
}

#i-overlay-grid {
    position: fixed;
    top: 0px;
    height: 100%;
    background: rgba(0,0,0,.4);
}

#i-overlay-grid .frame {
    padding: 5px;
    background: white;
    border: 2px solid #888;
    height: 645px;
    margin-top: 20px;
    overflow: auto;
}

#i-overlay-grid .frame.collapsed {
    margin-top: 190px;
    height: 150px;
    width: 500px !important;
}


#i-overlay-grid .frame .v-list-of-articles h2 {
    font-size: 20px;
    padding-bottom: 0;
    border: 0;
}

#i-overlay-grid .frame .nav-tabs li {
    margin-right: 5px;
}

#i-overlay-grid .frame .nav-tabs li.active a {
    color: #363c41;
}




#i-overlay-grid .frame .nav-tabs {
    display: block;
    background: #dadcdd;
    padding-top: 5px;
}


#i-overlay-grid iframe {
    height: 590px;
    width: 100%;
    border: 0;
    margin: 0;
    padding: 0;
}

#i-overlay-grid .nav-tabs li:first-child {
    margin-left: 20px;
}

#i-overlay-grid .nav-tabs li a {
    background: #ccc;
    color: #363c41;
    font-size: 17px;
    line-height: 17px;
    font-family: NexusSans, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#i-overlay-grid li.active a {
    background: white;
    color: #bd141e;
    font-weight: bold;
}

.col-nav-right {
    position: absolute;
    /*margin-top: 50px;*/
    top: 0px;
    right: 0px;
    width: 45px !important;
    height: 100%;
    /*background: #ebebeb;*/
    padding-left: 0px !important;
    padding-right: 0px !important;
    transition: width 500ms;
    -webkit-transition: width 500ms;
    -moz-transition: width 500ms;
}

.nav-right-open .col-nav-right {
    width: 25% !important;
    transition: width 500ms;
    -webkit-transition: width 500ms;
    -moz-transition: width 500ms;
}

.nav-right-toggle .fa-angle-double-right {
    display: none;
}

.nav-right-toggle .fa-angle-double-left {
    display: inline;
}

.nav-right-open .nav-right-toggle .fa-angle-double-right {
    display: inline;
}

.nav-right-open .nav-right-toggle .fa-angle-double-left {
    display: none;
}

#nav-right-top {
    height: 100%;
    background: #ebebeb;
}

#nav-right-top .nav-right-toggle {
    position: absolute;
    right: 0px;
    font-size: 30px;
    display: inline-block;
    width: 45px;
    height: 45px;
    background: #c7c7c7;
    text-align: center;
    color: white;
}

#nav-right-top .nav-right-toggle .fa {
    margin: 0;
}

.col-md-3 {
    /*overflow: hidden;*/
}


.nav-right-block {
    /*padding-bottom: 30px;*/
    background: #ededed;
    margin-bottom: 1px;
    width: 100%;
    margin-left: calc(100% - 45px);
    transition: margin-left 500ms;
    -webkit-transition: margin-left 500ms;
    -moz-transition: margin-left 500ms;
}

.nav-right-open .nav-right-block {
    margin-left: 0;
    transition: margin-left 500ms;
    -webkit-transition: margin-left 500ms;
    -moz-transition: margin-left 500ms;
}

.nav-right-block .link-o {
    padding-bottom: 5px;
}


.nav-right-block h3 {
    height: 55px;
    font-size: 14px;
    color: #bd141e;
    line-height: 25px;
    overflow: hidden;
    padding: 15px;
    /*margin-bottom: 10px;*/
    /*border-bottom: 1px solid #dadcdd;*/
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin-top: 0px;
    font-weight: bold;
}

.nav-right-block:first-of-type h3 {
    padding-top: 0;
}

.nav-right-block h3 b {
    display: none;
    font-weight: bold;
}

.nav-right-open .nav-right-block h3 b {
    display: inline;
}

.nav-right-block h3 .fa {
    margin-right: 10px;
    font-size: 20px;
    float: left;
    margin-top: 2px;
}


.nav-right-block h3 a {
    color: #bd141e;
}

.nav-right-block .carousel-inner {
    max-width: calc(100% - 1px);
    text-align: center;
}

.nav-right-block .carousel-inner .item img.carousel-image {
    height: 140px;
    width: auto;
    display: inline;
}


#leaflet-small {
    height: 285px !important;
}

.nav-right-block .carousel-inner {
    padding-bottom: 25px;
}

.nav-right-block .carousel-inner .carousel-caption {
    top: calc(100% + 10px);
    color: #363c41;
    font-size: 12px;
    line-height: 1.2em;
    text-align: left;
    padding-top: 0px;
    bottom: 0;
    margin-top: 0;
    margin-bottom: 0;
    left: 10%;
    right: 10%;
    display: inline;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    height: 15px;
    padding: 0;
    font-weight: bold;
}

.nav-right-block .carousel {
    padding-bottom: 50px;
}


.nav-right-block .carousel-control {
    top: auto;
    bottom: 15px;
    color: #bd141e;
    width: 50%;
}

.col-no-padding-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.article-text .table {
    border-collapse: collapse;
    border: 1px solid #ddd !important;
}

.article-text .table td {
    border: 1px solid #ddd !important;
}

.article-text .table td,
.article-text .table td center,
.article-text .table th center {
    text-align: left !important;
}

.article-text .table .th.center td {
    text-align: center !important;
    padding-top: 10px;
    padding-bottom: 10px;
}

.article-text .table tr:first-child td {
    font-weight: bold;
    text-align: left;
}

.read-more-ellipse {
    background: url(/assets/img/ellipse-circle.png) no-repeat 0 0;
    width: 17px;
    height: 17px;
    display: inline-block;
    position: absolute;
    margin: 2px 0 0 10px;
}

.europeana-query {
    /*margin-bottom: 5px;*/
    /*background: #bbb;*/
    padding: 5px;
}

.europeana-query .link {
    font-size: 15px;
}

.europeana-query .number {
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 10px;
}

.europeana-query .results {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #bbb;
}

.europeana-query .results .item {
    margin-bottom: 10px;
    overflow: auto;
}

.europeana-query .results .item .img {
    float: left;
    height: 150px;
    width: 200px;
    overflow: hidden;
    border: 1px solid #444;
    margin-right: 10px;
}


.europeana-query .results .item h3 {
    font-size: 15px;
    font-weight: normal;
    margin-bottom: 5px;
}

.europeana-logo,
.worldcat-logo {
    border-bottom: 1.5px solid #bbb;
    padding-bottom: 5px;
    margin-bottom: 15px;
}

a.worldcat-link.gallica {
    width: 135px;
}

a.worldcat-link.worldcat {
    width: 70px;
}

a.worldcat-link.lc,
a.worldcat-link.dnb,
a.worldcat-link.viaf {
    font-size: 15px;
    color: #363c41;
    font-weight: bold;
    margin-right: 20px;
    line-height: 18px;
    text-transform: uppercase;
    width: 90px;
    margin-top: 5px;
}

a.worldcat-link.viaf {
    width: 40px;
}



.worldcat-logo {
    padding-top: 27px;
}


.worldcat .link {
    font-size: 15px;
}

.worldcat .number {
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 10px;
}

.worldcat .results {
    padding-top: 10px;
}

.worldcat .results .item {
    margin-bottom: 10px;
}

.worldcat .results .item h3 {
    font-weight: bold;
}


.worldcat .results .more {
    font-size: 13px;
    text-align: right;
}

/*.vco-slider .slider-container-mask {*/
    /*height: 0px !important;*/
/*}*/

.home-widget {
    float: left;
    margin: 0 1px;
    height: 509px !important;
}

.home-widgets-container .mCSB_scrollTools {
    z-index: 9999;
}

.home-widget .home-widget-label {
    height: 35px;
    line-height: 35px;
    display: block;
    padding: 0 10px;
    font-size: 15px;
    background: #e8e8e8;
    color: #0d0d0d;
}

.home-widget .vco-timeline .vco-navigation .timenav-background {
    background: #464646 !important;
}

.home-widget #timeline-embed {
    background: #464646 !important;
    height: 190px !important;
    width: 540px !important;
    position: absolute;
    bottom: 0px;
}

.padding15 {
    padding: 25px 0;
}

a.show-remaining-results {
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    padding-left: 12px;
    margin-top: 10px;
    display: block;
}

a.back-to-list {
    background: #c8e8f6;
    padding: 6px 10px;
    /*margin-left: 20px;*/
    display: inline-block;
}

.v-timeline #timeline-embed {
    width: 100%;
    height: 600px;
    background: #b2b2b2;
}

#timeline-embed .timeline-a a {
    font-size: 13px;
    display: block;
    margin: 3px 0;
    color: #0a78cd;
}

#timeline-embed .timeline-a a.new {
    color: #363c41;
}

.timeline-ref-article {
    display: block;
    padding-left: 10px;
}

.c-table-timeline .i-td-title b {
    display: block;
    margin-bottom: 3px;
}

.c-table-timeline .i-td-title > div {
    padding: 3px 5px 3px 10px;
}

.i-td-title .c-hash-highlighted {
    background: #c8e8f6 !important;
}

.search .search-random {
    font-size: 18px;
    color: white;
    position: absolute;
    right: -40px;
    top: 4px;
}

#main-partners,
#partners-a-z {
    list-style: none;
    padding: 0;
    margin: 0;
    overflow: auto;
}

#partners-a-z {
    margin-top: 50px;
}

#main-partners li,
#partners-a-z li {
    float: left;
    margin: 20px 14px;
    height: 125px;
    vertical-align: middle;
}

.article-author-line {
    text-align: right;
    overflow: auto;

}


.article-author-line .function {
    color: #bd141e;
    font-size: 14px;
    margin-right: 10px;
    font-weight: bold;
    /*float: right;*/
    margin-top: 2px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}


.article-newer-version-line {
    /*margin-left: 20px;*/
    word-break: keep-all;
    color: #bd141e;
}

.article-newer-version-line .newer {
    color: #bd141e;
}

.article-version-view-changes-line {
    /*margin-left: 20px;*/
}

.article-version-line a {
    color: #bd141e !important;
}

.article-version-view-changes-line .fa {
    margin-left: 15px;
}

.article-version-line {
    white-space: nowrap;
    font-size: 14px;
    margin-bottom: 40px;
    /*font-weight: bold;*/
}

.article-version-line .separator {
    margin: 0 10px;
}

.article-version-line h3 {
    display: inline-block;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}


.article-version-line .previous-version {
    margin-left: 10px;
}

.article-version-line .not-most-recent {
    display: block;
    margin-bottom: 20px;
}

.article-version-line .previous-version.most-recent {
    /*font-weight: bold;*/
}

.article-previous-versions-line {

}

.article-previous-versions-line h3 {
    margin: 0;
    padding: 0;
    display: inline-block;
    font-weight: normal;
}

.article-author-line .author-byline {
    float: left;
    text-align: left;
    width: 40%;

}

.article-author-line .function .fa {
    font-size: 19px;
}


#timeline-embed .timeline-a a.picture-credit {
    color: black;
    font-size: 11px;
    text-transform: uppercase;
}

a.external {
    word-wrap: break-word;
}

a.mw-headline-back {
    float: right;
}

#most-recent-articles {
    margin-top: 80px;
    margin-bottom: 100px;
    overflow: auto;
}

#most-recent-articles h2 {
    border-bottom: 1px solid  #959a9f;
    padding: 0 25px 10px 25px;
    margin-bottom: 20px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-size: 15px;
}

#most-recent-articles li {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    padding: 10px 25px;
    list-style: none;
    float: left;
    width: 468px;
    overflow: hidden;
    height: 65px;
    border-bottom: 1px solid #959a9f;
}

#most-recent-articles li.n0 {
    margin: 0 0 0 20px;
}

#most-recent-articles li.n1 {
    margin: 0 20px 0 0;
}

#most-recent-articles li .title {
    font-size: 14px;
    line-height: 1.6em;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: 360px;
}

#most-recent-articles li .authors {
    font-size: 12px;
}

#most-recent-articles ul {
    padding: 0; margin: 0;
}

#most-recent-articles li .img {
    float: right;
}

.i-article-detail ul,
.i-article-detail ol {
    font-size: 16px;
}

.i-article-detail ul li,
.i-article-detail ol li {
    margin-bottom: 0.5em;
}

span.correction {
    display: none;
}

.author-correction {
    padding: 10px;
    margin: 20px 0;
    background: #eee;
    font-weight: bold;
}

.author-correction h4 {
    margin: 0 0 10px 0;
    /*line-height: 2em;*/
    font-size: 18px;
    font-weight: bold;
}

.author-correction .timestamp {
    /*font-weight: bold;*/
}

.author-correction .doi {
    /*font-weight: bold;*/
    font-size: 12px;
    margin: 5px 0;
    display: block;
    font-weight: normal;
}

.carousel-home-articles {
    width: 330px;
    margin-left: 90px;
    height: 100px;
}

.carousel-home-articles .item h2,
.carousel-home-articles .item h2 a{
    font-size: 14px;
    font-family: "Arial", "sans-serif";
    color: #00589c !important;
    font-weight: bold;
    line-height: 24px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.carousel-home-articles .title {
    font-size: 14px;
    font-weight: bold;
    color: #43494e;
}

.carousel-home-articles .item h3,
.carousel-home-articles .item h3 a {
    font-size: 12px;
    color: #43494e;
    font-family: "Arial", "sans-serif";
    line-height: 22px;
}

.carousel-home-articles ol {
    list-style: none;
    margin: 0; padding: 0;
    position: relative;
    text-align: left;
    left: 0px;
    width: auto;
    bottom: auto;
}

.carousel-home-articles ol li {
    border: 0;
    cursor: pointer;
    float: left;
    font-size: 14px;
    color: #43494e;
    font-family: "Arial", "sans-serif";
    margin: 0 5px;
    text-indent: 0px;
    position: relative;
    top: auto;
    left: auto;
    bottom: auto;
    line-height: 22px;
    display: block;
    height: 22px;
    width: 10px;
}

.carousel-home-articles .arrow,
.carousel-home-articles .arrow a {
    font-size: 10px;
    color: #00589c !important;
    line-height: 23px;
    width: 15px;
    height: 23px;
    cursor: pointer;
}


.carousel-home-articles ol li.active {
    font-weight: bold;
    margin: 0px 5px;
    width: 10px;
    height: 22px;
    background-color: white;
    line-height: 22px;
}

#nav-tabs .nav-tabs > li.deferred-set-tab {
    display: none;
}

#deferred-sets-loading {
    text-align: center;
    margin: 20px 0;
    color: #bd141e;
    font-weight: bold;
    font-size: 18px;
}

#deferred-sets-loading img {
    line-height: 20px;
}

.i-article-detail table td p {
    font-size: inherit;
}

del {
    /*background: lightcoral;*/
    /*text-decoration: none;*/
}

ins {
    background: lightgreen;
    text-decoration: none;
}

.preview-notice {
    color:#bd141e;
    font-size: 16px;
    margin: 0 0 20px 0;
}

#i-body-overlay {
    /*POSITION: fixed;*/
    /*z-index: 10000000;*/
    /*width: 100%;*/
    /*height: 100%;*/
    /*background: rgba(0,0,0,.5);*/
    /*top: 0px;*/
    /*left: 0px;*/
}

.article-text .table.table-form td,
.article-text .table.table-form tr {
    vertical-align: middle !important;
    border: none !important;
    font-weight: bold;
    height: 60px;
    padding-bottom: 15px;
}

.article-text .table.table-form td .mandatory {
    font-size: 10px;

}

input.parsley-error {
    /*background: rgba(190, 20, 30, .5);*/
}

label.parsley-error {
    /*background: rgba(190, 20, 30, .5);*/
}

ul.parsley-errors-list {
    margin: 0;
    padding: 0;
    list-style-position: inside;
    position: absolute;
    font-size: 10px;
    margin-top: 2px;
    color: #bd141e;
    font-weight: bold;
}

.checkbox ul.parsley-errors-list {
    position: static;
}

.cancel-btn {
    background-color: transparent;
    border-color: transparent;
    color: #363c41;
}

.submit-btn {
    background: #0a78cd;
    border: none;
    text-align: left;
}

.call-for-papers [type='radio'] + label {
    margin-left: 10px;
}

form .form-errors {
    list-style-type: square;
    color: #bd141e;
}

#carousel-updated-articles {
    margin-top: 30px;
}