/* Begin sidebar-navigation */
.epo-legal .sidebar-navigation h3 {
  padding-bottom: 0;
  margin-bottom: 0 !important;
}
.epo-legal .sidebar-navigation h3.content {
  background-color: white;
}
.epo-legal .sidebar-navigation p.overview {
  padding: 0 14px 20px 20px;
  background-color: #eeeff2;
  margin-bottom: 0px;
}
.epo-legal .sidebar-navigation p.overview.content {
  background-color: white;
}
.epo-legal .sidebar-navigation .field-content.field-selected a {
  background-color: #eeeff2;
}

div.site-drupal div.sidebar-navigation {
  position: relative;
  width: 100%;
}
div.site-drupal div.sidebar-navigation div.tree_section {
  font-weight: bold;
  text-decoration: none;
  /* padding: 10px 15px 9px 15px; */
  position: relative;
}

@media only screen and (max-width: 576px) {
  div.site-drupal div.col-md-6 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  div.site-drupal div.site-right {
    display: none;
    flex: 0;
  }
}
@media only screen and (max-width: 992px) {
  .col-md-6 {
    flex: 0 0 75%;
    max-width: 75%;
  }
}
/* End sidebar-navigation */
/* Begin modal */
body.epo-legal .ui-dialog {
  z-index: 100000;
  position: absolute;
  float: left;
  left: 50%;
  top: 50vh;
  transform: translate(-50%, -50%);
  max-width: 50%;
}
body.epo-legal .ui-dialog .ui-dialog-titlebar {
  display: flex;
  justify-content: space-between;
  /* border-color: rgba(0, 0, 0, 0.15) !important; */
  padding: 12px 12px 12px 24px !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15) !important;
  border-radius: 0px !important;
}
body.epo-legal .ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close {
  width: 36px;
  height: 36px;
  border-radius: 50px;
  margin-top: -6px !important;
}
body.epo-legal .ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
body.epo-legal .ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close:before {
  content: "\f0156";
  cursor: pointer;
  width: 36px;
  height: 36px;
  font: normal normal normal 18px/1 "Material Design Icons";
  line-height: inherit;
  font-weight: 400;
  text-align: center;
  font-size: 24px;
  color: #21252c;
  border-radius: 50px !important;
}

/* End modal */
/* Begin left-hand menu */
/* container of the link and plus sign in the sidebar navigation */
div.site-drupal
  .sidebar-navigation
  #idTree
  > div
  > div.tree_section:first-child
  > div.tree_section_text:first-child {
  /* set first item top border */
  border-top: 1px solid #404955;
}
div.site-drupal .sidebar-navigation #idTree div.tree_section_text {
  border-bottom: 1px solid #404955;
  display: flex;
  align-items: center;
}
div.site-drupal .sidebar-navigation #idTree a {
  /* link text in sidebar navigation  */
  width: 80%;
  text-decoration: none;
  color: #21252c;
  /* padding: 10px 0px 9px 3px; */
  padding: 10px 0px 10px 3px;
}
div.site-drupal .sidebar-navigation #idTree a:only-child {
  width: 100%;
  padding: 10px 3px;
}
div.site-drupal .sidebar-navigation #idTree span.ckeditor-accordion-toggle {
  /* plus/minus button container in sidebar navigation */
  position: relative;
  cursor: pointer;
  width: 20%;
  height: 24px;
}
div.site-drupal
  .sidebar-navigation
  #idTree
  span.ckeditor-accordion-toggle::before {
  /* vertical bar of the plus sign in sidebar navigation */
  height: 17px;
  width: 2px;
  content: "";
  display: block;
  position: absolute;
  background: black;
  border-radius: 0.4rem;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  transition: all 0.5s ease;
}
div.site-drupal
  .sidebar-navigation
  #idTree
  span.ckeditor-accordion-toggle::after {
  /* horizontal bar of the plus sign in sidebar navigation */
  width: 17px;
  height: 2px;
  content: "";
  display: block;
  position: absolute;
  background: black;
  border-radius: 0.4rem;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  transition: all 0.5s ease;
}
div.site-drupal
  .sidebar-navigation
  #idTree
  span.ckeditor-accordion-toggle.dropdown-animation::before {
  /* animation of the vertical bar of the plus sign in sidebar navigation */
  transform: rotate(90deg);
}
div.site-drupal
  .sidebar-navigation
  #idTree
  span.ckeditor-accordion-toggle.dropdown-animation::after {
  /* animation of the horizontal bar of the plus sign in sidebar navigation */
  transform: rotate(180deg);
  opacity: 0;
}
div.site-drupal .sidebar-navigation #idTree div.tree_section_inner {
  padding-left: 12px;
}
div.site-drupal
  .sidebar-navigation
  #idTree
  div.tree_section
  > div.tree_section_inner {
  /* Reduce font-size per 10% each time depth increase. The minimum font-size is 12px. */
  /* font-size: 0.85em; */
  font-size: max(0.9em, 12px);
}
div.site-drupal
  .sidebar-navigation
  #idTree
  div.tree_section.closed
  div.tree_section_inner {
  display: none;
}
div.site-drupal .sidebar-navigation #idTree div.tree_section.selected_full {
  background-color: #4e91e9;
}
div.site-drupal .sidebar-navigation #idTree div.tree_section.selected_full a {
  color: white;
}
div.site-drupal
  .sidebar-navigation
  #idTree
  div.tree_section.selected
  > .tree_section_text {
  background-color: #eeeff2;
}
div.site-drupal
  .sidebar-navigation
  #idTree
  div.tree_section.full_hit
  > .tree_section_text {
  background-color: #e0ffb0;
}
div.site-drupal
  .sidebar-navigation
  #idTree
  div.tree_section.part_hit
  > .tree_section_text {
  background-color: #ffef98;
}
div.site-drupal
  .sidebar-navigation
  #idTree
  div.tree_section.selected.full_hit
  > .tree_section_text {
  background-color: greenyellow;
}
div.site-drupal
  .sidebar-navigation
  #idTree
  div.tree_section.selected.full_hit
  > .tree_section_text
  > a {
  color: black;
}
div.site-drupal
  .sidebar-navigation
  #idTree
  div.tree_section.selected.part_hit
  > .tree_section_text {
  background-color: #ffe03b;
}
div.site-drupal
  .sidebar-navigation
  #idTree
  div.tree_section.selected.part_hit
  > .tree_section_text
  > a {
  color: black;
}
div.site-drupal
  .sidebar-navigation
  #idTree
  div.tree_section.full_selected.part_hit
  > .tree_section_text {
  background-color: #4e91e9;
}
div.site-drupal
  .sidebar-navigation
  #idTree
  div.tree_section.full_selected.full_hit
  > .tree_section_text {
  background-color: greenyellow;
}
div.site-drupal
  .sidebar-navigation
  #idTree
  div.tree_section.full_selected.full_hit
  > .tree_section_text
  > a {
  color: black;
}

div.site-drupal #idSearch i.navi_search {
  position: absolute;
  right: 42px;
  top: 4px;
}
div.site-drupal #idSearch i.navi_search_prev {
  position: absolute;
  right: 23px;
  top: 4px;
}
div.site-drupal #idSearch i.navi_search_next {
  position: absolute;
  right: 4px;
  top: 4px;
}

