/* style.css, v6.11 2025/02/04
 *
 * ZERO POINT theme for Drupal 8, 9, 10, 11
 * Dr. Florian Radut, M.D. (florian@radut.net)
 */


html {
  line-height: 1.3;
}
body {
  margin: 0;
  padding: 0;
  color: #333;
  background: #fff;
}
[dir="rtl"] body,
[dir="rtl"] th {
  text-align: right;
}
[dir="rtl"] ul,
[dir="rtl"] ol {
  direction: rtl;
}

/* Font size */
.fs0 {
  font-size: 1em;
}
.fs1 {
  font-size: 1.1em;
}
.fs2 {
  font-size: 1.2em;
}

/* MARKUP FREE CLEARING, CONTENT HIDING & HasLayout */
.clearfix {
  min-height: 0;
}
.element-invisible {
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  height: 1px;
  width: 1px;
  word-wrap: normal;
}


/*** MAIN LAYOUT ***/

#pgwp {
  position: relative;
}
.himg #headimg {
  border-bottom: 1px solid #eee;
}
.sizer0 {
  margin: 0 auto;
}
#top_left,
#body_left {
  background: transparent url(../images/fill_left.png) 0 0 repeat-y;
}
#top_right,
#body_right {
  background: transparent url(../images/fill_right.png) 100% 0 repeat-y;
  padding: 0 25px;
}
#body_bg {
  border-bottom: 1px solid #ddd;
}
#section1 {
  padding: 5px 10px 0;
}
#section2 {
  padding: 0 10px 20px;
}
#middlecontainer,
#sidebar-left,
#sidebar-right {
  margin: 10px;
}
#main {
  margin: 10px;
}
.region-topreg {
  position: relative;
  z-index: 9;
  float: right; /* LTR */
  text-align: right; /* LTR */
  padding: 20px;
}
[dir="rtl"] .region-topreg {
  float: left;
  text-align: left;
}
.region-highlighted {
  margin-top: 10px;
  padding: 20px 20px 0;
  font-weight: normal;
  font-size: .95em;
}
#footer {
  padding: .5em 0;
  text-align: center;
  font-size: .95em;
  min-height: 3em;
}
.footer-below {
  width: 100%;
}


/*** GRAPHICS CSS ***/

