.portlet-cookie-interceptor {
  /* general styling */ }
  .portlet-cookie-interceptor #open-user-preferences {
    position: fixed;
    bottom: 0;
    right: 50px; }
    .portlet-cookie-interceptor #open-user-preferences:focus {
      box-shadow: none; }
  .portlet-cookie-interceptor #clayFullScreenModalIframe {
    height: auto;
    width: auto; }
    .portlet-cookie-interceptor #clayFullScreenModalIframe .modal-dialog {
      position: fixed; }
  .portlet-cookie-interceptor .configuration-panel {
    position: fixed;
    bottom: 40px;
    right: 50px;
    z-index: 1060; }
  .portlet-cookie-interceptor .panel_wrapper {
    position: relative; }
  .portlet-cookie-interceptor .cookie_self.tab-pane {
    display: none; }
    .portlet-cookie-interceptor .cookie_self.tab-pane.active {
      display: flex; }
  .portlet-cookie-interceptor .portlet-cookie-interceptor table tr {
    background: unset; }
  .portlet-cookie-interceptor .panel_content_wrap .modal-header {
    padding-right: 0px;
    padding-left: 15px; }
  .portlet-cookie-interceptor .panel_content_wrap .nav.nav-tabs {
    margin-bottom: 20px;
    margin-top: 15px;
    border: unset; }
    .portlet-cookie-interceptor .panel_content_wrap .nav.nav-tabs .nav-item .nav-link:focus {
      box-shadow: unset;
      outline: unset; }
    @media screen and (max-width: 768px) {
      .portlet-cookie-interceptor .panel_content_wrap .nav.nav-tabs .nav-item {
        width: 100%;
        text-align: center; } }
  .portlet-cookie-interceptor .panel_content_wrap .nav-link {
    font-weight: 400;
    position: relative;
    border: none;
    color: #6B6C7E;
    font-weight: 600;
    font-size: 16px;
    padding-bottom: 15px;
    transition: color 0.3s; }
    .portlet-cookie-interceptor .panel_content_wrap .nav-link:after {
      content: "";
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 2px;
      background: transparent;
      transition: background 0.3s; }
    .portlet-cookie-interceptor .panel_content_wrap .nav-link:hover {
      border-bottom: unset;
      color: var(--primary); }
      .portlet-cookie-interceptor .panel_content_wrap .nav-link:hover:after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 2px;
        background: #2196f3; }
    .portlet-cookie-interceptor .panel_content_wrap .nav-link.active {
      background: unset;
      border: none;
      color: var(--primary); }
      .portlet-cookie-interceptor .panel_content_wrap .nav-link.active:after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 2px;
        background: #2196f3; }
  .portlet-cookie-interceptor .configuration-panel .nav-tabs + .tab-content .tab-pane {
    padding: 0px;
    border-radius: unset;
    background-color: unset; }
  .portlet-cookie-interceptor .panel_content_wrap {
    max-width: 800px;
    width: max-content;
    max-height: 80vh;
    position: absolute;
    bottom: calc(100% + 15px);
    right: 0;
    border: 1px solid lightgrey;
    background: white;
    border-radius: 15px;
    padding: 15px;
    touch-action: none;
    display: flex;
    justify-content: space-between;
    display: flex;
    flex-direction: column;
    justify-content: stretch;
    touch-action: none; }
    @media screen and (max-width: 768px) {
      .portlet-cookie-interceptor .panel_content_wrap {
        width: 100%;
        max-width: unset;
        height: -moz-available;
        height: -webkit-fill-available;
        height: fill-available;
        max-height: unset;
        position: fixed;
        top: 0;
        z-index: -1; }
        .portlet-cookie-interceptor .panel_content_wrap td {
          border-top: unset; } }
  .portlet-cookie-interceptor .panel_column {
    width: calc(100% / 3); }
  .portlet-cookie-interceptor .panel_column:nth-child(3n+1) {
    padding-right: 10px; }
  .portlet-cookie-interceptor .panel_column:nth-child(3n+2) {
    padding-left: 5px;
    padding-right: 5px; }
  .portlet-cookie-interceptor .panel_column:nth-child(3n+3) {
    padding-left: 15px; }
  .portlet-cookie-interceptor .panel_title {
    cursor: pointer; }
  .portlet-cookie-interceptor .key_title {
    padding-bottom: 10px;
    font-weight: 400;
    font-size: 20px;
    font-weight: 700;
    color: #343434; }
  .portlet-cookie-interceptor .tab-content {
    overflow: auto; }
    .portlet-cookie-interceptor .tab-content li {
      font-weight: 400;
      font-size: 16px;
      color: #343434; }
  .portlet-cookie-interceptor .modal .modal-dialog {
    margin: 0;
    max-width: 900px;
    max-height: 80vh;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  .portlet-cookie-interceptor .modal .modal-body {
    padding: 0; }
  .portlet-cookie-interceptor .modal .panel-title {
    font-size: 18px; }
  .portlet-cookie-interceptor .modal .cookie-area {
    padding: 30px 0;
    border-bottom: 1px solid var(--gray-200); }
    .portlet-cookie-interceptor .modal .cookie-area:last-child {
      border-bottom: 0; }
  .portlet-cookie-interceptor .modal .cookie-element-detail {
    border-boddom: 1px solid white; }
  .portlet-cookie-interceptor .modal .journal-content-article {
    padding: 30px; }
  .portlet-cookie-interceptor .modal .nav-underline {
    border-bottom: solid 1px var(--gray-100); }
    .portlet-cookie-interceptor .modal .nav-underline .nav-item .nav-link {
      padding-bottom: 1.5rem;
      padding-top: 1.5rem;
      font-size: 16px;
      transition: color .4s; }
      .portlet-cookie-interceptor .modal .nav-underline .nav-item .nav-link:focus {
        box-shadow: none; }
      .portlet-cookie-interceptor .modal .nav-underline .nav-item .nav-link:hover {
        color: var(--primary); }
      .portlet-cookie-interceptor .modal .nav-underline .nav-item .nav-link.active {
        color: var(--primary); }
        .portlet-cookie-interceptor .modal .nav-underline .nav-item .nav-link.active:after {
          background-color: var(--primary); }
  .portlet-cookie-interceptor .modal-body {
    overflow: hidden; }
    .portlet-cookie-interceptor .modal-body .tab-content .tab-pane {
      max-height: 250px;
      overflow-y: auto; }
  .portlet-cookie-interceptor .modal-footer .modal-item-last {
    width: 100%; }
  .portlet-cookie-interceptor .modal-footer .btn-group-item {
    width: 30%;
    margin-right: 0; }
    .portlet-cookie-interceptor .modal-footer .btn-group-item .btn {
      width: 100%; }
  .portlet-cookie-interceptor .panel .panel-header {
    padding-left: 0;
    font-size: 16px; }
  .portlet-cookie-interceptor .cookie-block form {
    padding: 0 15px; }
  .portlet-cookie-interceptor .cookie-block .panel-header-link {
    padding: 0 0 0 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .portlet-cookie-interceptor .cookie-block .panel-header-link:active, .portlet-cookie-interceptor .cookie-block .panel-header-link:focus {
      -webkit-box-shadow: none;
      box-shadow: none; }
  .portlet-cookie-interceptor .cookie-block .collapse-icon-closed, .portlet-cookie-interceptor .cookie-block .collapse-icon-open {
    right: unset;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%; }
  .portlet-cookie-interceptor .cookie-block .panel-description {
    padding-left: 30px;
    padding-right: 10px;
    display: block;
    color: #737373; }
  .portlet-cookie-interceptor .cookie-block .panel-collapse {
    padding-left: 30px;
    padding-right: 10px; }
  .portlet-cookie-interceptor .toggle-switch-check:active, .portlet-cookie-interceptor .toggle-switch-check:focus, .portlet-cookie-interceptor .toggle-switch-bar:active, .portlet-cookie-interceptor .toggle-switch-bar:focus, .portlet-cookie-interceptor .cookie-element-container .panel-header-link:active, .portlet-cookie-interceptor .cookie-element-container .panel-header-link:focus {
    -webkit-box-shadow: none;
    box-shadow: none; }
  .portlet-cookie-interceptor .cookie-description {
    margin-top: 10px;
    display: block; }
  .portlet-cookie-interceptor .cookie-element {
    padding-bottom: 20px;
    border-bottom: solid 1px #e7e7ed;
    margin-bottom: 20px; }
    .portlet-cookie-interceptor .cookie-element:last-child {
      margin-bottom: 0;
      border-bottom: 0;
      padding-bottom: 0; }
    .portlet-cookie-interceptor .cookie-element .panel-title {
      font-size: 16px; }
    .portlet-cookie-interceptor .cookie-element-container {
      margin-top: 20px;
      padding: 20px 30px; }
      .portlet-cookie-interceptor .cookie-element-container .panel-header-link {
        padding: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
      .portlet-cookie-interceptor .cookie-element-container .collapse-icon-closed, .portlet-cookie-interceptor .cookie-element-container .collapse-icon-open {
        right: 0;
        left: unset;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        top: 50%; }
      .portlet-cookie-interceptor .cookie-element-container .panel-collapse {
        border-radius: 5px;
        padding: 10px 15px 0;
        opacity: 0;
        height: 0;
        transition: all .4s ease-out;
        background-color: lightgray;
        margin-top: 15px; }
        .portlet-cookie-interceptor .cookie-element-container .panel-collapse.show {
          opacity: 1;
          height: auto; }
      .portlet-cookie-interceptor .cookie-element-container .cookie-element-detail {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        border-bottom: solid 1px white;
        padding: 15px 0; }
        .portlet-cookie-interceptor .cookie-element-container .cookie-element-detail:last-child {
          border-bottom: none; }
      .portlet-cookie-interceptor .cookie-element-container .cookie-read-more {
        margin-top: 10px; }
        .portlet-cookie-interceptor .cookie-element-container .cookie-read-more .lexicon-icon {
          margin-left: 10px; }
  .portlet-cookie-interceptor table {
    border: 1px solid #ccc;
    border-collapse: collapse;
    margin: 0;
    padding: 0;
    width: 100%;
    table-layout: auto; }
    @media screen and (max-width: 768px) {
      .portlet-cookie-interceptor table td:first-child {
        padding-left: 8px; }
      .portlet-cookie-interceptor table td {
        padding-left: 0px;
        padding-right: 0px; } }
  .portlet-cookie-interceptor table caption {
    font-size: 1.5em;
    margin: .5em 0 .75em; }
  .portlet-cookie-interceptor table tr {
    background-color: #f8f8f8;
    border: 1px solid #ddd;
    padding: .35em; }
  .portlet-cookie-interceptor table th,
  .portlet-cookie-interceptor table td {
    padding: .625em;
    text-align: center; }
  .portlet-cookie-interceptor table th {
    font-size: .85em;
    letter-spacing: .1em;
    text-transform: uppercase; }
  @media screen and (max-width: 768px) {
    .portlet-cookie-interceptor table {
      border: 0; }
    .portlet-cookie-interceptor table caption {
      font-size: 1.3em; }
    .portlet-cookie-interceptor table thead {
      border: none;
      clip: rect(0 0 0 0);
      height: 1px;
      margin: -1px;
      overflow: hidden;
      padding: 0;
      position: absolute;
      width: 1px; }
    .portlet-cookie-interceptor table tr {
      border-bottom: 3px solid #ddd;
      display: block;
      margin-bottom: .625em; }
    .portlet-cookie-interceptor table td {
      border-bottom: 1px solid #ddd;
      display: block;
      font-size: .8em;
      text-align: right; }
    .portlet-cookie-interceptor table td::before {
      /*
		  * aria-label has no advantage, it won't be read inside a table
		  content: attr(aria-label);
		  */
      content: attr(data-label);
      float: left;
      font-weight: bold;
      text-transform: uppercase; }
    .portlet-cookie-interceptor table td:last-child {
      border-bottom: 0; } }
  .portlet-cookie-interceptor body {
    font-family: "Open Sans", sans-serif;
    line-height: 1.25; }

#cookieSettings .cookie-block {
  padding: 0 15px; }

/* mobile */
@media (orientation: portrait) and (max-width: 766px) {
  .portlet-cookie-interceptor .modal .modal-dialog {
    width: 100%;
    max-height: 100vh;
    max-width: 95vw; }
    .portlet-cookie-interceptor .modal .modal-dialog .tab-content .tab-pane {
      max-height: 190px; }
    .portlet-cookie-interceptor .modal .modal-dialog .modal-footer .btn-group-item {
      width: 100%; }
    .portlet-cookie-interceptor .modal .modal-dialog .modal-footer .modal-item-last .btn-group {
      flex-direction: column; }
      .portlet-cookie-interceptor .modal .modal-dialog .modal-footer .modal-item-last .btn-group .btn {
        padding: 6px 19px;
        margin-bottom: 6px; }
    .portlet-cookie-interceptor .modal .modal-dialog .modal-content .tab-content {
      min-height: 100px; }
    .portlet-cookie-interceptor .modal .modal-dialog .nav.nav-justified {
      flex-direction: row;
      flex-wrap: nowrap; }
      .portlet-cookie-interceptor .modal .modal-dialog .nav.nav-justified.nav-underline {
        margin: 0px; }
        .portlet-cookie-interceptor .modal .modal-dialog .nav.nav-justified.nav-underline .nav-link {
          padding: 1rem 0rem; }
  .portlet-cookie-interceptor #open-user-preferences {
    width: auto;
    right: 0px; } }

@media (orientation: landscape), (min-width: 767px) {
  .portlet-cookie-interceptor .modal {
    overflow-x: hidden;
    overflow-y: auto; }
    .portlet-cookie-interceptor .modal .modal-dialog {
      width: 100%;
      max-height: 100vh;
      max-width: 95vw; }
      .portlet-cookie-interceptor .modal .modal-dialog .modal-header {
        height: 3rem; }
      .portlet-cookie-interceptor .modal .modal-dialog .journal-content-article {
        padding: 20px; }
      .portlet-cookie-interceptor .modal .modal-dialog .tab-content .tab-pane {
        height: calc(100vh - 200px);
        max-height: 500px;
        min-height: 130px; }
      .portlet-cookie-interceptor .modal .modal-dialog .modal-footer .btn-group-item {
        width: 100%; }
      .portlet-cookie-interceptor .modal .modal-dialog .modal-footer .modal-item-last .btn-group {
        flex-direction: row; }
        .portlet-cookie-interceptor .modal .modal-dialog .modal-footer .modal-item-last .btn-group-item {
          width: 30%; }
        .portlet-cookie-interceptor .modal .modal-dialog .modal-footer .modal-item-last .btn-group .btn {
          padding: 6px 19px;
          margin-bottom: 6px; }
      .portlet-cookie-interceptor .modal .modal-dialog .modal-content .tab-content {
        min-height: 100px; }
      .portlet-cookie-interceptor .modal .modal-dialog .nav.nav-justified {
        flex-direction: row;
        flex-wrap: nowrap; }
        .portlet-cookie-interceptor .modal .modal-dialog .nav.nav-justified.nav-underline {
          margin: 0px; }
          .portlet-cookie-interceptor .modal .modal-dialog .nav.nav-justified.nav-underline .nav-link {
            padding: 0.5rem 0rem; }
  .portlet-cookie-interceptor #open-user-preferences {
    width: auto;
    right: 0px; } }

/* mobile */
@media (orientation: portrait) and (max-width: 766px) {
  .portlet-cookie-interceptor .modal .modal-dialog {
    width: 100%;
    max-height: 100vh;
    max-width: 95vw; }
    .portlet-cookie-interceptor .modal .modal-dialog .tab-content .tab-pane {
      max-height: 190px; }
    .portlet-cookie-interceptor .modal .modal-dialog .modal-footer .btn-group-item {
      width: 100%; }
    .portlet-cookie-interceptor .modal .modal-dialog .modal-footer .modal-item-last .btn-group {
      flex-direction: column; }
      .portlet-cookie-interceptor .modal .modal-dialog .modal-footer .modal-item-last .btn-group .btn {
        padding: 6px 19px;
        margin-bottom: 6px; }
    .portlet-cookie-interceptor .modal .modal-dialog .modal-content .tab-content {
      min-height: 100px; }
    .portlet-cookie-interceptor .modal .modal-dialog .nav.nav-justified {
      flex-direction: row;
      flex-wrap: nowrap; }
      .portlet-cookie-interceptor .modal .modal-dialog .nav.nav-justified.nav-underline {
        margin: 0px; }
        .portlet-cookie-interceptor .modal .modal-dialog .nav.nav-justified.nav-underline .nav-link {
          padding: 1rem 0rem; }
  .portlet-cookie-interceptor #open-user-preferences {
    width: auto;
    right: 0px; } }

@media (orientation: landscape), (min-width: 767px) {
  .portlet-cookie-interceptor .modal {
    overflow-x: hidden;
    overflow-y: auto; }
    .portlet-cookie-interceptor .modal .modal-dialog {
      width: 100%;
      max-height: 100vh;
      max-width: 95vw; }
      .portlet-cookie-interceptor .modal .modal-dialog .modal-header {
        height: 3rem; }
      .portlet-cookie-interceptor .modal .modal-dialog .journal-content-article {
        padding: 20px; }
      .portlet-cookie-interceptor .modal .modal-dialog .tab-content .tab-pane {
        height: calc(100vh - 200px);
        max-height: 500px;
        min-height: 130px; }
      .portlet-cookie-interceptor .modal .modal-dialog .modal-footer .btn-group-item {
        width: 100%; }
      .portlet-cookie-interceptor .modal .modal-dialog .modal-footer .modal-item-last .btn-group {
        flex-direction: row; }
        .portlet-cookie-interceptor .modal .modal-dialog .modal-footer .modal-item-last .btn-group-item {
          width: 30%; }
        .portlet-cookie-interceptor .modal .modal-dialog .modal-footer .modal-item-last .btn-group .btn {
          padding: 6px 19px;
          margin-bottom: 6px; }
      .portlet-cookie-interceptor .modal .modal-dialog .modal-content .tab-content {
        min-height: 100px; }
      .portlet-cookie-interceptor .modal .modal-dialog .nav.nav-justified {
        flex-direction: row;
        flex-wrap: nowrap; }
        .portlet-cookie-interceptor .modal .modal-dialog .nav.nav-justified.nav-underline {
          margin: 0px; }
          .portlet-cookie-interceptor .modal .modal-dialog .nav.nav-justified.nav-underline .nav-link {
            padding: 0.5rem 0rem; }
  .portlet-cookie-interceptor #open-user-preferences {
    width: auto;
    right: 0px; } }

@media (min-width: 767px) {
  .portlet-cookie-interceptor .modal {
    overflow-x: hidden;
    overflow-y: auto; }
    .portlet-cookie-interceptor .modal .modal-dialog {
      max-width: 800px; } }