/* End left-hand menu */
/* Begin fixes */
body.epo-legal input[disabled] {
  cursor: not-allowed;
}
body.epo-legal div.site-drupal {
  /* RL 23-12-2022 fix content going under header. */
  margin-top: 2rem;
}
body.epo-legal .site-logo img.img-logo,
body.epo-legal .site-logo img.img-logo-mobile {
  /* RL 06-02-2023 fix logo width affected by guides texts CSS. */
  width: unset;
}
body.epo-legal .block-system-breadcrumb-block ol.breadcrumb li:last-child {
  /* RL 08-09-2022 fix breadcrumb last item alignment. */
  height: 26px;
}
body.epo-legal
  .we-mega-menu-ul
  > .we-mega-menu-li.dropdown-menu
  > .we-mega-menu-submenu
  > .we-mega-menu-submenu-inner
  > .we-mega-menu-row
  > .we-mega-menu-col
  > .subul
  > .we-mega-menu-li
  > a,
body.epo-legal
  .we-mega-menu-col
  > .subul
  li.dropdown-menu.show-submegamenu
  > .we-mega-menu-submenu
  > .we-mega-menu-submenu-inner
  .subul
  li.we-mega-menu-li
  a {
  /* RL 09-09-2022 fix megamenu display of items. */
  display: block;
}
body.epo-legal h1.h2 a {
  /* RL 10-10-2022 fix link in titles. */
  color: #066ae3;
}
body.epo-legal h1.h2 a:hover {
  color: #084fa6;
  text-decoration: underline;
}
body.epo-legal.epc .site-right-menu,
body.epo-legal.epc-1973 .site-right-menu {
  /* RL 07-11-2022 fix alignment of the 3 columns to the main content top (set a default margin) */
  margin-top: 100px;
}
body.epo-legal a[name]:target:focus,
body.epo-legal a[id]:target:focus {
  text-decoration: none;
}
body.epo-legal.case-law .modal-footer {
  /* RL 23-11-2022 fix position of modal footer button */
  display: block;
}
body.epo-legal a.icon-link_internal::before {
  /* RL 29-11-2022 DALTON-163 fix link icon separated from link */
  display: inline;
}
body.epo-legal select {
  /* RL 29-11-2022 fix text in select is cut */
  padding-bottom: 4px;
}
body.epo-legal .block-social-sharing-buttons-block .social-sharing-buttons {
  /* RL 05-01-2023 fix share button being overlay by popup */
  top: 2rem;
}
body.epo-legal.official-journal #content a.ckeditor-accordion-toggler {
  /* RL 21-03-2023 DALTON-207 Fix wrong display value for <a> in OJ grouped content accordions */
  display: flex;
}

/* ARREGLO EPC */