h1 {
  font-size: 1.6em;
}
h2,
h3.block-title,
.block-title {
  font-size: 1.4em;
  font-weight: bold;
}
h3 {
  font-size: 1.2em;
}
h4 {
  font-size: 1.1em;
}
h5,
h6 {
  font-size: 1em;
}
p {
  word-wrap: break-word;
}
a,
a.link {
  text-decoration: none;
  border-bottom: 1px dotted;
}
a:hover,
a:focus,
.link:hover,
.link:focus {
  text-decoration: none;
  border-bottom: 1px solid;
}
h1 a,
h2 a,
#name-and-slogan a,
.maintenance-page #header a,
li.primary-nav__menu-item--level-1 a,
#submenu a,
#menu2 a,
.toolbar-menu a {
  border-bottom: none;
}
#name-and-slogan {
  padding: 30px 20px;
}
.site-slogan {
  font-style: italic;
}
#site-name {
  margin: 0;
  padding: 0;
  font-size: 100%; /* reset */
}
p#site-name a,
p#site-name a:hover,
h1#site-name a,
h1#site-name a:hover {
  font-weight: normal;
  text-decoration: none;
  line-height: normal;
  font-size: 2.4em;
}
#main h2.title a { /* front, node */
  font-size: 120%;
  line-height: normal;
  font-weight: normal;
  text-transform: none;
}
#main h1.title {    /* node */
  font-size: 160%;
  padding: 10px 0;
  font-weight: normal;
  text-transform: none;
}
.logoimg {
  float: left; /* LTR */
  padding: 15px 20px 0;
}
[dir="rtl"] .logoimg {
  float: right;
}
fieldset {
  border: 1px solid #ccc;
}
pre {
  background: #eee;
  padding: .75em 1.5em;
  border: 1px solid #ddd;
}
.sticky-header {
  display: block;
}
table {
  width: 100%;
}
th,
td,
tr {
  padding: .3em;
}
tr {
  border-bottom: 1px solid #ccc;
  background: #efefef;
  background: rgba(0, 0, 0, 0.063);
}
thead > tr {
  border-bottom: 1px solid #000;
}
tr.odd {
  background: #e4e4e4;
  background: rgba(0, 0, 0, 0.105);
}
table tr th {
  border-bottom-style: none;
  background: #757575;
  background: rgba(0, 0, 0, 0.51);
}
table tr th,
table tr th a,
table tr th a:link,
table tr th a:hover,
table tr th a:focus {
  color: #fff;
  font-weight: bold;
}
table tbody tr th {
  vertical-align: top;
}
table.sticky-enabled thead {
  position: sticky;
  z-index: 500;
  top: var(--drupal-displace-offset-top, 0);
}
.divider {
  height: 100%;
  border-left: 1px dashed #ccc; /* LTR */
}
[dir="rtl"] .divider {
  border-left: none !important;
  border-right: 1px dashed #ccc;
}
.signature p {
  font-size: .95em;
  margin: 7px 0;
}
blockquote {
  padding: 0 0 0 .5em; /* LTR */
  border-left: 4px solid #ddd; /* LTR */
  font-style: italic;
  clear: both;
}
[dir="rtl"] blockquote {
  padding: 0 .5em 0 0;
  border-left: none;
  border-right: 4px solid #ddd;
}
.breadcrumb {
  font-size: .95em;
}
.by {
  position: absolute;
  bottom: 0;
  right: 0; /* LTR */
  text-align: right;
  clear: both;
  font-size: .8em;
  margin: 0 1em;
}
[dir="rtl"] .by {
  left: 0;
  text-align: left;
}
.by,
.by a,
.by a:hover {
  text-decoration: none;
  border-bottom: none;
  color: #777 !important;
}
.maintenance-page .layout-container {
  max-width: 50em;
  margin: 1em auto;
  font-family: sans-serif;
  border: 1px dashed #ccc;
}
.maintenance-page #main {
  margin: 1.2em;
}
a.icon-help,
a.feed-icon {
  border-bottom: none;
}
.node--view-mode-teaser {
  border-bottom: 1px dashed #ccc;
  padding: 0 0 .5em 0;
}
.field--name-user-picture img {
  float: right; /* LTR */
  margin: 0 0 0 10px; /* LTR */
}
[dir="rtl"] .field--name-user-picture img {
  float: left;
  margin: 0 10px 0 0;
}
.block-entity-viewuser .field--name-user-picture img {
  float: none;
  margin: 0 auto;
}
img {
  max-width: 100%;
  height: auto;
  display: block;
}
.node__submitted,
p.comment__submitted,
.submitted {
  font-size: .9em;
  margin: 0;
}
.comment {
  border: 1px solid #d3d3d3;
  padding: .5em;
  margin-bottom: 1em;
}
.comment-title {
  background: transparent url(../images/icon-comment.png) left center no-repeat; /* LTR */
  padding: .1em 1em;
}
[dir="rtl"] .comment-title {
  background: transparent url(../images/icon-comment_rtl.png) right center no-repeat !important;
}
.forum td.container {
  background: #cdcdcd;
  color: #000;
}
.forum td.container,
.forum td.container .name a {
  background-image: url(../images/forum-container.jpg);
  background-position: right top; /* LTR */
  background-repeat: no-repeat;
}
[dir="rtl"] .forum td.container,
[dir="rtl"] .forum td.container .name a {
  background-position: left top;
}
.taxonomy-term {
  background-color: rgba(238, 238, 238, 0.5);
  border: 1px solid #ddd;
  padding: .3em 1em;
  margin-bottom: 4em;
}


/* Visual styles for item list. */
.item-list .title {
  font-weight: bold;
}
.item-list ul {
  margin: 0 0 0.25em 0;
  padding: 0;
}
.block-system-main-block .item-list ul:has(h2),
.views-view-grid .item-list ul,
.views-view-responsive-grid .item-list ul {
  list-style: none;
  padding: 0;
}
.item-list li {
  margin: 0; /* LTR */
}

/* Comma separated lists. */
.item-list--comma-list {
  display: inline;
}
.item-list--comma-list .item-list__comma-list,
.item-list__comma-list li,
[dir="rtl"] .item-list--comma-list .item-list__comma-list,
[dir="rtl"] .item-list__comma-list li {
  margin: 0;
}


/* Visual styles for menu. */
ul.menu {
  list-style: none outside;
}
.menu-item.menu-item--expanded {
  list-style-type: circle;
  list-style-image: url(../images/menu-expanded.png);
}
.menu-item.menu-item--collapsed {
  list-style-type: disc;
  list-style-image: url(../images/menu-collapsed.png); /* LTR */
}
[dir="rtl"] .menu-item.menu-item--collapsed {
  list-style-image: url(../images/menu-collapsed_rtl.png);
}
.menu-item {
  margin: 0;
  padding-top: 0.2em;
  list-style-type: square;
  list-style-image: url(../images/menu-leaf.png);
}
ul.menu a.is-active {
  color: #000;
}


