.book-navigation .menu {
    border-top: 1px solid #888;
    padding: 1em 0 0 3em;
}

.book-navigation .page-links {
    border-top: 1px solid #888;
    border-bottom: 1px solid #888;
    text-align: center;
    padding: 0.5em;
}

.book-navigation .page-previous {
    text-align: left;
    width: 42%;
    display: block;
    float: left;
}

.book-navigation .page-up {
    margin: 0 5%;
    width: 4%;
    display: block;
    float: left;
}

.book-navigation .page-next {
    text-align: right;
    width: 42%;
    display: block;
    float: right;
}

#book-outline {
    min-width: 56em;
}

.book-outline-form .form-item {
    margin-top: 0;
    margin-bottom: 0;
}

#edit-book-bid-wrapper .description {
    clear: both;
}

#book-admin-edit select {
    margin-right: 24px;
}

#book-admin-edit select.progress-disabled {
    margin-right: 0;
}

#book-admin-edit tr.ahah-new-content {
    background-color: #ffd;
}

#book-admin-edit .form-item {
    float: left;
}

.node-unpublished {
    background-color: #fff4f4;
}

.preview .node {
    background-color: #ffffea;
}

#node-admin-filter ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    width: 100%;
}

#node-admin-buttons {
    float: left;
    margin-left: 0.5em;
    clear: right;
}

td.revision-current {
    background: #ffc;
}

.node-form {
    font-size: 14px;
}

.node-form .form-group {
    margin: 10px 0;
}

.node-form textarea,
.node-form select,
.node-form input {
    font: 14px Arial, Verdana, sans-serif;
}

.node-form .form-text {
    display: block;
    width: 95%;
}

.node-form .container-inline .form-text {
    display: inline;
    width: auto;
}

.node-form .standard {
    clear: both;
}

.node-form textarea {
    display: block;
    width: 100%;
}

.node-form .attachments fieldset {
    float: none;
    display: block;
}

.noTopMargin {
    margin-top: -18px;
}

.terms-inline {
    display: inline;
}

fieldset {
    margin-bottom: 1em;
    padding: .5em;
}

form {
    margin: 0;
    padding: 0;
}

hr {
    height: 1px;
    border: 1px solid gray;
}

img {
    border: 0;
}

table {
    border-collapse: collapse;
}

th {
    text-align: left;
    padding-right: 1em;
    border-bottom: 3px solid #ccc;
}

.clear-block:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clear-block {
    display: inline-block;
}

/*_\*/
* html .clear-block {
    height: 1%;
}

.clear-block {
    display: block;
}

/* End hide from IE-mac */

body.drag {
    cursor: move;
}

th.active img {
    display: inline;
}

tr.even, tr.odd {
    background-color: #eee;
    border-bottom: 1px solid #ccc;
    padding: 0.1em 0.6em;
}

tr.drag {
    background-color: #fffff0;
}

tr.drag-previous {
    background-color: #ffd;
}

td.active {
    background-color: #ddd;
}

td.checkbox, th.checkbox {
    text-align: center;
}

tbody {
    border-top: 1px solid #ccc;
}

tbody th {
    border-bottom: 1px solid #ccc;
}

thead th {
    text-align: left;
    padding-right: 1em;
    border-bottom: 3px solid #ccc;
}

.breadcrumb {
    padding-bottom: 1.4em
}

div.indentation {
    width: 20px;
    height: 1.7em;
    margin: -0.4em 0.2em -0.4em -0.4em;
    padding: 0.42em 0 0.42em 0.6em;
    float: left;
}

.error {
    color: #e55;
}

div.error {
    border: 1px solid #d77;
}

div.error, tr.error {
    background: #fcc;
    color: #200;
    padding: 2px;
}

.warning {
    color: #e09010;
}

div.warning {
    border: 1px solid #f0c020;
}

div.warning, tr.warning {
    background: #ffd;
    color: #220;
    padding: 2px;
}

.ok {
    color: #008000;
}

div.ok {
    border: 1px solid #00aa00;
}

div.ok, tr.ok {
    background: #dfd;
    color: #020;
    padding: 2px;
}

.item-list.bigTopMargin {
    margin-top: 20px;
}

.item-list .icon {
    color: #555;
    float: right;
    padding-left: 0.25em;
    clear: right;
}

.item-list .title {
    font-weight: bold;
}

.item-list ul {
    margin: 0 0 0.75em 0;
    padding: 0;
}

.item-list ul li {
    margin: 0 0 0.25em 1.5em;
    padding: 0;
    list-style: disc;
}

ol.task-list li.active {
    font-weight: bold;
}

.form-item {
    margin-top: 1em;
    margin-bottom: 1em;
}

tr.odd .form-item, tr.even .form-item {
    margin-top: 0;
    margin-bottom: 0;
    white-space: nowrap;
}

tr.merge-down, tr.merge-down td, tr.merge-down th {
    border-bottom-width: 0 !important;
}

tr.merge-up, tr.merge-up td, tr.merge-up th {
    border-top-width: 0 !important;
}

.form-item input.error, .form-item textarea.error, .form-item select.error {
    border: 2px solid red;
}

.form-item .description {
    font-size: 0.85em;
}

.form-item label {
    display: block;
    font-weight: bold;
}

.form-item label.option {
    display: inline;
    font-weight: normal;
}

.form-checkboxes, .form-radios {
    margin: 1em 0;
}

.form-checkboxes .form-item, .form-radios .form-item {
    margin-top: 0.4em;
    margin-bottom: 0.4em;
}

.marker, .form-required {
    color: #f00;
}

.more-link {
    text-align: right;
}

.more-help-link {
    font-size: 0.85em;
    text-align: right;
}

.nowrap {
    white-space: nowrap;
}

.item-list .pager {
    clear: both;
    font-size: 12px;
    margin-bottom: 20px;
    text-align: center;
}
.item-list.top .pager {
    margin-bottom: 0;
    margin-top: 8px;
}

.item-list.bottom .pager {
    margin-top: 20px;
}

.item-list .pager li {
    background-image: none;
    display: inline;
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.pager li a,
.pager li.disabled {
    border: 1px solid #ddd;
    min-width: 14px;
    display: inline-block;
    padding: 3px 6px 2px 6px;
    text-decoration: none;
}

.pager-current a {
    background: #bbb !important;
}

.pager a:hover {
    background: #ddd !important;
}

.pager .pager-current a:hover {
    background: #bbb !important;
    cursor: default;
    text-decoration: none;
}

.pager-current a {
    text-decoration: none;
}

.item-list .pager li.disabled {
    cursor: not-allowed;
}

.pager .next a,
.pager .prev a {
    text-decoration: none;
}

.tips {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 0.9em;
}

dl.multiselect dd.b, dl.multiselect dd.b .form-item, dl.multiselect dd.b select {
    font-family: inherit;
    font-size: inherit;
    width: 14em;
}

dl.multiselect dd.a, dl.multiselect dd.a .form-item {
    width: 10em;
}

dl.multiselect dt, dl.multiselect dd {
    float: left;
    line-height: 1.75em;
    padding: 0;
    margin: 0 1em 0 0;
}

dl.multiselect .form-item {
    height: 1.75em;
    margin: 0;
}

.container-inline div, .container-inline label {
    display: inline;
}

ul.primary {
    border-collapse: collapse;
    padding: 0 0 0 1em;
    white-space: nowrap;
    list-style: none;
    margin: 5px;
    height: auto;
    line-height: normal;
    border-bottom: 1px solid #bbb;
}

ul.primary li {
    display: inline;
}

ul.primary li a {
    background-color: #ddd;
    border: 1px solid #bbb;
    border-bottom-style: none;
    height: auto;
    margin-right: 0.5em;
    padding: 0 1em;
    text-decoration: none;
}

ul.primary li.active a {
    background-color: #fff;
    border: 1px solid #bbb;
    border-bottom: #fff 1px solid;
}

ul.primary li a:hover {
    background-color: #eee;
    border-color: #ccc;
    border-bottom-color: #eee;
}

ul.secondary {
    border-bottom: 1px solid #bbb;
    padding: 0.5em 1em;
    margin: 5px;
}

ul.secondary li {
    display: inline;
    padding: 0 1em;
    border-right: 1px solid #ccc;
}

ul.secondary a {
    padding: 0;
    text-decoration: none;
}

ul.secondary a.active {
    border-bottom: 4px solid #999;
}

#autocomplete {
    position: absolute;
    border: 1px solid;
    overflow: hidden;
    z-index: 100;
}