.block-views-blockepc-left-epc-content .view-content .field-content a {
  color: #21252c;
  text-decoration: none;
  padding: 14px 25px 14px 20px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.block-views-blockepc-left-epc-content .view-content .field-content a:hover {
  color: #066ae3;
}

.view-display-id-left_epc_content_brothers .view-content .field-content a {
  color: #21252c;
  text-decoration: none;
  padding: 14px 25px 14px 20px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.view-display-id-left_epc_content_brothers
  .view-content
  .field-content
  a:hover {
  color: #066ae3;
}
.view-display-id-left_epc_content_brothers
  .view-content
  .field-content
  a:after {
  display: none;
}

.block-views-blockepc-block-1 {
  display: none;
}

.epo-legal .bottom-list .view-content div .views-field-title {
  border-top: 1px solid rgba(64, 73, 85, 0.3);
}
.epo-legal .bottom-list .view-content div .views-field-title:hover {
  background-color: rgba(64, 73, 85, 0.05);
}
.epo-legal .bottom-list .view-content div .views-field-title a {
  padding-top: 14px;
  padding-bottom: 14px;
  padding-right: 0;
  padding-left: 1rem;
  color: #21252c;
  font-size: 1em;
  line-height: 24px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  text-decoration: none;
}

.epo-legal [class*="field-display-title"].block h1 {
  margin-top: 0;
  margin-bottom: 2rem;
}
.epo-legal [class*="field-caption"] {
  margin-bottom: 1.5rem;
  margin-top: 0;
}

.epo-legal [class*="-previous"].block a:before,
.epo-legal [class*="-next"].block a:before,
.legal-texts [class*="-previous"].block a:before,
.legal-texts [class*="-next"].block a:before,
.epo-legal .bottom-list .view-content div .views-field-title a:after,
.page-node-type-landing-page.showlefthandmenu-landing
  .legal-texts
  .block-fixed-block-contentbutton-left-submenu-close
  .icon-close:before,
.page-node-type-landing-page
  .legal-texts
  .sidebar-navigation
  .left-hand-submenu:after,
.page-node-type-landing-page
  .landing-pages
  .sidebar-navigation
  .left-hand-submenu:after,
.page-node-type-landing-page
  .legal-texts
  .sidebar-navigation
  .left-hand-submenu:before,
.page-node-type-landing-page
  .landing-pages
  .sidebar-navigation
  .left-hand-submenu:before,
.page-node-type-landing-page
  .legal-texts
  .sidebar-navigation
  [class*="go-back-landing"].block
  a:before,
.page-node-type-landing-page
  .landing-pages
  .sidebar-navigation
  [class*="go-back-landing"].block
  a:before,
.epo-legal [class*="-left-submenu-close"].block .icon-close:before,
.epo-legal .left-hand-submenu:after,
.epo-legal .left-hand-submenu:before,
.epo-legal [class*="go-back"].block a:before,
.patent-country-item .view-empty:before,
.block-views-blockstatistics-centre-apps-statistics-chart .view-empty:before,
.form--search-epo-right .view-content > div .field--name-field-pagetype:after,
.form--search-epo-right .view-content > div .document_label:after,
.we-mega-menu-col > .subul li.dropdown-menu > .arrow:before,
.we-mega-menu-ul
  .dropdown-menu.show-megamenu
  > .we-mega-menu-submenu
  > .we-mega-menu-submenu-inner
  > .close-megamenu:after,
.epo-legal #idTOCAccordion .card-header-white h5:after,
.block-fixed-block-contentcopy-url-button .share-block .copy_url_button:before,
.languagedisclaimer-wrapper
  .languagedisclaimer-content
  .languagedisclaimer
  .close:before,
.languagedisclaimer-wrapper
  .languagedisclaimer-content
  .languagedisclaimer
  .ld-icon:before,
.form-item.form-type-managed-file .form-managed-file .file--image:before,
.form-item.form-type-webform-document-file
  .form-managed-file
  .file--image:before,
.form-item.form-type-webform-audio-file .form-managed-file .file--image:before,
.form-item.form-type-webform-image-file .form-managed-file .file--image:before,
.form-item.form-type-webform-video-file .form-managed-file .file--image:before,
.overlay-icon-mail:before,
.overlay-icon-dock:before,
.card
  .DOC4NET_TOCSub
  .DOC4NET_TOCEntry
  .DOC4NET_TOCSub
  .card-header-white
  a
  h5:after,
.card .card-body ul li:before,
.select2-container--default
  .select2-selection--multiple
  .trailing-icon.select2-selection__choice:after,
.trailing-icon.chip:after,
.trailing-icon.chip-dark:after,
.select2-container--default
  .select2-selection--multiple
  .leading-icon.select2-selection__choice:before,
.leading-icon.chip:before,
.leading-icon.chip-dark:before,
.block-views-exposed-filter-blockbulletin-archive
  .bef-exposed-form
  .form--inline
  .form-wrapper:before,
.right-icons-aligned li a.icon-call:before {
  display: inline-block;
  font: normal normal normal 24px/1 "Material Design Icons";
  text-rendering: auto;
  line-height: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.125em;
  direction: ltr;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
}

.epo-legal .bottom-list .view-content div .views-field-title a:after {
  font-size: 24px;
  line-height: inherit;
  color: #000;
  content: "\f0142";
  margin-right: 0;
}

.epo-legal [class$="body"].block-layout-builder p,
.legal-texts [class$="body"].block-layout-builder p {
  margin-bottom: 1.5rem;
}

.legal-texts h1 {
  margin-top: 2rem;
  margin-bottom: 1.5rem;
}

.block-system-breadcrumb-block ol.breadcrumb,
.block-search-page-breadcrumb ol.breadcrumb {
  display: flex;
  background-color: transparent;
  border-radius: 0;
  font-weight: 400;
  font-size: 0.75em;
  line-height: 17px;
  margin-bottom: 0;
  padding: 0;
}
.block-system-breadcrumb-block ol.breadcrumb li,
.block-search-page-breadcrumb ol.breadcrumb li {
  display: flex;
  align-items: center;
  height: 28px;
  color: #21252c;
  font-weight: 400;
  padding: 0;
  line-height: 24px;
}
.block-system-breadcrumb-block ol.breadcrumb li a,
.block-search-page-breadcrumb ol.breadcrumb li a {
  max-width: 150px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* ARREGLO EPC END */


/* RL 31-10-2022 fix display of footnotes in natlaw when targeted & add hidden margin for jump within page to be aligned with header height */
html {
  scroll-padding-top: 95px;
}

/* End fixes */
/* Begin Responsive */
@media only screen and (max-width: 991px) {
  .breadcrumb-page-actions > div.lc-inline_column_second-content-edit {
    justify-content: center;
  }
  .legal-texts.lc-inline_section-edit
    .sidebar-navigation.lc-inline_column_first-edit
    > div.lc-inline_column_first-content-edit {
    justify-content: center;
    padding-bottom: 4rem;
    margin-bottom: 2rem;
  }
  .epo-legal
    div.legal-texts.lc-inline_section-edit
    div.lc-inline_column_first-edit.sidebar-navigation {
    display: none !important;
  }
  .epo-legal.showlefthandmenu
    .legal-texts.lc-inline_section-edit
    .sidebar-navigation.lc-inline_column_first-edit
    > div.lc-inline_column_first-content-edit {
    border-bottom: 1px #bfc6cf solid;
  }
  .epo-legal.showlefthandmenu
    div.legal-texts.lc-inline_section-edit
    div.lc-inline_column_first-edit.sidebar-navigation {
    display: block !important;
    padding-top: 1rem;
  }
  .epo-legal.showlefthandmenu div.breadcrumb-page-actions {
    /* display: none; */
    margin-top: 2rem;
  }
  .epo-legal.showlefthandmenu
    .layoutcomponents-two-column
    .sidebar-navigation
    > .lc-inline_column_first-content-edit {
    width: 80%;
  }

  .epo-legal.showlefthandmenu .lc-section-447 .sidebar-navigation {
    display: flex !important;
    justify-content: center;
  }
  .epo-legal.showlefthandmenu
    .sidebar-navigation
    div.block-field-blocknodeofficial-journalfield-display-title,
  .epo-legal.showlefthandmenu
    .sidebar-navigation
    div.block-field-blocknodeeuropean-patent-conventionsfield-display-title {
    width: 100%;
    justify-content: center;
  }
  .epo-legal.showlefthandmenu
    .sidebar-navigation
    div.block-views-blockepc-left-epc-content {
    width: 80%;
  }
  .epo-legal.showlefthandmenu
    .sidebar-navigation
    div.block-field-blocknodeofficial-journalfield-display-title
    > div,
  .epo-legal.showlefthandmenu
    .sidebar-navigation
    div.block-field-blocknodeeuropean-patent-conventionsfield-display-title
    > div {
    /* width: fit-content; */
    width: 80%;
  }
  .epo-legal.showlefthandmenu .sidebar-navigation [class*="go-back"].block {
    margin-top: 0;
  }
  .epo-legal.showlefthandmenu .sidebar-navigation h3 {
    padding-bottom: 0.5rem;
    padding-top: 1rem;
  }
  .epo-legal.official-journal
    div.legal-texts.lc-inline_section-edit
    div.lc-inline_column_first-edit.sidebar-navigation {
    max-width: 100%;
    flex-basis: 100%;
  }
  .epo-legal.official-journal
    div.legal-texts.lc-inline_section-edit
    div.lc-inline_column_first-edit.sidebar-navigation:nth-child(1) {
    display: block !important;
  }
}
.region.region-header .tbm-megamenu a.secondary-button.button-icon {
  padding: 8.8px 16px;
  margin-right: 8px;
  color: #fff;
  display: inline-flex;
  font-size: 14px;
}

.region.region-header .tbm-megamenu a.secondary-button.button-icon:hover {
  background-color: #505862;
  color: #fff;
}
.region.region-header
  .tbm-megamenu
  .dropdown-menu
  .tbm-megamenu-block
  a.button-icon:hover {
  background-color: #505862;
}
.region.region-header
  .tbm-megamenu
  .dropdown-menu
  p
  > a[href]:not(.button-icon):not(.icon-magnify-plus-outline) {
  font-weight: 600;
  white-space: pre-line;
  margin-top: -9px;
}

@media only screen and (min-width: 1501px) {
  .region-header .block-tb-megamenu .mega-dropdown-inner {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .region-header .level-2 .mega-dropdown-menu .mega-dropdown-inner {
    padding-bottom: 1rem;
  }
}
/* RL 13-10-2022 fix header responsivity issues */
@media only screen and (min-width: 1201px) and (max-width: 1670px) {
  body.epo-legal .we-megamenu-nolink,
  body.epo-legal .we-mega-menu-li {
    width: min-content;
  }
}
/* End Responsive */
/* Begin Print */
@media print {
  header,
  footer,
  .sidebar-navigation,
  .legal-texts .lc-inline_column_third-edit,
  .block-epo-print-link,
  .block-social-sharing-buttons-block {
    display: none;
  }
  div.site-drupal > .layoutcomponents-two-column,
  div.site-drupal > .layoutcomponents-three-column {
    margin: 0 auto;
  }
  .epo-legal div.show-modification-body {
    max-width: 100%;
  }
  .official-journal .separation-prev-next-buttons,
  .official-journal .block-views-blockepo-oj-oj-previous,
  .official-journal .block-views-blockepo-oj-oj-next {
    display: none !important;
  }
  .official-journal .lc-inline_column_second-edit {
    max-width: 100%;
  }
  body.national-law div.natlaw-table td,
  body.national-law div.natlaw-table th,
  body.national-measures-up div.natlaw-table td,
  body.national-measures-up div.natlaw-table th {
    /* RL 30-03-2023 override display none when printing. */
    display: table-cell !important;
  }
  .lc-container-cols.row {
    display: block;
  }
}
/* End Print */
@media only screen and (min-width: 1501px) {
  .region-header #block-epologo #block-epo-org-branding {
    position: relative;
    bottom: 12px;
  }
  .region-header .caret {
    display: none !important;
  }
  .region-header .close-wrapper {
    position: absolute;
    right: 30px;
    top: -40px;
    z-index: 10000;
  }
  .region-header .close-wrapper .close-megamenu {
    width: 25px;
    height: 25px;
    color: #21252c;
    cursor: pointer;
    z-index: 1000;
    border: none;
    background-color: unset;
  }
  .region-header .close-wrapper .close-megamenu:hover {
    color: #0262ca;
  }
  .region-header .close-wrapper .close-megamenu:focus {
    box-shadow: rgba(0, 211, 255, 0.4) 0px 0px 0px 3px;
  }
  .region-header .close-wrapper .close-megamenu:after {
    display: inline-block;
    text-rendering: auto;
    line-height: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font: normal normal normal 28px/1 "Material Design Icons";
    font-size: 1.125em;
    direction: ltr;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    position: absolute;
    font-size: 26px;
    font-weight: 400;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    width: 24px;
    height: 24px;
    top: 5px;
    right: 1px;
    transform: none;
    content: "\f0156";
  }
  .region-header .block-fixed-block-contentlegal-text-megamenu a {
    display: inherit;
    padding: 0;
    clear: inherit;
    font-weight: inherit;
    line-height: 28px;
    color: #fff !important;
    width: 160px;
    height: 35px;
    font-size: 14px !important;
    white-space: inherit;
  }
  .region-header .block-tb-megamenu {
    max-width: 1920px;
    width: 100%;
    position: unset;
  }
  .region-header .block-tb-megamenu .tbm-megamenu {
    background-color: #fff;
    flex-wrap: nowrap;
    width: 100%;
    justify-content: center;
    display: flex;
    position: unset;
  }
  .region-header .block-tb-megamenu li {
    list-style: none;
    transition: 500ms ease-in-out;
  }
  .region-header .block-tb-megamenu li button:not(.close-megamenu) {
    display: none;
  }
  .region-header .block-tb-megamenu li .button-icon {
    font-family: "Open Sans Semibold", sans-serif !important;
  }
  .region-header .block-tb-megamenu .tbm-nav li.level-1 {
    border-right: none;
  }
  .region-header
    .block-tb-megamenu
    .tbm-nav
    li.level-1
    a:not(.button-icon):not(.icon-magnify-plus-outline) {
    color: #000;
    font-size: 12px;
    background-color: transparent;
    background-image: none;
    text-decoration: none;
  }
  .region-header .block-tb-megamenu .tbm-nav li.level-1 span.tbm-link.no-link {
    color: #000;
    font-size: 12px;
    cursor: pointer;
    font-family: "Open Sans Semibold", sans-serif;
  }
  .region-header
    .block-tb-megamenu
    .tbm-nav
    li.level-1
    span.tbm-link.no-link:focus {
    box-shadow: rgba(0, 211, 255, 0.4) 0px 0px 0px 3px;
  }
  .region-header
    .block-tb-megamenu
    .tbm-nav
    li.level-1
    span.tbm-link.no-link[aria-expanded="true"] {
    background-color: transparent;
  }
  .region-header .block-tb-megamenu .tbm-nav li.level-1 .tbm-link.level-1 {
    padding: 0;
    margin: 15px 20px;
    font-weight: 700;
    line-height: 24px;
    border-bottom: 2px solid transparent;
  }
  .region-header
    .block-tb-megamenu
    .tbm-nav
    li.level-1
    .tbm-link.level-1:hover {
    border-bottom: 2px solid;
    background-color: #fff;
  }
  .region-header
    .block-tb-megamenu
    .tbm-nav
    li.level-1
    .tbm-link.level-1:focus {
    background-color: #fff;
  }
  .region-header
    .block-tb-megamenu
    .tbm-nav
    li.level-1
    .tbm-link.level-1[aria-expanded="true"] {
    color: #d93317;
    border-bottom: 2px solid;
  }
  .region-header
    .block-tb-megamenu
    .tbm-nav
    li.level-1
    .tbm-link.level-1.active-trail {
    color: #d93317;
  }
  .region-header .block-tb-megamenu .tbm-submenu {
    background-color: #f6f7f8;
    border-bottom-color: transparent;
    width: 100vw !important;
    left: 0px;
    top: 97px;
    transition: all 0.5s;
    position: fixed;
    padding-top: 64px;
    padding-bottom: 64px;
  }
  .region-header .block-tb-megamenu .tbm-submenu h2 {
    margin: 0;
    font-size: 25px;
    font-weight: 500;
    line-height: 32.5px;
    color: #21252c;
    margin-bottom: 16px;
    text-transform: none;
  }
  .region-header .block-tb-megamenu .tbm-submenu p {
    font-size: 16px;
  }
  .region-header .block-tb-megamenu .tbm-submenu h2 + p:first-of-type {
    margin-bottom: 33px;
  }
  .region-header .block-tb-megamenu .tbm-submenu .tbm-row {
    width: 1200px;
    margin: auto;
    position: relative;
  }
  .region-header .block-tb-megamenu .tbm-submenu .tbm-column {
    max-width: 576px;
    margin-left: 15px;
    margin-right: 15px;
  }
  .region-header .block-tb-megamenu .tbm-submenu .tbm-subnav {
    position: relative;
  }
  .region-header .block-tb-megamenu .tbm-submenu .tbm-subnav .tbm-item {
    border-top: 1px solid rgba(64, 73, 85, 0.2);
  }
  .region-header
    .block-tb-megamenu
    .tbm-submenu
    .tbm-subnav
    .tbm-item:last-child {
    border-bottom: 1px solid rgba(64, 73, 85, 0.2);
  }
  .region-header .block-tb-megamenu .tbm-submenu .tbm-subnav .tbm-item:hover {
    background-color: rgba(64, 73, 85, 0.05);
  }
  .region-header
    .block-tb-megamenu
    .tbm-submenu
    .tbm-subnav
    .tbm-item.tbm-item--has-flyout {
    position: unset;
  }
  .region-header
    .block-tb-megamenu
    .tbm-submenu
    .tbm-subnav
    .tbm-item
    .tbm-link-container {
    display: block;
    line-height: 20px;
  }
  .region-header
    .block-tb-megamenu
    .tbm-submenu
    .tbm-subnav
    .tbm-item
    .tbm-link.no-link.level-2::after {
    display: inline;
    float: right;
    margin-top: 0 !important;
    transform: none;
    font: normal normal normal 24px/1 "Material Design Icons" !important;
    content: "\f0142" !important;
    color: #404955;
    width: unset !important;
    height: unset !important;
    border-color: unset !important;
    border-style: unset !important;
    border-width: unset !important;
    margin-right: unset !important;
  }
  .region-header .block-tb-megamenu .tbm-submenu .tbm-subnav .tbm-item a,
  .region-header .block-tb-megamenu .tbm-submenu .tbm-subnav .tbm-item span {
    color: #000 !important;
    font-size: 16px !important;
    font-family: "Open Sans Semibold", sans-serif;
    background-image: none;
    padding: 9px 9px 9px 16px !important;
    text-decoration: none !important;
    line-height: 20px;
  }
  .region-header .block-tb-megamenu li.level-2 .tbm-submenu {
    width: 479px !important;
    margin: auto;
    position: absolute;
    top: -65.5px !important;
    left: 378px;
    border: none;
    box-shadow: none;
  }
  .region-header .block-tb-megamenu li.level-2 .tbm-row {
    width: auto;
  }
  .region-header .block-tb-megamenu li.level-2 .tbm-column.span12 {
    margin: 0;
  }
}

/* 20231121 Fix mobile menu*/

.region-header #block-searchbarblock form label {
  display: none;
}
.region-header .block-system-branding-block .navbar-brand {
  padding: 0;
  margin-right: 0;
}
.region-header .block-system-branding-block .navbar-brand a img {
  height: 77px;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  margin-left: 0.6rem;
}
.region-header
  .block-system-branding-block
  .navbar-brand
  a
  img.img-logo-mobile {
  position: absolute;
  left: 0;
}
.region-header ul.navbar-nav li a {
  color: #21252c;
  text-decoration: none;
  padding-left: 20px;
  padding-right: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px;
  line-height: 19px;
}
.region-header ul.navbar-nav li a.is-active {
  color: #d93317;
  border-left: 3px solid #d93317;
}
.region-header ul.navbar-nav li a:focus {
  outline: none;
  -webkit-box-shadow: 0px 0px 0px rgba(0, 211, 255, 0.4);
  -khtml-box-shadow: 0px 0px 0px rgba(0, 211, 255, 0.4);
  -moz-box-shadow: 0px 0px 0px rgba(0, 211, 255, 0.4);
  -ms-box-shadow: 0px 0px 0px rgba(0, 211, 255, 0.4);
  -o-box-shadow: 0px 0px 0px rgba(0, 211, 255, 0.4);
  box-shadow: 0px 0px 0px rgba(0, 211, 255, 0.4);
}
.region-header .block-hamburguer {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -khtml-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  border: none;
  background-color: unset;
  cursor: pointer;
}
.region-header .block-hamburguer .field__label {
  display: none;
}
.region-header .block-hamburguer p {
  margin-bottom: 0;
}
.region-header .block-hamburguer .burguer-one,
.region-header .block-hamburguer .burguer-two,
.region-header .block-hamburguer .burguer-three {
  width: 35px;
  height: 4px;
  background-color: #21252c;
  margin: 6px 0;
  transition: 0.4s;
}
.region-header .block-hamburguer .burguer-one.change {
  transform: translate(0, 11px) rotate(-45deg);
}
.region-header .block-hamburguer .burguer-two.change {
  opacity: 0;
}
.region-header .block-hamburguer .burguer-three.change {
  transform: translate(0, -9px) rotate(45deg);
}
.region-header .block-hamburguer:focus {
  box-shadow: rgba(0, 211, 255, 0.4) 0px 0px 0px 3px;
}
.region-header #block-searchbutton {
  z-index: 1000;
}
.region-header #block-searchbutton .minimal-button:active,
.region-header #block-searchbutton .minimal-button:hover,
.region-header #block-searchbutton.minimal-button:active,
.region-header #block-searchbutton.minimal-button:hover {
  background: unset;
}
.region-header #block-searchbutton,
.region-header #block-searchbarblock {
}
.region-header.toggled-bg #block-epologo:before {
  background: transparent;
}
.region-header.toggled-bg .block-fixed-block-contenthamburguer-fixed {
  background: none;
}