/* Visual styles for fields. */
.field__label {
  font-weight: bold;
}
.field--label-inline .field__label,
.field--label-inline .field__items {
  float: left; /* LTR */
}
[dir="rtl"] .field--label-inline .field__label,
[dir="rtl"] .field--label-inline .field__items {
  float: right;
}
.field--label-inline .field__label,
.field--label-inline > .field__item,
.field--label-inline .field__items {
  padding-right: 0.5em;
}
[dir="rtl"] .field--label-inline .field__label,
[dir="rtl"] .field--label-inline .field__items {
  padding-right: 0;
  padding-left: 0.5em;
}
.field--label-inline .field__label::after {
  content: ":";
}
.field--type-entity-reference.field__items {
  margin: 0.5em 0;
}
.node__links {
  margin: 0.5em -0.5em;
  clear: both;
}
.field--type-entity-reference.is-term .field__item,
.node__links li {
  display: inline;
  padding: 0 0.5em;
  border-right: 1px solid #d3d3d3; /* LTR */
}
[dir="rtl"] .field--type-entity-reference.is-term .field__item,
[dir="rtl"] .node__links li {
  border-right: none;
  border-left: 1px solid #d3d3d3;
}
.field--type-entity-reference .field__item:last-of-type,
.node__links li:last-of-type {
  border-right: none;
}
form .field--name-field-image .form-text {
  width: 100%;
}
.node__content .field--name-body {
  margin: 1em 0;
}


/* Visual styles for tabs. */
.tabs a {
  background-color: #fafafa;
  border-left: 1px solid #ccc;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
.tabs a:focus,
.tabs a:hover,
.tabs a.is-active {
  background-color: #ddd !important;
  padding: 0.2em 1em !important;
}
.vertical-tabs__menu {
  padding: 0 !important;
}


/* blocks */

.block ul {
  padding: 0 0 0 1em; /* LTR */
}
[dir="rtl"] .block ul {
  padding: 0 1em 0 0;
}
.node__content ul {
  padding: 0 0 0 2em;
}
[dir="rtl"] .node__content ul {
  padding: 0 2em 0 0;
}
#header .block ul {
  padding: 0;
}
.region-topreg .block {
  margin: 0 0 5px 0;
}
.region-header .block,
.region-header .content {
  margin: 0;
  padding: 0;
}
.sections .block {
  margin: 10px;
}
#middlecontainer .block {
  margin: 0 0 20px 0;
}
#footer .block {
  margin: 5px;
}
#sidebar-left .block,
#sidebar-right .block,
.sections .block {
  padding: 5px;
}
.themed-block {
  border: 1px solid #ddd;
  padding: 10px;
}
.user .field,
.people.create .form-wrapper {
  padding: .3em 0;
}
label {
  font-weight: bold;
}


/*** PURE FORMS ***/

.pure-button,
.button {
  background-color: #e6e6e6;
  border: 1px solid #ccc;
}
.pure-button, /*.form-item,*/
.button:first-child,
.image-button:first-child {
  margin: .2em;
}
.pure-form select {
  padding: .4em .7em;
}
.pure-form input,
.pure-form select {
  max-width: 100%;
}
#sidebar-left input.form-text,
#sidebar-right input.form-text,
.block-search input {
  box-sizing: border-box;
  width: 100%;
}
.block-search input[type="text"] {
  float: left; /* LTR */
}
[dir="rtl"] .block-search input[type="text"] {
  float: right;
}
.block-search input[type=image].pure-button {
  border: none !important;
  background-color: transparent;
  box-shadow: none !important;
  padding: 0;
  width: 2em;
  height: 2em;
}
.block-search input[type=image].pure-button:focus,
.block-search input[type=image].pure-button:hover {
  background-image: none;
  filter: invert(0%) sepia(90%) saturate(7500%) hue-rotate(60deg) brightness(88%) contrast(112%);
}
#header .form-text,
#header .pure-button {
  display: inline-block;
}
#header .form-text {
  margin: .3em 0;
}
#edit-preview.pure-button {
  background-color: #d3eda3;
}
.button--danger.button,
#edit-cancel.button {
  background-color: #f5ab9e;
  border: 1px solid #ccc;
}
a.button--danger.button,
a#edit-cancel.button {
  color: #000;
}
.button--danger.button,
#edit-cancel.button {
  margin: .2em;
  padding: .55em 1em;
  vertical-align: middle;
  text-decoration: none;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.button--danger.button:hover,