#autocomplete ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#autocomplete li {
    background: #fff;
    color: #000;
    white-space: pre;
    cursor: default;
}

#autocomplete li.selected {
    background: #0072b9;
    color: #fff;
}

html.js input.throbbing {
    background-position: 100% -18px;
}

html.js fieldset.collapsed {
    border-bottom-width: 0;
    border-left-width: 0;
    border-right-width: 0;
    margin-bottom: 0;
    height: 1em;
}

html.js fieldset.collapsed * {
    display: none;
}

html.js fieldset.collapsed legend {
    display: block;
}

* html.js fieldset.collapsed legend, * html.js fieldset.collapsed legend *, * html.js fieldset.collapsed table * {
    display: inline;
}

html.js fieldset.collapsible {
    position: relative;
}

html.js fieldset.collapsible legend a {
    display: block;
}

html.js fieldset.collapsible .fieldset-wrapper {
    overflow: auto;
}

.resizable-textarea {
    width: 95%;
}

html.js .resizable-textarea textarea {
    margin-bottom: 0;
    width: 100%;
    display: block;
}

.draggable a.tabledrag-handle {
    cursor: move;
    float: left;
    height: 1.7em;
    margin: -0.4em 0 -0.4em -0.5em;
    padding: 0.42em 1.5em 0.42em 0.5em;
    text-decoration: none;
}

a.tabledrag-handle:hover {
    text-decoration: none;
}

a.tabledrag-handle-hover .handle {
    background-position: 0 -20px;
}

.joined + .grippie {
    height: 5px;
    background-position: center 1px;
    margin-bottom: -2px;
}

.teaser-checkbox {
    padding-top: 1px;
}

div.teaser-button-wrapper {
    float: right;
    padding-right: 5%;
    margin: 0;
}

.teaser-checkbox div.form-item {
    float: right;
    margin: 0 5% 0 0;
    padding: 0;
}

textarea.teaser {
    display: none;
}

html.js .no-js {
    display: none;
}

.progress {
    font-weight: bold;
}

.progress .filled {
    background: #0072b9;
    height: 1em;
    border-bottom: 0.5em solid #004a73;
    width: 0;
}

.progress .percentage {
    float: right;
}

.progress-disabled {
    float: left;
}

.ahah-progress {
    float: left;
}

tr .ahah-progress .throbber {
    margin: 0 2px;
}

.ahah-progress-bar {
    width: 16em;
}

#first-time strong {
    display: block;
    padding: 1.5em 0 .5em;
}

tr.selected td {
    background: #ffc;
}

table.sticky-header {
    margin-top: 0;
    background: #fff;
}

#clean-url.install {
    display: none;
}

html.js .js-hide {
    display: none;
}

#system-modules div.incompatible {
    font-weight: bold;
}

#system-themes-form div.incompatible {
    font-weight: bold;
}

span.password-strength {
    visibility: hidden;
}

input.password-field {
    margin-right: 10px;
}

div.password-description {
    padding: 0 2px;
    margin: 4px 0 0 0;
    font-size: 0.85em;
    max-width: 500px;
}

div.password-description ul {
    margin-bottom: 0;
}

.password-parent {
    margin: 0 0 0 0;
}

input.password-confirm {
    margin-right: 10px;
}

.confirm-parent {
    margin: 5px 0 0 0;
}

span.password-confirm {
    visibility: hidden;
}

span.password-confirm span {
    font-weight: normal;
}

ul.menu {
    list-style: none;
    border: none;
    text-align: left;
}

ul.menu li {
    margin: 0 0 0 0.5em;
}

li a.active {
    color: #000;
}

td.menu-disabled {
    background: #ccc;
}

ul.links {
    margin: 0;
    padding: 0;
}

ul.links.inline {
    display: inline;
}

ul.links li {
    display: inline;
    list-style-type: none;
    padding: 0 0.5em;
}

.block ul {
    margin: 0;
    padding: 0 0 0.25em 1em;
}

.wrapper.tagadelic {
    text-align: justify;
    margin-right: 1em;
}

.tagadelic.level1 {
    font-size: 1em;
}

.tagadelic.level2 {
    font-size: 1.2em;
}

.tagadelic.level3 {
    font-size: 1.4em;
}

.tagadelic.level4 {
    font-size: 1.6em;
}

.tagadelic.level5 {
    font-size: 1.8em;
}

.tagadelic.level6 {
    font-size: 2em;
}

.tagadelic.level7 {
    font-size: 2.2em;
}

.tagadelic.level8 {
    font-size: 2.4em;
}

.tagadelic.level9 {
    font-size: 2.6em;
}

.tagadelic.level10 {
    font-size: 2.8em;
}

#permissions td.module {
    font-weight: bold;
}

#permissions td.permission {
    padding-left: 1.5em;
}

#access-rules .access-type, #access-rules .rule-type {
    margin-right: 1em;
    float: left;
}

#access-rules .access-type .form-item, #access-rules .rule-type .form-item {
    margin-top: 0;
}

#access-rules .mask {
    clear: both;
}

#user-login-form {
    text-align: center;
}

#user-admin-filter ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    width: 100%;
}

#user-admin-buttons {
    float: left;
    margin-left: 0.5em;
    clear: right;
}

#user-admin-settings fieldset .description {
    font-size: 0.85em;
    padding-bottom: .5em;
}

.profile {
    clear: both;
    margin: 1em 0;
}

.profile .picture {
    float: right;
    margin: 0 1em 1em 0;
}

.profile h3 {
    border-bottom: 1px solid #ccc;
}

.profile dl {
    margin: 0 0 1.5em 0;
}

.profile dt {
    margin: 0 0 0.2em 0;
    font-weight: bold;
}

.profile dd {
    margin: 0 0 1em 0;
}

div.acidfree, div.acidfree-list-row {
    position: relative;
}

div.acidfree-cell {
    float: left;
    overflow: hidden;
    margin-right: 5px;
    height: 246px;
}

div.acidfree-cell p {
    margin: 0;
    line-height: normal;
    font-size: 12px;
}

.acidfree-cell {
    width: 261px;
}

div.acidfree-item a {
    display: block;
}

div.acidfree-cell a:hover {
    text-decoration: none;
}

div.acidfree-cell img {
    padding: 5px;
    background-color: white;
    border: 1px solid #ccc;
    vertical-align: bottom;
}

div.acidfree-cell > div.acidfree-item {
    border: 2px solid transparent;
}

div.acidfree-cell > div.acidfree-item:hover {
    border-color: #ADD8E6;
}