.top-bar-button {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 3rem;
  margin-right: 3rem;
}

.block-fixed-block-contentepo-logo {
  position: absolute;
  z-index: 999;
}
.block-fixed-block-contentepo-logo a.site-logo:focus {
  outline: none;
  text-decoration: none;
  outline-offset: 0px;
  -webkit-box-shadow: rgba(0, 211, 255, 0.4) 0px 0px 0px 3px;
  -khtml-box-shadow: rgba(0, 211, 255, 0.4) 0px 0px 0px 3px;
  -moz-box-shadow: rgba(0, 211, 255, 0.4) 0px 0px 0px 3px;
  -ms-box-shadow: rgba(0, 211, 255, 0.4) 0px 0px 0px 3px;
  -o-box-shadow: rgba(0, 211, 255, 0.4) 0px 0px 0px 3px;
  box-shadow: rgba(0, 211, 255, 0.4) 0px 0px 0px 3px;
}
.block-fixed-block-contentepo-logo a.site-logo:active {
  outline: none;
  text-decoration: none;
}
.block-fixed-block-contentepo-logo a.site-logo.litebox:focus {
  border: none;
  box-shadow: none;
}
.block-fixed-block-contentepo-logo a.site-logo.litebox:focus span {
  border-radius: 100%;
  outline-color: #00d3ff;
  outline-style: solid;
  outline-width: 4px;
  outline-offset: -5px;
  text-decoration: none;
}
.block-fixed-block-contentepo-logo a.site-logo:focus {
  outline-offset: 1px;
}