.button--danger.button:focus,
#edit-cancel.button:hover,
#edit-cancel.button:focus {
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(40%, rgba(0,0,0, 0.05)), to(rgba(0,0,0, 0.10)));
  background-image: linear-gradient(transparent, rgba(0,0,0, 0.05) 40%, rgba(0,0,0, 0.10));
}
.button--danger.button:active,
#edit-cancel.button:active {
  -webkit-box-shadow: 0 0 0 1px rgba(0,0,0, 0.15) inset, 0 0 6px rgba(0,0,0, 0.20) inset;
  box-shadow: 0 0 0 1px rgba(0,0,0, 0.15) inset, 0 0 6px rgba(0,0,0, 0.20) inset;
  border-color: #000;
}
.js .dropbutton-multiple .dropbutton-widget {
  background: #fff;
}


/*** PAGER ***/

.pager__item {
  margin: 0;
  padding: .5em 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.pager__item a {
  padding: .5em .7em;
  border-bottom: none;
}
.pure-paginator {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  row-gap: 1em;
}
.block ul.pure-paginator {
  padding: 0;
}
ul.pure-paginator a {
  color: #000;
  box-shadow: none !important;
}
ul.pure-paginator .is-active,
ul.pure-paginator .is-active a {
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.15) inset, 0 0 6px rgba(255, 255, 255, 0.2) inset;
}


/*** MENU & link STYLES ***/

.ml .pure-menu-horizontal,
.ml #submenu ul {
  text-align: left;
}
.mc .pure-menu-horizontal,
.mc #submenu ul {
  text-align: center;
}
.mr .pure-menu-horizontal,
.mr #submenu ul {
  text-align: right;
}
#submenu {
  margin: 0 20px 5px;
}
#submenu ul,
.region-footer ul {
  padding: 5px 0;
}
#submenu ul,
.region-topreg ul,
.region-footer ul {
  margin: 0;
}
#submenu li,
#menu2 li,
.region-topreg li,
.region-footer li {
  display: inline;
  white-space: nowrap;
}
#submenu li a {
  padding: 3px 7px;
  margin: 0;
  border: 1px solid #ddd;
  background: #eee;
}
#submenu li a:hover {
  background: #dbdbdb;
}
#menu2 ul.menu {
  margin: 0;
  padding: 0;
  text-align: center;
}
#menu2 li,
.region-topreg li,
.region-footer li {
  padding: 0 0.4em;
  border-right: 1px solid #bbb; /* LTR */
}
[dir="rtl"] #menu2 li,
[dir="rtl"] .region-topreg li,
[dir="rtl"] .region-footer li {
  border-right: none;
  border-left: 1px solid #bbb;
}
#menu2 li:last-of-type,
.region-topreg li:last-of-type,
.region-footer li:last-of-type {
  border-right: none;
}
[dir="rtl"] #menu2 li:last-of-type,
[dir="rtl"] .region-topreg li:last-of-type,
[dir="rtl"] .region-footer li:last-of-type {
  border-left: none;
}


/*** DROPDOWN ***/