div.acidfree-item {
    text-align: center;
    padding: 5px 0;
    margin: 0;
}

.node.single div.acidfree-item {
    padding-top: 15px;
}

div.acidfree-cell div.acidfree-folder {
    background-color: #eee;
    border-color: #ccc;
}

div.acidfree-folder p {
    font-weight: bold;
}

div.acidfree-thumbnail {
    position: relative;
    margin: 0 auto 0 auto;
}

div.acidfree-preview {
    position: relative;
    margin: 0 auto 0 auto;
}

div.acidfree-empty {
    position: absolute;
    left: 0;
    top: 0;
    background-color: white;
    border: 1px solid #ccc;
    height: 98%;
    width: 98%;
}

div.acidfree-overlay {
    position: absolute;
    left: 10%;
    bottom: 10%;
    background-position: bottom left;
    background-repeat: no-repeat;
}

div.acidfree-overlay a {
    height: 100%;
    width: 100%;
}

.acidfree-quick-links .item-list .first {
    font-weight: bold;
}

.acidfree-quick-links .item-list li {
    display: inline;
}

.acidfree-list-row {
    clear: both;
    padding-bottom: 0.5em;
    padding-top: 0.5em;
    border-top: 1px solid #ccc;
}

.acidfree-list-odd {
    background-color: #eee;
}

.acidfree-list-number {
    float: left;
    font-size: 24px;
    width: 50px;
    text-align: right;
    margin-right: 5px;
}

.acidfree-list-body {
    margin-left: 55px;
}

#acidfree-contents-mode #edit-submit {
    margin-left: 1em;
}

.block-bottom {
    clear: both;
}

#acidfree-contents-mode #edit-submit {
    margin-left: 1em;
}

body {
    margin: 0;
    padding: 0;
    background: #f5f6f7;
    font: 12px/170% Arial, Verdana, sans-serif;
    color: black;
}

input {
    font: 15px/100% Arial, Verdana, sans-serif;
    color: black;
}

textarea {
    font: 15px/100% Arial, Verdana, sans-serif;
}

textarea, select {
    color: #000;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
    font-weight: normal;
    font-family: Helvetica, Arial, sans-serif;
}

h1 {
    font-size: 180%;
    line-height: 125%;
}

h1.taxonomyTerm {
    font-weight: bold;
    padding-top: 9px;
}

h1.h1 {
    font-weight: bold;
    margin: 18px 0 0;
}

/* Nehochuha: */

h2 {
    font-size: 125%;
    line-height: 130%;
    font-weight: bold;
}

.node-index h2 {
    font-size: 160%;
}

h3 {
    font-size: 18px;
    font-weight: bold;
}

h4 {
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 16px;
}

h5 {
    font-size: 16px;
    font-weight: bold;
}

h6 {
    font-size: 110%;
}

h2,
h1.h1,
.lyrics-list .table-striped td a {
    word-break: break-word;
    overflow-wrap: break-word;
}

ul, quote, code, fieldset {
    margin: .5em 0;
}

p {
    margin: 0.6em 0 1.2em;
    padding: 0;
}

a:link, a:visited {
    color: black;
}

a:hover {
    color: black;
    text-decoration: underline;
}

a:active, a.active {
    color: #858e93;
}

hr {
    margin: 0;
    padding: 0;
    border: none;
    height: 1px;
    background: #a4a7aa;
}

ul {
    margin: 0.5em 0 1em;
    padding: 0;
}

ol {
    margin: 0.75em 0 1.25em;
    padding: 0;
}

ol li, ul li {
    margin: 0.4em 0 0.4em .5em;
}

ul.menu, .item-list ul {
    margin: 0.35em 0 0 -0.5em;
    padding: 0;
}

ul.menu ul, .item-list ul ul {
    margin-left: 0;
}

ol li, ul li, ul.menu li, .item-list ul li, li.leaf {
    margin: 0.15em 0 0.15em .5em;
}

ul li, ul.menu li, .item-list ul li, li.leaf {
    padding: 0 0 .2em 1.5em;
    list-style-type: none;
    list-style-image: none;
    background: transparent url(https://res.cloudinary.com/dqpoetpc4/image/upload/v1624894735/assets/menu-leaf3_zkmwry.gif) no-repeat 1px .35em;
}

.line-above-item-list {
    border-bottom: 2px solid #e6e6e6;
    height: 15px;
}

ol li {
    padding: 0 0 .3em;
    margin-left: 2em;
}

ul li.leaf a, ul li.expanded a, ul li.collapsed a {
    display: block;
}

ul.inline li {
    background: none;
    margin: 0;
    padding: 0 1em 0 0;
}

ol.task-list {
    margin-left: 0;
    list-style-type: none;
    list-style-image: none;
}

ol.task-list li {
    padding: 0.5em 1em 0.5em 2em;
}

ol.task-list li.active {
    margin-right: 1em;
}

fieldset ul.clear-block li {
    margin: 0;
    padding: 0;
    background-image: none;
}

dl {
    margin: 0.5em 0 1em 1.5em;
}

dl dt {
}

dl dd {
    margin: 0 0 .5em 1.5em;
}

img, a img {
    border: none;
}

table {
    margin: 1em 0;
    width: 100%;
}

thead th {
    border-bottom: 2px solid #e7eaee;
    color: black;
    font-weight: bold;
}

th a:link, th a:visited {
    color: #979797;
}

td, th {
    padding: .3em .5em;
}

tr.even, tr.odd, tbody th {
    border: solid #e7eaee;
    border-width: 1px 0;
}

tr.odd, tr.info {
    background-color: #f5f6f7;
}

tr.even {
    background-color: #fff;
}

tr.drag {
    background-color: #fafbf4;
}

tr.drag-previous {
    background-color: #f4f7e5;
}

tr.odd td.active {
    background-color: #edeef0;
}

tr.even td.active {
    background-color: #f1f2f3;
}

td.region, td.module, td.container, td.category {
    border-top: 1.5em solid #fff;
    border-bottom: 1px solid #d6dce5;
    background-color: #e8eaed;
    color: #617091;
    font-weight: bold;
}

tr:first-child td.region, tr:first-child td.module, tr:first-child td.container, tr:first-child td.category {
    border-top-width: 0;
}

span.form-required {
    color: #feb517;
}

.submitted, .description {
    font-size: 13px;
    color: #a2a2a2;
}

.node-index .submitted {
    margin-top: 7px;
}

#leftNavLinks2, #block-block-3, .primary-links, .pager {
    font-size: 13px;
}

.description {
    line-height: 150%;
    margin-bottom: 0.75em;
    color: #a2a2a2;
}

.messages, .preview {
    margin: .75em 0 .75em;
    padding: .5em 1em;
}

.messages ul {
    margin: 0;
}

.form-checkboxes, .form-radios, .form-checkboxes .form-item, .form-radios .form-item {
    margin: 0.25em 0;
}

#center form {
    margin-bottom: 2em;
}

.form-button, .form-submit {
    margin: 2em 0.5em 1em 0;
}

#dblog-form-overview .form-submit, .confirmation .form-submit, .search-form .form-submit, .poll .form-submit, fieldset .form-button, fieldset .form-submit, .sidebar .form-button, .sidebar .form-submit, table .form-button, table .form-submit {
    margin: 0;
}

.box {
    margin-bottom: 2.5em;
}

#header-region {
    min-height: 1em;
    background: #e7e9ed url(https://res.cloudinary.com/dqpoetpc4/image/upload/v1583107232/garland/bg-navigation_uqviua.png) repeat-x 50% 100%;
}