.block-fixed-block-contentlegal-text-megamenu {
  margin-right: 25px;
}

@media only screen and (max-width: 1500px) {
  header > .navbar {
    height: 61px;
  }
  .region-header .block-topbar-right {
    margin-left: auto;
  }
  .region-header .block-topbar-right .topbar-right .topbar-headset-icon {
    display: none;
  }
  .region-header .block-topbar-right .topbar-right .topbar-info-icon {
    display: none;
  }
  .region-header.toggled-bg {
    background: #eeeff2;
  }
  .region-header.toggled-bg #block-searchbutton {
    display: none;
  }
  .region-header nav.navigation {
    position: absolute;
    top: 60px;
    width: 100%;
    min-height: 100vh;
    height: 100%;
  }
  .region-header .custom-button-profile {
    display: none;
  }
  .region-header .top-bar-button {
    display: none;
  }
  .region-header .block-system-branding-block {
    z-index: 999;
  }
  .region-header .block-system-branding-block.is-icon a {
    padding: 19px 27px 14px;
  }
  .region-header .block-system-branding-block .navbar-brand a.only-icon > img {
    display: none;
  }
  .region-header .block-system-branding-block .navbar-brand a img {
    height: 77px;
  }
}
@media only screen and (max-width: 1500px) {
  .region-header {
    height: 87px;
    padding: 0;
    justify-content: space-between;
    border-bottom: 2px solid #404955;
  }
  .region-header .language-switcher-language-url {
    display: none;
    background-color: transparent;
    position: initial;
  }
  .region-header .language-switcher-language-url .lang-dropdown-select {
    margin-right: 0;
    height: 32px;
  }
  .region-header .language-switcher-language-url .lang-dropdown-select > a {
    padding-left: 0;
    font-size: 16px;
  }
  .region-header
    .language-switcher-language-url
    .lang-dropdown-select
    > a[aria-expanded="true"] {
    color: #d93317;
  }
  .region-header
    .language-switcher-language-url
    .lang-dropdown-select
    > a[aria-expanded="true"]:after {
    color: #d93317;
  }
  .region-header
    .language-switcher-language-url
    .lang-dropdown-select
    > a[aria-expanded="false"] {
    color: #21252c;
  }
  .region-header .language-switcher-language-url .collapse {
    position: absolute;
    top: 60px;
    width: 100%;
    min-height: 100vh;
    background: #fff;
    left: -89px;
  }
  .region-header .language-switcher-language-url .collapse > ul {
    border: medium none;
    width: 100%;
    margin: 0;
    position: relative;
    top: 0;
    right: 0;
    box-shadow: none;
    padding: 0;
  }
  .region-header .language-switcher-language-url .collapse > ul .goBackLang {
    position: relative;
    background-color: #d9dde3;
    cursor: pointer;
  }
  .region-header .language-switcher-language-url .collapse > ul .goBackLang a {
    color: #21252c;
    font-weight: 600;
    font-size: 1rem;
  }
  .region-header
    .language-switcher-language-url
    .collapse
    > ul
    .goBackLang:before {
    position: absolute;
    left: 8px;
    top: calc(50% - 14px);
    font: normal normal normal 18px/1 "Material Design Icons";
    border-radius: 50%;
    padding: 5px;
    background-color: rgba(64, 73, 85, 0.1);
    content: "\f0141";
    color: #404955;
  }
  .region-header
    .language-switcher-language-url
    .collapse
    > ul
    .goBackLang:hover {
    background-color: #bfc6cf;
  }
  .region-header
    .language-switcher-language-url
    .collapse
    > ul
    > li:not(.goBackLang) {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  .region-header
    .language-switcher-language-url
    .collapse
    > ul
    > li:not(.goBackLang).is-active:before {
    left: 10px;
  }
  .region-header
    .language-switcher-language-url
    .collapse
    > ul
    > li:not(.goBackLang)
    > a {
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-right: 47px;
    padding-left: 47px;
  }
  .region-header
    .language-switcher-language-url
    .collapse
    > ul
    > li:not(.goBackLang)
    > a.is-active::before {
    left: 10px;
  }
  .region-header .language-switcher-language-url.d-flex .multi-collapse.show,
  .region-header
    .language-switcher-language-url.section_search_european-convention
    .multi-collapse.show {
    width: 40%;
    left: unset;
    right: 0;
    top: 164px;
    position: fixed;
  }
  .region-header .language-switcher-language-url.d-flex .multi-collapse.show ul,
  .region-header
    .language-switcher-language-url.section_search_european-convention
    .multi-collapse.show
    ul {
    top: unset;
  }
}
@media only screen and (max-width: 1500px) and (max-width: 992px) {
  .region-header .language-switcher-language-url.d-flex .multi-collapse.show,
  .region-header
    .language-switcher-language-url.section_search_european-convention
    .multi-collapse.show {
    position: absolute;
    width: 100%;
    top: 67px;
    left: 0;
  }
}
@media only screen and (max-width: 1500px) {
  .region-header .block-hamburguer {
    display: block !important;
    margin: 0 0 0 10px;
  }
  .region-header .block-hamburguer p {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 1500px) {
  .region-header .block-fixed-block-contenthamburguer-fixed {
    display: flex;
    align-items: center;
    height: 100%;
    float: right;
    z-index: 10000;
  }
}
@media only screen and (max-width: 1500px) {
  .region-header #block-searchbutton {
    right: 10px;
    left: auto;
    margin-left: auto;
    position: relative;
  }
}
@media only screen and (max-width: 1500px) {
  .region-header .top-bar-button {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 1rem;
  }
}
@media only screen and (max-width: 1500px) {
  .region-header .search-block-form form .form-item .form-search {
    width: 180px !important;
    min-width: 180px !important;
  }
}
@media only screen and (max-width: 991px) {
  body.toggled {
    right: 0px;
  }
  .navbar-toggle {
    display: none;
  }
  .btn-close {
    right: 20px;
  }
  .region-header #block-searchbarblock {
    width: 30%;
    right: 0;
    transition: width 0.5s cubic-bezier(0, 0, 0, 0);
  }
  .region-header #block-searchbarblock form {
    position: absolute;
    width: 70%;
    top: -49px;
    right: 3px;
  }
  .region-header #block-searchbarblock form .form-item-search-type,
  .region-header #block-searchbarblock form .form-item-search-api-fulltext {
    margin-top: 13px;
    margin-bottom: 12px;
  }
  .region-header #block-searchbarblock form .form-item-search-api-fulltext {
    flex-grow: 2;
  }
  .region-header
    #block-searchbarblock
    form
    .form-item-search-api-fulltext
    input[type="text"] {
    max-width: 100%;
    width: 100%;
  }
  .region-header #block-searchbarblock form input[type="submit"] {
    width: 60px;
  }
  .region-header #block-searchbarblock.active {
    width: 100%;
  }
}
.overlay-menu {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 10;
}