#menu {
  margin: 0 20px;
}
.pure-menu ul {
  margin: 0;
}
.menu-toggle {
  width: 2.3em;
  height: 2.3em;
  float: right; /* LTR */
  margin: 0 10px 0 0; /* LTR */
  display: none;
  background: #eee;
  border: 1px solid #ccc;
  border-bottom: none !important;
}
[dir="rtl"] .menu-toggle {
  float: left;
  margin: 0 0 0 10px;
}
.menu-toggle .bars {
  display: block;
  width: 1.25em;
  height: .13em;
  position: relative;
  top: 1.2em;
  left: .5em; /* LTR */
  background: #333;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  transition: all .5s;
}
[dir="rtl"] .menu-toggle .bars {
  right: .5em;
}
.menu-toggle .bars:first-child {
  top: 1.3em; /* bars' intersection correction */
  -webkit-transform: translateY(-6px);
  -moz-transform: translateY(-6px);
  -ms-transform: translateY(-6px);
  transform: translateY(-6px);
}
.menu-toggle.x .bars {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.menu-toggle.x .bars:first-child {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.open .menu-transform {
  clear: both;
}
.pure-menu-horizontal {
  white-space: normal;
}
.pure-menu-list {
  padding: 0 18px;
}
.pure-menu-list li { /* IE7 */
  list-style: none;
}
.pure-menu-link,
.pure-menu-disabled {
  padding: .4em 1.5em; /* items dimenssions */
}
.pure-menu-link {
  text-decoration: none !important;
  text-transform: uppercase;
  font-weight: 500;
  text-align: left; /* LTR */
}
[dir="rtl"] .pure-menu-link {
  text-align: right;
}
.primary-nav__menu-link--level-1 {
  margin: 3px 0 0 0;
}
.pure-menu-children {
  box-shadow: 5px 5px 5px #999;
}
.pure-menu-children .pure-menu-link {
  margin: 0;
}
.pure-menu-children .pure-menu-children {
  left: 100%; /* LTR */
  top: 0;
}
[dir="rtl"] .pure-menu-children .pure-menu-children {
  left: auto;
  right: 100%;
  box-shadow: -1px 5px 5px #999;
}

/* Dropdown delay */
.pure-menu-children {
  display: block;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.35s ease-in;
  -moz-transition: all 0.35s ease-in;
  -o-transition: all 0.35s ease-in;
  transition: all 0.35s ease-in;
}
.pure-menu-item:hover > .pure-menu-children {
  opacity: 1;
  visibility: visible;
}

/* Dropdown arrows */
.pure-menu-has-children > .pure-menu-link:after {
  content: "\25BE";
  margin: 0 -.6em 0 0; /* LTR */
}
[dir="rtl"] .pure-menu-has-children > .pure-menu-link:after {
  margin: 0 0 0 -.8em !important;
  padding-left: 0;
  padding-right: .5em;
}
.pure-menu-has-children .pure-menu-has-children > .pure-menu-link:after {
  content: "\25B8";
}
[dir="rtl"] .pure-menu-has-children .pure-menu-has-children > .pure-menu-link:after {
  content: "\25C2";
}

/* Hide aria-hidden="true" button from menu--primary-menu.html.twig with CSS instead of JS */
.primary-nav__button-toggle,
.byy {
  display: none;
}


/*** PREVIEW ***/

.node-preview-container {
  position: fixed;
  z-index: 499;
  width: 100%;
  padding: 30px 0 10px;
  background: #efefef;
  text-align: center;
}
.node-preview-backlink {
  display: inline-block;
  margin: 5px 10px;
  padding: .5em 1em;
  background-color: #d3eda3;
  border: 1px solid #ccc;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.node-preview-backlink:focus,
.node-preview-backlink:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(40%, rgba(0,0,0, 0.05)), to(rgba(0,0,0, 0.10)));
  background-image: linear-gradient(transparent, rgba(0,0,0, 0.05) 40%, rgba(0,0,0, 0.10));
}
.node-preview-container .form-item-view-mode {
  display: inline-block;
  margin: 5px;
}


/*** MODULE SPECIFIC STYLES ***/
.book-navigation ul.book-pager {
  border-top: 1px dashed #ccc;
  border-bottom: 1px dashed #ccc;
}
.themed-block .crypto-widget-body {
  padding: .3em;
  background: #282828;
}
.block-addtoany-block {
  text-align: center;
}
.block-node-syndicate-block .feed-icon {
  margin: auto;
}
a.tabledrag-handle,
a.tabledrag-handle:hover {
  border: none;
}
.views-displays .tabs.secondary li a {
  background-color: #dedede;
  border: 1px solid #555;
  padding: .2em 1em;
}
.views-displays .tabs li a:hover,
.views-displays .tabs li.is-active a,
.views-displays .tabs li.is-active a.is-active {
  background-color: #bbb !important;
  color: #000;
  padding: .2em 1em;
}
.poll .form-radio,
.poll label.option {
  display: inline;
}
.addtoany_list a:hover {
  border-bottom: none;
}
.region-title[data-drupal-selector^="edit-blocks-region"] {
  background: rgba(68, 68, 68, 0.3);
}
.photoswipe-gallery .field__item {
  display: inline-block;
}


/*** ROUNDED CORNERS ***/

.rnd .themed-block .crypto-widget-body,
.rnd pre,
.rnd .region-highlighted,
.rnd .themed-block,
.rnd .taxonomy-term,
.rnd #middlecontainer .block,
.rnd .sections .block,
.rnd .form-actions .pure-button,
.rnd ul.pure-paginator .pure-button-active a,
.rnd .pure-form input,
.rnd #submenu a,
.rnd .comment,
.rnd .field--name-user-picture img,
.rnd blockquote {
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.rnd .pure-menu-link,
.rnd .pure-menu-link a:hover,
.rnd .pure-menu-link a:focus {
  -webkit-border-radius: 7px 7px 0 0;
  border-radius: 7px 7px 0 0;
}
.rnd .pure-menu-children .pure-menu-link,
.rnd .pure-menu-children .pure-menu-link a:hover,
.rnd .pure-menu-children .pure-menu-link a:focus {
  -webkit-border-radius: 0;
  border-radius: 0;
}
.rnd .tabs a,
.rnd .menu-toggle {
  border-radius: 5px 5px 0 0;
}
.rnd .pager__item:first-of-type {
  border-radius: 6px 0px 0px 6px; /* LTR */
}
[dir="rtl"] .rnd .pager__item:first-of-type {
  border-radius: 0px 6px 6px 0px;
}
.rnd .pager__item:last-of-type {
  border-radius: 0px 6px 6px 0px; /* LTR */
}
[dir="rtl"] .rnd .pager__item:last-of-type {
  border-radius: 6px 0px 0px 6px;
}


/*** MEDIA SCREENS (35.5, 48 & 64em) ***/

@media screen and (max-width: 64em) {
  #top_right,
  #body_right,
  #sidebar-left,
  #sidebar-right,
  #section1,
  #section2,
  #main {
    padding: 0;
    margin: 0;
  }
  #top_left,
  #top_right,
  #top_bg,
  #body_left,
  #body_right,
  #middlecontainer {
    background: none !important;
    border: none;
  }
  .himg #headimg,
  #headimg {
    border: none;
  }
  #header .block-system-branding-block {
    float: left; /* LTR */
    margin: 0 0 -2.4em 0;
    width: 95%;
  }
  [dir="rtl"] #header .block-system-branding-block {
    float: right;
  }
  .logoimg {
    margin: 0;
    padding: 0;
    height: 2.5em;
  }
  #name-and-slogan {
    padding: 0 .5em;
  }
  p#site-name a,
  p#site-name a:hover,
  h1#site-name a,
  h1#site-name a:hover {
    font-size: 1.4em;
    line-height: 1.7em;
  }
  #menu {
    margin: 0;
  }
  #submenu {
    padding: 2px;
  }
  .sections .block,
  .sections .themed-block {
    margin: 10px;
  }
  .region-topreg {
    padding: 10px;
  }
  .breadcrumb {
    padding: 5px 10px;
  }
  .divider {
    border: none !important;
  }
  .ml #submenu,
  .mr #submenu {
    text-align: center;
  }
  .nb1 #section1,
  .nb2 #section2,
  .nbl #sidebar-left,
  .nbr #sidebar-right,
  .by,
  .pure-menu-horizontal,
  .site-slogan {
    display: none;
  }
  .menuband,
  .primary-nav__menu--level-1 {
    border-bottom: 1px solid #ddd;
  }
  .primary-nav__menu--level-1 {
    position: absolute;
    width: 100%;
    z-index: 3;
  }
  .pure-menu-allow-hover:hover > .pure-menu-children {
    display: block;
    position: relative;
    left: 0; /* LTR */
    padding: 0 0 0 1em !important; /* LTR */
  }
  [dir="rtl"] .pure-menu-allow-hover:hover > .pure-menu-children {
    right: 0;
    padding: 0 1em 0 0 !important;
  }
  .pure-menu-has-children > .pure-menu-link:after,
  .pure-menu-has-children .pure-menu-has-children > .pure-menu-link:after {
    content: "\25BE" !important;
  }
  .pure-menu-children {
    box-shadow: none !important;
  }
  .pure-menu-heading,
  .menu-toggle {
    display: block;
  }
  .pure-menu-list {
    padding: 0 10px;
    background: #fff;
  }
  .pure-menu-link {
    margin: 0;
    border-top: 1px solid #eee !important;
  }
  .rnd .pure-menu-link,
  .rnd .pure-menu-link a:hover,
  .rnd .pure-menu-link a:focus {
    -webkit-border-radius: 0;
    border-radius: 0;
  }
  .maintenance-page #name-and-slogan {
    margin: 0 .8em;
  }
  .maintenance-page h1#site-name a,
  .maintenance-page .site-slogan {
    display: block;
  }
  .taxonomy-term {
    padding: 0 .7em;
  }
}