#header-region .block {
    display: block;
    margin: 0 1em;
}

#header-region .block-region {
    display: block;
    margin: 0 0.5em 1em;
    padding: 0.5em;
    position: relative;
    top: 0.5em;
}

#header-region * {
    display: inline;
    line-height: 1.5em;
    margin-top: 0;
    margin-bottom: 0;
}

#header-region script {
    display: none;
}

#header-region p, #header-region img {
    margin-top: 0.5em;
}

#header-region h2 {
    margin: 0 1em 0 0;
}

#header-region h3, #header-region label, #header-region li {
    margin: 0 1em;
    padding: 0;
    background: none;
}

#wrapper {
    background: #f5f6f7 url(https://res.cloudinary.com/dqpoetpc4/image/upload/v1583107232/garland/body_wv93ov.png) repeat-x 50% 0;
    transition: background-color 450ms ease-in-out;
}

#wrapper #container {
    margin: 0 auto;
    padding: 0 20px;
    max-width: 1270px;
}

header {
    height: 80px;
}

#logo-floater {
    position: absolute;
    padding-top: 31px;
}

#logo-floater > a {
    color: #2f2f2f;
    font-family: Oswald, sans-serif;
    text-decoration: none;
    font-size: 38px;
    text-shadow: 0 0 20px, rgba(0, 0, 0, 0.4) 0 1px 2px;
    letter-spacing: 1px;
    margin-left: -1px;
}

.oppPortal {
    font-family: Oswald, sans-serif;
    font-size: 18px;
    margin-top: 4px;
    color: #333;
}

body.sidebars {
    min-width: 980px;
}

body.sidebar-left, body.sidebar-right {
    min-width: 780px;
}

#wrapper #container #center {
    float: left;
    width: 100%;
}

body.sidebar-left #center {
    margin-left: -210px;
}

body.sidebar-right #center {
    margin-right: -210px;
}

body.sidebars #center {
    margin: 0 -210px;
}

body.sidebar-left #squeeze {
    margin-left: 210px;
}

body.sidebar-right #squeeze {
    margin-right: 210px;
}

body.sidebars #squeeze {
    margin: 0 210px;
}

#wrapper #container .sidebar {
    margin: 60px 0 5em;
    width: 210px;
    float: left;
    z-index: 2;
    position: relative;
}

#wrapper #container .sidebar .block {
    margin: 0 0 1.5em 0;
}

#sidebar-left .block {
    padding: 0 15px 0 0;
}

#sidebar-right .block {
    padding: 0 0 0 15px;
}

.block .content {
    margin: 0.5em 0;
}

#sidebar-left .block-region {
    margin: 0 15px 0 0;
}

#sidebar-right .block-region {
    margin: 0 0 0 15px;
}

.block-region {
    padding: 1em;
    background: transparent;
    border: 2px dashed #d6dce5;
    text-align: center;
    font-size: 1.3em;
}

#wrapper #container #center #squeeze {
    background: #fff url(https://res.cloudinary.com/dqpoetpc4/image/upload/v1583107232/garland/bg-content_inazu2.png) repeat-x 50% 0;
    position: relative;
    transition: background-color 450ms ease-in-out;
}

#wrapper #container #center .right-corner {
    background: transparent url(https://res.cloudinary.com/dqpoetpc4/image/upload/v1583107232/garland/bg-content-right_huytno.png) no-repeat 100% 0;
    position: relative;
    left: 10px;
}

#wrapper #container #center .right-corner .left-corner {
    padding: 15px 25px 0 35px;
    background: transparent url(https://res.cloudinary.com/dqpoetpc4/image/upload/v1583107232/garland/bg-content-left_eg0swf.png) no-repeat 0 0;
    margin-left: -10px;
    position: relative;
    left: -10px;
    min-height: 400px;
}

#wrapper #container footer {
    clear: both;
    float: none;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 19px;
    text-align: center;
}

body.sidebar-left footer {
    margin-left: -210px;
}

body.sidebar-right footer {
    margin-right: -210px;
}

body.sidebars footer {
    margin: 0 -210px;
}

#tagCloud1, #tagCloud2 {
    line-height: 190%;
    text-align: justify;
}

#tagCloud1 a, #tagCloud2 a {
    margin-right: 2px;
    white-space: nowrap;
}

#tagCloudMobile a.current,
.sidebar a.current {
    background: #bbb;
}

#tagCloud1 .mobileOnly,
#tagCloud2 .mobileOnly {
    display: none;
}

#tagCloudMobile {
    zoom: 110%;
    line-height: 150%;
}

#tagCloudMobile a {
    margin-right: 4px;
    white-space: nowrap;
}

.mobile_main_links {
    margin-bottom: 10px;
    overflow-x: scroll;
    white-space: nowrap;"
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.mobile_main_links::-webkit-scrollbar {
    display: none;
}

.tagWeight1 {font-size: 12px}
.tagWeight2 {font-size: 13px}
.tagWeight3 {font-size: 14px}
.tagWeight4 {font-size: 15px}
.tagWeight5 {font-size: 16px}
.tagWeight6 {font-size: 17px}
.tagWeight7 {font-size: 18px}
.tagWeight8 {font-size: 19px}
.tagWeight9 {font-size: 19.5px}
.tagWeight10 {font-size:20px}
.tagWeight11 {font-size:20.5px}
.tagWeight12 {font-size:21px}
.tagWeight13 {font-size:21.5px}

#wrapper #container .breadcrumb {
    font-size: 0.92em;
}

#wrapper #container .breadcrumb, #wrapper #container .breadcrumb a {
}

#mission {
    padding: 1em;
    background-color: #fff;
    border: 1px solid #efeff7;
    margin-bottom: 2em;
}

ul.primary-links {
    margin: 0;
    padding: 0;
    float: right;
    position: relative;
    z-index: 4;
}

ul.primary-links li {
    margin: 0;
    padding: 0;
    float: left;
    background-image: none;
}