.headerSelect2 .select2-dropdown {
  border: 1px solid #bfc6cf;
  top: 8px;
  border-radius: 4px;
  -webkit-box-shadow: 0px 3px 8px 0px rgba(64, 73, 85, 0.3);
  box-shadow: 0px 3px 8px 0px rgba(64, 73, 85, 0.3);
  padding: 5px;
  min-width: 240px;
}
.headerSelect2 .select2-dropdown .select2-search {
  display: none;
}
.headerSelect2
  .select2-dropdown
  .select2-results
  > .select2-results__options
  li {
  margin-left: 0;
  margin-right: 0;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-right: 1rem;
  padding-left: 2rem;
}
.headerSelect2
  .select2-dropdown
  .select2-results
  > .select2-results__options
  li[aria-selected="true"] {
  padding-left: 2rem;
}
.headerSelect2
  .select2-dropdown
  .select2-results
  > .select2-results__options
  li[aria-selected="true"]::before {
  position: absolute;
  font-size: 24px;
  left: 7px;
}
.headerSelect2
  .select2-dropdown
  .select2-results
  > .select2-results__options
  li.select2-results__option--highlighted {
  background-color: #e7f1fc;
}

@media only screen and (max-width: 992px) {
  .region-header .site-logo {
    width: 155px;
  }
  .region-header > .block-fixed-block-contenthamburguer-fixed {
    display: flex;
    align-items: center;
    height: 100%;
    float: none;
    z-index: 10000;
  }
  .region-header
    #block-searchbarblock
    form
    .form-item-search-type
    input[type="text"],
  .region-header
    #block-searchbarblock
    form
    .form-item-search-api-fulltext
    input[type="text"] {
    max-width: 100%;
    width: calc(100% - 19px);
  }
}
@media only screen and (max-width: 768px) {
  .region-header {
    border-bottom: 2px solid #404955;
  }
  .region-header .container-xl-header {
    position: relative;
    width: 100%;
    display: flex;
    margin: auto;
    height: 49px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .region-header #block-epologo {
    padding-left: 13px;
  }
  .region-header #block-epologo:before {
    position: absolute;
    background: #d93317;
    height: 2px;
    content: "";
    width: 96.5px;
    bottom: -19.3px;
    left: 0;
  }
  .region-header .block-hamburguer {
    margin-right: 16px;
  }
}
@media only screen and (max-width: 576px) {
  .region-header {
    height: 87px;
    border-bottom: 2px solid #404955;
    -webkit-transition: all 1.5s ease;
    -khtml-transition: all 1.5s ease;
    -moz-transition: all 1.5s ease;
    -ms-transition: all 1.5s ease;
    -o-transition: all 1.5s ease;
    transition: all 1.5s ease;
  }
  .region-header:before {
    -webkit-transition: all 1.5s ease;
    -khtml-transition: all 1.5s ease;
    -moz-transition: all 1.5s ease;
    -ms-transition: all 1.5s ease;
    -o-transition: all 1.5s ease;
    transition: all 1.5s ease;
    position: absolute;
    background: #d93317;
    height: 2px;
    content: "";
    width: 84px;
    bottom: -2px;
    left: 0;
  }
  .region-header .container-xl-header {
    position: relative;
    width: 100%;
    display: flex;
    margin: auto;
    height: 70px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .region-header #block-searchbarblock form {
    height: 70px;
    width: 95%;
  }
  .region-header #block-epologo {
    padding-left: 13px;
  }
  .region-header #block-epologo:before {
    display: none;
  }
  .region-header.header-anim {
    height: 61px;
  }
  .region-header.header-anim:before {
    position: absolute;
    background: #d93317;
    height: 2px;
    content: "";
    width: 70px;
    bottom: -1.5px;
    left: 0;
  }
  .region-header.header-anim #block-epologo:before {
    display: none;
  }
  .region-header.toggled-bg {
    -webkit-transition: none;
    -khtml-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
  }
  .region-header.toggled-bg .block-fixed-block-contenthamburguer-fixed {
    -webkit-transition: none;
    -khtml-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
  }
  .region-header.toggled-bg .block-system-branding-block .navbar-brand {
    -webkit-transition: none;
    -khtml-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
  }
  .region-header .block-system-branding-block .navbar-brand {
    height: 70px;
    min-width: 56px;
    opacity: 1;
    -webkit-transition: all 2s ease;
    -khtml-transition: all 2s ease;
    -moz-transition: all 2s ease;
    -ms-transition: all 2s ease;
    -o-transition: all 2s ease;
    transition: all 2s ease;
  }
  .region-header .block-system-branding-block .navbar-brand a img {
    height: 70px;
    -webkit-transition: all 2s ease;
    -khtml-transition: all 2s ease;
    -moz-transition: all 2s ease;
    -ms-transition: all 2s ease;
    -o-transition: all 2s ease;
    transition: all 2s ease;
  }
  .region-header .block-system-branding-block .navbar-brand a img.img-logo {
    opacity: 1;
  }
  .region-header .block-system-branding-block .navbar-brand.logo-mobile {
    height: 56px;
  }
  .region-header .block-system-branding-block .navbar-brand.logo-mobile img {
    height: 56px;
  }
  .region-header
    .block-system-branding-block
    .navbar-brand.logo-mobile
    img.img-logo {
    opacity: 0;
  }
  .region-header .block-system-branding-block .navbar-brand.fade-logo {
    opacity: 0;
  }
  body:not(.user-logged-in) .region-header.header-anim .container-xl-header {
    height: 100%;
  }
}
/* END 20231121 fix mobile menu*/