ul.primary-links li a, ul.primary-links li a:link, ul.primary-links li a:visited {
    display: block;
    margin: 0 1em;
    padding: .75em 0 0;
    background: transparent url(https://res.cloudinary.com/dqpoetpc4/image/upload/v1583107232/garland/bg-navigation-item_i51gws.png) no-repeat 50% 0;
}

ul.primary-links li a:hover, ul.primary-links li a.active {
    background: transparent url(https://res.cloudinary.com/dqpoetpc4/image/upload/v1583107232/garland/bg-navigation-item-hover_iryd20.png) no-repeat 50% 0;
}

ul.secondary-links {
    margin: 0;
    padding: 18px 0 0;
    float: right;
    clear: right;
    position: relative;
    z-index: 4;
}

ul.secondary-links li {
    margin: 0;
    padding: 0;
    float: left;
    background-image: none;
}

ul.secondary-links li a, ul.secondary-links li a:link, ul.secondary-links li a:visited {
    display: block;
    margin: 0 1em;
    padding: .75em 0 0;
    color: #d9e1e5;
    background: transparent;
}

ul.secondary-links li a:hover, ul.secondary-links li a.active {
    color: #d9e1e5;
    background: transparent;
}

ul.primary, ul.primary li, ul.secondary, ul.secondary li {
    border: 0;
    background: none;
    margin: 0;
    padding: 0;
}

#tabs-wrapper {
    margin: 0 -26px 1em;
    padding: 0 26px;
    border-bottom: 1px solid #f2f2f2;
    position: relative;
}

ul.primary {
    padding: 0.5em 0 10px;
    float: left;
}

ul.secondary {
    clear: both;
    text-align: left;
    border-bottom: 1px solid #f2f2f2;
    margin: -0.2em -26px 1em;
    padding: 0 26px 0.6em;
}

h2.with-tabs {
    float: left;
    margin: 0 2em 0 0;
    padding: 0;
}

ul.primary li a, ul.primary li.active a, ul.primary li a:hover, ul.primary li a:visited, ul.secondary li a, ul.secondary li.active a, ul.secondary li a:hover, ul.secondary li a:visited {
    border: 0;
    background: transparent;
    padding: 4px 1em;
    margin: 0 0 0 1px;
    height: auto;
    text-decoration: none;
    position: relative;
    top: -1px;
}

ul.primary li.active a, ul.primary li.active a:link, ul.primary li.active a:visited, ul.primary li a:hover, ul.secondary li.active a, ul.secondary li.active a:link, ul.secondary li.active a:visited, ul.secondary li a:hover {
    color: #fff;
}

ul.primary li.active a, ul.secondary li.active a {
    font-weight: bold;
}

.node {
    border-bottom: 1px solid #dedede;
    margin: 0 -25px 1em;
    padding: 1.5em 26px 1em 26px;
}

.node-index .node:last-child {
    margin-bottom: 1.5em;
}

ul.links li, ul.inline li {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 1em;
    background-image: none;
}

.node .links, .comment .links {
    text-align: left;
}

.node .content,
.regularFont {
    font-family: Arial, sans-serif;
    font-size: 15px;
    line-height: 22px;
}

.node .content img {
    max-width: 100%;
    height: auto;
}

.terms ul.links li {
    margin-left: 0;
    margin-right: 0;
    padding-right: 0;
    padding-left: 1em;
}

.picture, .comment .submitted {
    float: right;
    clear: right;
    padding-left: 1em;
}

.new {
    color: #feb517;
    font-size: 0.92em;
    font-weight: bold;
    float: right;
}

.terms {
    float: right;
}

.terms,
.terms a {
    color: #979797;
}

.terms ul li {
    filter: none;
    font-size: 15px;
}

.preview .node, .preview .comment, .sticky {
    margin: 0;
    padding: 0.5em 0;
    border: 0;
    background: 0;
}

.sticky {
    padding: 1em;
    background-color: #fff;
    border: 1px solid #efeff7;
    margin-bottom: 2em;
}

#comments {
    border-bottom: 1px solid #f2f2f2;
    font-size: 15px;
    margin: 0 -25px 15px;
    padding: 0 25px;
}

#comments h6 {
    margin-bottom: 10px;
}

.comment {
    margin: 0 -25px;
    padding: 1.5em 25px 1.5em;
    border-top: 1px solid #f2f2f2;
}

.indented {
    margin-left: 25px;
}

.comment h3 a.active {
    color: black;
}

.node .content, .comment .content {
    margin: 0.6em 0;
}

#aggregator {
    margin-top: 1em;
}

#aggregator .feed-item-title {
    font-size: 160%;
    line-height: 130%;
}

#aggregator .feed-item {
    border-bottom: 1px solid #f2f2f2;
    margin: -1.5em -31px 1.75em;
    padding: 1.5em 31px;
}

#aggregator .feed-item-categories {
    font-size: 0.92em;
}

#aggregator .feed-item-meta {
    font-size: 0.92em;
    color: #a2a2a2;
}

#palette .form-item {
    border: 1px solid #fff;
}

#palette .item-selected {
    border: 1px solid #eaecef;
}

tr.menu-disabled {
    opacity: 0.5;
}

tr.odd td.menu-disabled {
    background-color: #f5f6f7;
}

tr.even td.menu-disabled {
    background-color: #fff;
}

.poll .bar {
    border: solid #f3f3f3;
    border-width: 0 1px 1px;
}

.poll .percent {
    font-size: .9em;
}

#autocomplete li {
    cursor: default;
    padding: 2px;
    margin: 0;
}

fieldset {
    margin: 1em 0;
    padding: 1em;
    border: 1px solid #eaecef;
}

*:first-child + html fieldset {
    padding: 0 1em 1em;
    background-position: 0 .75em;
    background-color: transparent;
}

*:first-child + html fieldset > .description, *:first-child + html fieldset .fieldset-wrapper .description {
    padding-top: 1em;
}

fieldset legend {
    display: block;
}

*:first-child + html fieldset legend, *:first-child + html fieldset.collapsed legend {
    display: inline;
}

html.js fieldset.collapsed {
    background: transparent;
    padding-top: 0;
    padding-bottom: .6em;
}

html.js fieldset.collapsible legend a {
    padding-left: 2em;
}

#block-node-0 h2 {
    float: left;
    padding-right: 20px;
}

#block-node-0 img {
    float: right;
    padding-top: 4px;
}

#block-node-0 .content {
    clear: right;
}

.content.centered {
    text-align: center;
}

#user-login-form {
    text-align: center;
}

#user-login-form ul {
    text-align: left;
}

.profile {
    margin-top: 1.5em;
}

.profile h3 {
    border-bottom: 0;
    margin-bottom: 1em;
}

.profile dl {
    margin: 0;
}

.profile dt {
    font-weight: normal;
    color: #a2a2a2;
    font-size: 0.92em;
    line-height: 1.3em;
    margin-top: 1.4em;
    margin-bottom: 0.45em;
}

.profile dd {
    margin-bottom: 1.6em;
}

div.admin-panel, div.admin-panel .description, div.admin-panel .body, div.admin, div.admin .left, div.admin .right, div.admin .expert-link, div.item-list, .menu {
    margin: 0;
    padding: 0;
}

div.admin .left {
    float: left;
    width: 48%;
}

div.admin .right {
    float: right;
    width: 48%;
}

div.admin-panel {
    padding: 1em 1em 1.5em;
}

div.admin-panel .description {
    margin-bottom: 1.5em;
}

div.admin-panel dl {
    margin: 0;
}

div.admin-panel dd {
    color: #a2a2a2;
    font-size: 0.92em;
    line-height: 1.3em;
    margin-top: -.2em;
    margin-bottom: .65em;
}

table.system-status-report th {
    border-color: #e7eaee;
}

#autocomplete li.selected, tr.selected td, tr.selected td.active {
    background: #3f728d;
    color: #fff;
}

tr.selected td a:link, tr.selected td a:visited, tr.selected td a:active {
    color: #dde5e9;
}

tr.taxonomy-term-preview {
    opacity: 0.5;
}

tr.taxonomy-term-divider-top {
    border-bottom: none;
}

tr.taxonomy-term-divider-bottom {
    border-top: 1px dotted #d6d6d6;
}

.messages {
    background-color: #fff;
    border: 1px solid #b8d3e5;
}

.preview {
    background-color: #fcfce8;
    border: 1px solid #e5e58f;
}

div.status {
    color: #33a333;
    border-color: #c7f2c8;
}

div.error, tr.error {
    color: #a30000;
    background-color: #FFCCCC;
}

.form-item input.error, .form-item textarea.error {
    border: 1px solid #c52020;
    color: #363636;
}

tr.dblog-user {
    background-color: #fcf9e5;
}

tr.dblog-user td.active {
    background-color: #fbf5cf;
}

tr.dblog-content {
    background-color: #fefefe;
}

tr.dblog-content td.active {
    background-color: #f5f5f5;
}

tr.dblog-warning {
    background-color: #fdf5e6;
}

tr.dblog-warning td.active {
    background-color: #fdf2de;
}

tr.dblog-error {
    background-color: #fbe4e4;
}

tr.dblog-error td.active {
    background-color: #fbdbdb;
}

tr.dblog-page-not-found, tr.dblog-access-denied {
    background: #d7ffd7;
}

tr.dblog-page-not-found td.active, tr.dblog-access-denied td.active {
    background: #c7eec7;
}

table.system-status-report tr.error, table.system-status-report tr.error th {
    background-color: #fcc;
    border-color: #ebb;
    color: #200;
}

table.system-status-report tr.warning, table.system-status-report tr.warning th {
    background-color: #ffd;
    border-color: #eeb;
}

table.system-status-report tr.ok, table.system-status-report tr.ok th {
    background-color: #dfd;
    border-color: #beb;
}

.gray {
    color: #555
}

img.image-_original {
    height: auto;
    max-width: 100% !important;
}

.image-thumbnail {
    max-width: 75%;
}

.quote {
    text-decoration: none;
    right: 0;
    position: absolute;
    top: -33px;
    font-style: italic;
    background-color: #e6e6e6;
    font-size: 14px;
    padding: 0 4px;
}

.quote-smaller {
    font-size: 13px;
}

.quote:hover {
    text-decoration: underline;
}

.node-index .taxonomyTerm {
    font-size: 24px !important;
    padding-top: 10px;
}

.sponsors {
    background: #fff;
    margin: 10px -10px 0 -10px;
    padding: 10px 10px 0 10px;
}
.sponsors img {
    max-width: 100%;
    height: auto;
    filter: grayscale(100%) contrast(60%) brightness(140%);;
    transition: 0.1s filter linear, 0.1s -webkit-filter linear;
}
.sponsors img:hover {
    filter: none;
}

#liveinternetFooter {
    margin-top: 10px;
}

#liveinternetFooter a:hover {
    text-decoration: none;
}

.rainbow-bar {
    height: 6px;
    margin-top: 15px;
    background: linear-gradient(90deg,#f566af 0%,#f566af 12.5%,#f5000d 12.5%,#f5000d 25%,#f68901 25%,#f68901 37.5%,#f7f30d 37.5%,#f7f30d 50%,#008901 50%,#008901 62.5%,#00c2be 62.5%,#00c2be 75%,#3e0092 75%,#3e0092 87.5%,#820383 87.5%,#820383 100%);
    background-image: -webkit-gradient(linear,0% 50%,100% 50%,color-stop(0%,#f566af),color-stop(12.5%,#f566af),color-stop(12.5%,#f5000d),color-stop(25%,#f5000d),color-stop(25%,#f68901),color-stop(37.5%,#f68901),color-stop(37.5%,#f7f30d),color-stop(50%,#f7f30d),color-stop(50%,#008901),color-stop(62.5%,#008901),color-stop(62.5%,#00c2be),color-stop(75%,#00c2be),color-stop(75%,#3e0092),color-stop(87.5%,#3e0092),color-stop(87.5%,#820383),color-stop(100%,#820383));
    background-image: -webkit-linear-gradient(left,#f566af 0%,#f566af 12.5%,#f5000d 12.5%,#f5000d 25%,#f68901 25%,#f68901 37.5%,#f7f30d 37.5%,#f7f30d 50%,#008901 50%,#008901 62.5%,#00c2be 62.5%,#00c2be 75%,#3e0092 75%,#3e0092 87.5%,#820383 87.5%,#820383 100%);
    background-image: -moz-linear-gradient(left,#f566af 0%,#f566af 12.5%,#f5000d 12.5%,#f5000d 25%,#f68901 25%,#f68901 37.5%,#f7f30d 37.5%,#f7f30d 50%,#008901 50%,#008901 62.5%,#00c2be 62.5%,#00c2be 75%,#3e0092 75%,#3e0092 87.5%,#820383 87.5%,#820383 100%);
    background-image: -o-linear-gradient(left,#f566af 0%,#f566af 12.5%,#f5000d 12.5%,#f5000d 25%,#f68901 25%,#f68901 37.5%,#f7f30d 37.5%,#f7f30d 50%,#008901 50%,#008901 62.5%,#00c2be 62.5%,#00c2be 75%,#3e0092 75%,#3e0092 87.5%,#820383 87.5%,#820383 100%);
    background-image: linear-gradient(left,#f566af 0%,#f566af 12.5%,#f5000d 12.5%,#f5000d 25%,#f68901 25%,#f68901 37.5%,#f7f30d 37.5%,#f7f30d 50%,#008901 50%,#008901 62.5%,#00c2be 62.5%,#00c2be 75%,#3e0092 75%,#3e0092 87.5%,#820383 87.5%,#820383 100%)
}

@media all and (max-width: 1200px) {
    .quote {
        font-size: 13px;
    }
    .quote-smaller {
        font-size: 12px;
    }
}

@media all and (max-width: 1130px) {
    .quote {
        font-size: 12px;
    }
    .quote-smaller {
        font-size: 11px;
    }
}

@media all and (max-width: 1080px) {
    .quote {
        font-size: 11px;
    }
    .quote-smaller {
        font-size: 10px;
    }

}

@media all and (max-width: 1040px) {
    .quote {
        font-size: 10px;
    }
    .quote-smaller {
        font-size: 9px;
    }

}

.mobile_nav_button_nav,
.mobile_nav_button_search {
    display: none;
}

.mobile_nav_button_search > span {
    display: inline-block;
    width: 24px;
    height: 24px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBkPSJNMjMuODIyIDIwLjg4bC02LjM1My02LjM1NGMuOTMtMS40NjUgMS40NjctMy4yIDEuNDY3LTUuMDU5LjAwMS01LjIxOS00LjI0Ny05LjQ2Ny05LjQ2OC05LjQ2N3MtOS40NjggNC4yNDgtOS40NjggOS40NjhjMCA1LjIyMSA0LjI0NyA5LjQ2OSA5LjQ2OCA5LjQ2OSAxLjc2OCAwIDMuNDIxLS40ODcgNC44MzktMS4zMzNsNi4zOTYgNi4zOTYgMy4xMTktMy4xMnptLTIwLjI5NC0xMS40MTJjMC0zLjI3MyAyLjY2NS01LjkzOCA1LjkzOS01LjkzOCAzLjI3NSAwIDUuOTQgMi42NjQgNS45NCA1LjkzOCAwIDMuMjc1LTIuNjY1IDUuOTM5LTUuOTQgNS45MzktMy4yNzQgMC01LjkzOS0yLjY2NC01LjkzOS01LjkzOXoiLz48L3N2Zz4=);
}

#mobile_nav {
    display: inline-block;
}

#logo-floater-right {
    float: right;
    height: 79px;
    padding-top: 23px;
    text-align: center;
    width: 188px;
}

@media all and (max-width: 995px) {

    #logo-floater-right {
        height: auto;
    }

    #mobile_nav {
        font-size: 17px;
        line-height: 145%;
        padding-top: 15px;
        padding-bottom: 15px;
    }

    #wrapper {
        background: #fff;
    }

    #iks,
    .quote {
        display: none;
    }

    header {
        height: auto;
    }

    #wrapper #container #center .right-corner {
        background: #fff;
    }

    #wrapper #container #center .right-corner .left-corner {
        background: #fff;
    }

    #wrapper #container .breadcrumb {
        position: initial;
        font-size: 13px;
        background: #ececec;
        padding: 0 10px 7px 10px;
        margin: 0 -10px;
    }

    .links.primary-links {
        display: none;
    }

    #logo-floater img {
        height: 91px;
        margin-bottom: -9px;
        margin-top: -2px;
    }

    #logo-floater {
        position: relative;
        text-align: center;
        background: #ececec;
        margin: 0 -10px;
        padding-top: 23px;
        padding-bottom: 8px;
        z-index: 1000;
    }

    #logo-floater-right > a {
        /* hide ipv6 mini banner */
        display: none;
    }

    #logo-floater-right {
        margin-top: -65px;
        width: 30px !important;
    }

    .mobile_nav_button_nav,
    .mobile_nav_button_search {
        font-size: 45px;
        display: block;
        position: absolute;
    }

    .mobile_nav_button_nav {
        margin-top: -37px;
        margin-left: 13px;
    }

    #mobile_nav_symbol {
        display: inline-block;
        height: 32px;
        width: 32px;
        background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjwhRE9DVFlQRSBzdmcgIFBVQkxJQyAnLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4nICAnaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkJz48c3ZnIGlkPSJMYXllcl8xIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA2NCA2NDsiIHZlcnNpb249IjEuMSIgdmlld0JveD0iMCAwIDY0IDY0IiB4bWw6c3BhY2U9InByZXNlcnZlIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj48c3R5bGUgdHlwZT0idGV4dC9jc3MiPgoJLnN0MHtmaWxsOiMwMDA7fQo8L3N0eWxlPjxnPjxnIGlkPSJOYXZpY29uIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgzMzAuMDAwMDAwLCAyMzIuMDAwMDAwKSI+PHBvbHlnb24gY2xhc3M9InN0MCIgaWQ9IkZpbGwtMTkiIHBvaW50cz0iLTMyMS44LC0yMTkgLTI3NC4zLC0yMTkgLTI3NC4zLC0yMTIuNyAtMzIxLjgsLTIxMi43ICAgICIvPjxwb2x5Z29uIGNsYXNzPSJzdDAiIGlkPSJGaWxsLTIwIiBwb2ludHM9Ii0zMjEuOCwtMjAzLjIgLTI3NC4zLC0yMDMuMiAtMjc0LjMsLTE5Ni44IC0zMjEuOCwtMTk2LjggICAgIi8+PHBvbHlnb24gY2xhc3M9InN0MCIgaWQ9IkZpbGwtMjEiIHBvaW50cz0iLTMyMS44LC0xODcuMyAtMjc0LjMsLTE4Ny4zIC0yNzQuMywtMTgxIC0zMjEuOCwtMTgxICAgICIvPjwvZz48L2c+PC9zdmc+');
    }

    header.open #mobile_nav_symbol {
        background: none;
        margin-top: 6px;
    }

    header.open #logo-floater {
        padding-bottom: 18px;
    }

    .mobile_nav_button_search {
        margin-right: 13px;
        top: 25px;
        z-index: 1001;
    }

    .mobile_nav_button_nav a,
    .mobile_nav_button_search a {
        text-decoration: none;
        z-index: 999;
    }

    body.sidebars #squeeze,
    body.sidebars #center {
        margin: 0;
    }

    .node p,
    .node .content,
    .pager {
        font-size: 16px;
    }

    #wrapper #container {
        padding-left: 10px;
        padding-right: 10px;
    }

    #wrapper #container .sidebar {
        display: none;
    }

    body.sidebars {
        min-width: auto;
    }

    #wrapper #container #center {
        width: auto;
    }
    #wrapper #container #center .right-corner {
        left: 0;
    }

    #wrapper #container #center .right-corner .left-corner {
        left: 0;
        margin-left: 0;
        padding: 0;
    }

    #header-region {
        display: none;
    }

    .content a {
        word-break: break-word;
    }

    .node {
        margin: 10px 0 0 0;
        padding: 10px 0 15px 0;
    }

    .taxonomyTerm {
        padding-top: 20px;
    }

    .oppPortal {
        display: none;
    }

    .node-index.node-index-floating-images div.acidfree-item {
        padding-right: 15px;
    }

    .node-form textarea {
        font-size: 16px;
        padding-left: 10px;
        padding-right: 8px;
        margin-left: -10px;
        margin-right: -10px;
    }

    .antiBlock {
        display: inline-block !important;
        font-weight: bold;
    }
}