.prev-next-btns-wrapper,
.prev-next-container {
  display: grid;
  grid-template-areas:
    "separator separator"
    "prev      next     ";
  justify-content: space-between;
  margin-bottom: 30px;
}

.prev-next-btns-wrapper .block-views-blockepo-oj-oj-previous,
.prev-next-container div[class="^field-previous"] {
  grid-area: prev;
}
.prev-next-btns-wrapper .block-views-blockepo-oj-oj-next,
.prev-next-container div[class="^field-next"] {
  grid-area: next;
}

.prev-next-btns-wrapper .block-views-blockepo-oj-oj-previous {
  grid-area: prev;
}
.prev-next-btns-wrapper .block-views-blockepo-oj-oj-next {
  grid-area: next;
}

footer {
  padding: 0 !important;
}
footer .bg-main,
footer .bg-secondary {
  padding: 12px 27px;
}
footer .bg-main {
  background-color: #21252c !important;
}
footer .bg-secondary {
  background-color: #404955 !important;
}
footer .container,
footer body.path-webform .region-content,
body.path-webform footer .region-content {
  padding: 0;
}
footer .container .region-footer-main,
footer body.path-webform .region-content .region-footer-main,
body.path-webform footer .region-content .region-footer-main,
footer .container .region-footer-secondary,
footer body.path-webform .region-content .region-footer-secondary,
body.path-webform footer .region-content .region-footer-secondary {
  padding: 0;
}
footer .navbar-nav {
  margin: 0;
}
footer .nav > li > a:focus,
footer .nav > li > a:hover {
  background: transparent !important;
}
footer .region-footer-main .navbar-nav {
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
footer .region-footer-main .navbar-nav .nav-link.dropdown-toggle {
  padding-bottom: 1rem;
}
footer .region-footer-main .navbar-nav .nav-link.dropdown-toggle:focus {
  outline: none;
  text-decoration: none;
  outline-offset: 0px;
  -webkit-box-shadow: rgba(0, 211, 255, 0.4) 0px 0px 0px 3px;
  -khtml-box-shadow: rgba(0, 211, 255, 0.4) 0px 0px 0px 3px;
  -moz-box-shadow: rgba(0, 211, 255, 0.4) 0px 0px 0px 3px;
  -ms-box-shadow: rgba(0, 211, 255, 0.4) 0px 0px 0px 3px;
  -o-box-shadow: rgba(0, 211, 255, 0.4) 0px 0px 0px 3px;
  box-shadow: rgba(0, 211, 255, 0.4) 0px 0px 0px 3px;
}
footer .region-footer-main .navbar-nav .nav-link.dropdown-toggle:active {
  outline: none;
  text-decoration: none;
}
footer .region-footer-main .navbar-nav .nav-link.dropdown-toggle.litebox:focus {
  border: none;
  box-shadow: none;
}
footer
  .region-footer-main
  .navbar-nav
  .nav-link.dropdown-toggle.litebox:focus
  span {
  border-radius: 100%;
  outline-color: #00d3ff;
  outline-style: solid;
  outline-width: 4px;
  outline-offset: -5px;
  text-decoration: none;
}
footer .region-footer-main .navbar-nav .nav-link.dropdown-toggle:after {
  content: none !important;
}
footer .region-footer-main .navbar-nav > li {
  padding-bottom: 1rem;
  color: #fff;
  font-size: 20px;
  line-height: 24px;
}
footer .region-footer-main .navbar-nav > li > ul {
  padding-left: 0;
}
footer .region-footer-main .navbar-nav > li > ul li,
footer .region-footer-main .navbar-nav > li > ul li > a {
  list-style-type: none;
  font-size: 16px;
  line-height: 24px;
  color: #bfc6cf;
}
footer .region-footer-main .navbar-nav > li > ul li:hover,
footer .region-footer-main .navbar-nav > li > ul li > a:hover {
  color: #fff;
}
footer .region-footer-main .block-views .view-content > div:not(:last-child) {
  margin-bottom: 0.5rem;
}
footer .region-footer-main .block-views .content {
  display: flex;
  align-items: center;
  padding: 0.5rem;
}
footer
  .region-footer-main
  .block-views
  .content
  .field.field--name-field-svg-icon {
  flex-shrink: 0;
}
footer
  .region-footer-main
  .block-views
  .content
  .field.field--name-field-svg-icon
  img {
  width: 32px;
  max-width: 100%;
  height: auto;
}
footer .region-footer-main .block-views .content .field.field--name-field-link {
  display: flex;
  flex-wrap: wrap;
  padding-left: 15px;
}
footer
  .region-footer-main
  .block-views
  .content
  .field.field--name-field-link
  .field__item:not(:last-child) {
  padding-right: 3px;
}
footer
  .region-footer-main
  .block-views
  .content
  .field.field--name-field-link
  .field__item:not(:last-child):after {
  content: " | ";
  color: #bfc6cf;
  font-size: 14px;
  line-height: 24px;
}
footer
  .region-footer-main
  .block-views
  .content
  .field.field--name-field-link
  .field__item
  a {
  color: #bfc6cf;
  font-size: 14px;
  line-height: 24px;
}
footer
  .region-footer-main
  .block-views
  .content
  .field.field--name-field-link
  .field__item
  a:hover {
  color: #fff;
}
footer .region-footer-secondary .navbar-nav {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  padding-left: 0.5rem;
  color: #fff;
  font-size: 12px;
}
footer .region-footer-secondary .navbar-nav li {
  margin-right: 1rem;
}
footer .region-footer-secondary .navbar-nav li .nav-link,
footer .region-footer-secondary .navbar-nav li .nav-item {
  padding: 0;
  line-height: 24px;
}
footer .region-footer-secondary .navbar-nav li .nav-link:hover,
footer .region-footer-secondary .navbar-nav li .nav-item:hover {
  color: #b0b9c4;
}
footer .view-pager {
  display: none;
}

@media only screen and (max-width: 991px) {
  footer {
    padding: 0;
  }
  footer .bg-main,
  footer .bg-secondary {
    padding: 12px 18px;
  }
  footer .region-footer-main .navbar-nav {
    width: inherit;
  }
  footer .region-footer-main .navbar-nav .nav-link.dropdown-toggle {
    padding-top: 18px;
    padding-bottom: 18px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.45);
  }
  footer .region-footer-main .navbar-nav ul {
    padding-bottom: 1rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.45);
  }
  footer .region-footer-main .navbar-nav > li {
    padding-top: 0;
    padding-bottom: 0;
  }
  footer .region-footer-main .navbar-nav > li > .nav-link:only-child {
    padding-top: 18px;
    padding-bottom: 18px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.45);
  }
  footer .region-footer-main .block-views {
    padding-top: 12px;
  }
  footer .region-footer-main .toggle-arrow {
    position: absolute;
    right: 0;
    top: 10px;
  }
  footer .region-footer-main .toggle-arrow:after {
    content: "\f0140";
    font: normal normal normal 24px/1 "Material Design Icons";
    height: 36px;
    width: 36px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.1);
    color: #bfc6cf;
    float: right;
    border: none;
    padding-top: 6px;
    padding-left: 6px;
  }
  footer .region-footer-main .toggle-arrow.toggle-arrow-open:after {
    transform: rotate(0.5turn);
  }
}
@media only screen and (max-width: 767px) {
  footer .region-footer-secondary .navbar-nav {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0;
  }
}