footer .rkn {
    font-size: 12px;
    text-align: center;
    margin: 10px 0 0;
    letter-spacing: -0.008em;
}

.twitter-tweet {
    margin-left: auto;
    margin-right: auto;
}

@media all and (max-width: 830px) {
    #wrapper #container footer {
        padding-bottom: 9px;
    }
}

@media all and (max-width: 580px) {

    .pager {
        font-size: 13px;
    }

    footer .rkn {
        font-size: 12px;
        margin-top: 5px;
    }

    .item-list {
        margin-top: 20px !important;
    }

    .poweredBy {
        display: none;
    }

    .node.single {
        border-bottom: 0;
    }

    #wrapper #container footer {
        margin-top: 0;
        margin-left: -10px;
        margin-right: -10px;
        background: #f7f7f7;
        padding: 10px 10px 0 10px;
    }

    .node-index.node-index-floating-images div.acidfree-item {
        padding-left: 0;
        padding-right: 0 !important;
    }

    .twitter-tweet {
        width: auto !important;
    }

    /* YouTube video */
    .content iframe {
        height: auto;
        width: auto;
        max-width: 100%;
    }

    .content table {
        word-break: break-word;
    }

    footer > div {
        float: none !important;
    }
    .sponsors {
        margin-top: 10px;
        padding-bottom: 5px;
    }
}

@media all and (min-width: 400px) {
    #logo-floater > a {
        font-size: 39px;
    }
}

@media all and (min-width: 581px) {
    .node-index.node-index-floating-images div.acidfree-item {
        display: inline-block;
        width: 200px;
        float: left;
        padding-right: 26px;
        padding-left: 0;
    }

    .node-index-floating-images .acidfree-image-odd {
        float: right !important;
        padding-left: 26px !important;
        padding-right: 0 !important;
        width: auto !important;
    }

    .node-index-floating-images .acidfree-image-odd img {
        max-height: 150px;
    }
}

.help-block {
    color: red;
}

hr.lyricsNextPrev {
    background: #bdbdbd;
    margin: 25px 0 24px 0;
}

ul.lyricsNextPrev {
    margin-bottom: 0;
}

@font-face {
    font-family: Consolas;
    src: url(/_/fonts/consola.ttf);
}

audio {
    width: 100%;
}

.jetbrains-cookies-banner {
    position: fixed;
    bottom: 0;
    z-index: 999999;
    width: 452px;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.jetbrains-cookies-banner--position-center {
    right: 0;
    left: 0;
    margin: 0 auto
}

.jetbrains-cookies-banner--position-left {
    left: 0
}

.jetbrains-cookies-banner--position-right {
    right: 0
}

.jetbrains-cookies-banner--position-in-place {
    position: relative;
    bottom: auto;
    z-index: 0
}

.jetbrains-cookies-banner__body {
    position: relative;
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 340px;
    padding: 0 23px;
    background: #000;
    color: #ccc;
    font: 12px/16px Menlo,Consolas,Monaco,Lucida Console,Liberation Mono,DejaVu Sans Mono,Bitstream Vera Sans Mono,Courier New,monospace,serif
}

.jetbrains-cookies-banner__body:before {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1;
    content: "";
    display: block;
    height: 19px;
    box-shadow: inset 0 5px 10px #000
}

.jetbrains-cookies-banner__paragraph {
    margin: 0 0 16px
}

.jetbrains-cookies-banner__pre {
    position: relative
}

.jetbrains-cookies-banner__pre:after,.jetbrains-cookies-banner__pre:before {
    content: "";
    display: block;
    height: 16px;
    background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNC40IDE2Ij48ZyBmaWxsPSIjQ0NDIj48cGF0aCBkPSJNLjUgNi4zaDYuMnYxSC41di0xem0wIDIuOGg2LjJ2MUguNXYtMXpNNy44IDcuOEgxNHYxSDcuOHYtMXoiLz48L2c+PC9zdmc+") 0 50%
}

.jetbrains-cookies-banner__pre-inner {
    position: relative;
    display: block;
    padding: 15px 14px 13px
}

.jetbrains-cookies-banner__pre-inner:after,.jetbrains-cookies-banner__pre-inner:before {
    position: absolute;
    top: 0;
    bottom: 0;
    content: "";
    display: block;
    width: 14px;
    background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNC40IDE2Ij48cGF0aCBmaWxsPSIjQ0NDIiBkPSJNNC4zIDIuOHYxMmgtMXYtMTJoMXoiLz48L3N2Zz4=") 50% 0
}

.jetbrains-cookies-banner__pre-inner:before {
    left: 0
}

.jetbrains-cookies-banner__pre-inner:after {
    right: -7px
}

.jetbrains-cookies-banner__close-button {
    position: absolute;
    top: 5px;
    left: 3px;
    z-index: 1;
    width: 20px;
    margin: 0;
    padding: 0;
    cursor: pointer;
    font: 12px/16px Menlo,Consolas,Monaco,Lucida Console,Liberation Mono,DejaVu Sans Mono,Bitstream Vera Sans Mono,Courier New,monospace,serif;
    border: 0;
    transition: all .3s;
    background: red;
    color: #000;
}

.jetbrains-cookies-banner__close-button:hover {
    color: #fff
}

.jetbrains-cookies-banner .jetbrains-cookies-banner__link {
    cursor: pointer;
    color: inherit;
    text-decoration: underline
}

.jetbrains-cookies-banner .jetbrains-cookies-banner__link:hover {
    color: #fff
}

.jetbrains-cookies-banner__buttons {
    display: inline-block
}

.jetbrains-cookies-banner__choice-link {
    margin-right: 30px;
    cursor: pointer;
    color: inherit;
    text-decoration: none
}

.jetbrains-cookies-banner__choice-link b {
    font-weight: inherit
}

.jetbrains-cookies-banner__buttons._reverse .jetbrains-cookies-banner__choice-link {
    float: right
}

.jetbrains-cookies-banner__choice-link:hover {
    color: #fff;
    text-decoration: none
}

.jetbrains-cookies-banner__choice-link:hover b {
    text-decoration: underline
}

@media (max-width: 500px) {

    .jetbrains-cookies-banner {
        width:100vw;
        right: 0!important;
        left: 0!important;
    }

    .jetbrains-cookies-banner__body {
        padding-left: 2px;
        padding-right: 2px;
    }
    .jetbrains-cookies-banner__close-button {
        left: unset;
        right: 3px;
    }

    .jetbrains-cookies-banner__paragraph {
        margin-bottom: 0;
    }

    .jetbrains-cookies-banner__paragraph-last {
        margin-bottom: 0;
    }

    div.acidfree-cell {
        height: auto;
        width: 100%;
    }

    .lyricsSpace {
        display: none;
    }

    .lyrics-list table.table tr td:nth-child(3),
    .lyrics-list table.table thead tr th:nth-child(3) {
        display: none;
    }

}

.jquery-console-focus span.jquery-console-cursor {
    background: #eee;
    color: #eee;
    font-weight: 700
}

.win .jquery-console-focus span.jquery-console-cursor {
    background: transparent;
    border-bottom: 2px solid;
    -webkit-animation: blink 1s steps(2,start) infinite;
    animation: blink 1s steps(2,start) infinite
}

.jquery-console-inner {
    padding-bottom: 16px
}

.jquery-console-message {
    margin: 16px 0
}

@-webkit-keyframes blink {
    to {
        visibility: hidden
    }
}

@keyframes blink {
    to {
        visibility: hidden
    }
}

.red,
#tagCloud1 a.red,
#tagCloud2 a.red,
#tagCloudMobile a.red {
    color: #ed0000;
}

.lyrics-current {
    font-weight: bold;
    text-decoration: none;
}

.lyrics-list table.table a:visited {
    color: #ab97af;
}

.lyrics-list .flag {
    float: right;
    margin-right: 0;
    margin-top: 3px;
}

#mobile_nav span {
    background-size: auto 25px;
    background-repeat: no-repeat;
    background-position-y: 3px;
}

#mobile_nav {
    line-height: 200%;
}

#mobile_nav span {
    display: inline-block;
    margin-left: 10px;
    margin-right: 13px;
    width: 25px;
}

#node-nodetags > label {
    white-space: nowrap;
}

.content p a:hover,
.sidebarItems a:hover,
.nextItem a:hover,
footer a:hover,
.content .meta a:hover,
.links a:hover,
.lyrics-list a:hover,
.breadcrumb a:hover,
#mobile_nav a:hover,
#tagCloud1 a:hover,
#sidebar-right a:hover,
a.quote:hover,
h1 a:hover,
h2 a:hover {
    background-image: url(https://res.cloudinary.com/dqpoetpc4/image/upload/v1575754855/h_yebrkr.svg);
    text-decoration: none;
    border-bottom: none;
    background-position: 0 calc(100% - 1.5px);
    background-size: auto 3px;
    background-repeat: repeat-x;
    padding-bottom: 3px;
}

.acidfree-item.acidfree-image a > img {
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.acidfree-item.acidfree-image a:hover > img {
    filter: contrast(125%);
}

.book {
    display: block;
    font-weight: bold;
    text-align: center;
}

.centered {
    display: block;
    text-align: center;
}

.node-index .book {
    margin-bottom: -10px;
}

::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    background: #f5f6f7
}

::-webkit-scrollbar-thumb {
    background: #9c9c9c
}

::-webkit-scrollbar-thumb:hover {
    background: #6e6e6e
}

::-webkit-scrollbar-thumb:active {
    background: #484848
}

.download-mp3 {
    display: block;
    text-align: center;
}

.zasrancy-banner {
    display: block;
    text-align: center;
}

.zasrancy-banner img {
    transition: .2s
}

.zasrancy-banner:hover img {
    transform:rotate(-2deg) translateY(-5px) scale(1.025);
}

.autocomplete-suggestions {
    min-width: 30%;
    text-align: left; cursor: default; border: 1px solid #ccc; border-top: 0; background: #fff; box-shadow: -1px 1px 3px rgba(0,0,0,.1);

    /* core styles should not be changed */
    position: absolute; display: none; z-index: 9999; max-height: 254px; overflow: hidden; overflow-y: auto; box-sizing: border-box;
}
.autocomplete-suggestion { position: relative; padding: 0 .6em; line-height: 27px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; font-size: 15px; color: #333; }
.autocomplete-suggestion b { font-weight: normal; color: #1f8dd6; }
.autocomplete-suggestion.selected { background: #f0f0f0; }

@media screen and (max-width: 995px) {
    .autocomplete-suggestions {
        min-width: 50%;
    }
}

@media screen and (max-width: 500px) {
    .autocomplete-suggestions {
        min-width: 80%;
        left: 10% !important;
    }
    .autocomplete-suggestion {
        line-height: 34px;
    }
}