.epo-legal [class*="-previous"].block a:before,
.legal-texts [class*="-previous"].block a:before {
  content: "\F0141";
}

.epo-legal [class*="-next"].block a:before,
.legal-texts [class*="-next"].block a:before {
  content: "\F0142";
}

.epo-legal [class*="-previous"].block a:before,
.epo-legal [class*="-next"].block a:before,
.legal-texts [class*="-previous"].block a:before,
.legal-texts [class*="-next"].block a:before {
  display: inline-block;
  font: normal normal normal 24px/1 "Material Design Icons";
  text-rendering: auto;
  line-height: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.125em;
  direction: ltr;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  color: #21252c;
  margin-right: 0.25rem;
  line-height: inherit;
}

.prev-next-btns-wrapper hr.separation-prev-next-buttons,
.prev-next-container hr.separation-prev-next-buttons {
  position: relative;
  float: left;
  margin-top: 12px;
  margin-bottom: 1.5rem;
  background: rgba(64, 73, 85, 0.3);
  height: 1px;
  border: none;
  width: 100%;
  grid-area: separator;
}

.epo-legal .version-disclaimer .table-striped tbody,
.epo-legal .version-disclaimer .table-striped tr,
.epo-legal .block-views-blockepc-epc-disclaimer-version .table-striped tbody,
.epo-legal .block-views-blockepc-epc-disclaimer-version .table-striped tr,
.epo-legal
  .block-views-blockguidelines-for-examination-epc-gfe-disclaimer-version
  .table-striped
  tbody,
.epo-legal
  .block-views-blockguidelines-for-examination-epc-gfe-disclaimer-version
  .table-striped
  tr,
.epo-legal
  .block-views-blockguidelines-for-examination-tpc-gfe-disclaimer-version
  .table-striped
  tbody,
.epo-legal
  .block-views-blockguidelines-for-examination-tpc-gfe-disclaimer-version
  .table-striped
  tr {
  display: block;
  width: 100%;
}

.epo-legal .version-disclaimer .table-striped tbody td,
.epo-legal .version-disclaimer .table-striped tr td,
.epo-legal .block-views-blockepc-epc-disclaimer-version .table-striped tbody td,
.epo-legal .block-views-blockepc-epc-disclaimer-version .table-striped tr td,
.epo-legal
  .block-views-blockguidelines-for-examination-epc-gfe-disclaimer-version
  .table-striped
  tbody
  td,
.epo-legal
  .block-views-blockguidelines-for-examination-epc-gfe-disclaimer-version
  .table-striped
  tr
  td,
.epo-legal
  .block-views-blockguidelines-for-examination-tpc-gfe-disclaimer-version
  .table-striped
  tbody
  td,
.epo-legal
  .block-views-blockguidelines-for-examination-tpc-gfe-disclaimer-version
  .table-striped
  tr
  td {
  border-top: none;
  padding: 0;
}

.epo-legal .version-disclaimer .table-striped tbody tr,
.epo-legal .block-views-blockepc-epc-disclaimer-version .table-striped tbody tr,
.epo-legal
  .block-views-blockguidelines-for-examination-epc-gfe-disclaimer-version
  .table-striped
  tbody
  tr,
.epo-legal
  .block-views-blockguidelines-for-examination-tpc-gfe-disclaimer-version
  .table-striped
  tbody
  tr {
  background-color: #fff8e5;
  padding: 1.5rem;
  border: 1px solid #bfc6cf;
}

.epo-legal .version-disclaimer .views-field-field-disclaimer,
.epo-legal
  .block-views-blockepc-epc-disclaimer-version
  .views-field-field-disclaimer,
.epo-legal
  .block-views-blockguidelines-for-examination-epc-gfe-disclaimer-version
  .views-field-field-disclaimer,
.epo-legal
  .block-views-blockguidelines-for-examination-tpc-gfe-disclaimer-version
  .views-field-field-disclaimer {
  font-size: 14px;
  line-height: 20px;
  color: #21252c;
  display: inline-flex;
  margin-bottom: 0;
  max-width: unset;
}

.epo-legal .version-disclaimer .views-field-field-disclaimer p:last-child,
.epo-legal
  .block-views-blockepc-epc-disclaimer-version
  .views-field-field-disclaimer
  p:last-child,
.epo-legal
  .block-views-blockguidelines-for-examination-epc-gfe-disclaimer-version
  .views-field-field-disclaimer
  p:last-child,
.epo-legal
  .block-views-blockguidelines-for-examination-tpc-gfe-disclaimer-version
  .views-field-field-disclaimer
  p:last-child {
  margin: 0;
}

.epo-legal .version-disclaimer .views-field-field-disclaimer p strong,
.epo-legal
  .block-views-blockepc-epc-disclaimer-version
  .views-field-field-disclaimer
  p
  strong,
.epo-legal
  .block-views-blockguidelines-for-examination-epc-gfe-disclaimer-version
  .views-field-field-disclaimer
  p
  strong,
.epo-legal
  .block-views-blockguidelines-for-examination-tpc-gfe-disclaimer-version
  .views-field-field-disclaimer
  p
  strong {
  font-weight: 400;
}

.epo-legal .version-disclaimer .views-field-field-disclaimer:before,
.epo-legal
  .block-views-blockepc-epc-disclaimer-version
  .views-field-field-disclaimer:before,
.epo-legal
  .block-views-blockguidelines-for-examination-epc-gfe-disclaimer-version
  .views-field-field-disclaimer:before,
.epo-legal
  .block-views-blockguidelines-for-examination-tpc-gfe-disclaimer-version
  .views-field-field-disclaimer:before {
  display: inline-block;
  font: normal normal normal 24px/1 "Material Design Icons";
  text-rendering: auto;
  line-height: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 40px;
  color: inherit;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 18px;
  font-weight: 400;
  direction: ltr;
  line-height: 40px;
  content: "\F0026";
  color: #e0a506;
}

body.epo-legal hr.separation-prev-next-buttons {
  margin-top: 1.5rem !important;
}

/*# sourceMappingURL=newepoorg-patch.css.map */
