/* The below px comments assume the base is still 14px */
body, html {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  /* Base font size, all rems go from here. */
  color: #394753;
  line-height: 1.7;
}

h1, h2, h3 {
  /* 40px */
  font-size: 2.86rem;
  font-family: Georgia, "Bitstream Charter", "URW Bookman L", serif;
}

h2 {
  margin: 2rem 0 2rem;
}

.card-group-wrapper h2, .paragraphs-items-field-cards-full h2 {
  /* 26px */
  font-size: 1.86rem;
  padding: 0 0 20px;
  border-bottom: 1px solid #ccc;
}

h4 {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 1.45rem;
  /* 20px */
  margin: 0 0 2rem;
}

h5 {
  font-size: 1.25rem;
  /* 18px */
  line-height: 1.7rem;
  /* 24px */
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-weight: bold;
}

a {
  text-decoration: underline;
  color: #0072CE;
}

article, footer, address {
  line-height: 1.7;
}

body .btn {
  font-size: 1rem;
  /* 14px */
  line-height: 1.7rem;
  /* 24px */
  font-weight: bold;
  line-height: 1rem;
  display: inline-block;
  background: #0072CE;
  color: #fff;
  text-decoration: none;
  border-radius: 2rem;
  padding: 1.1rem 2.1rem 1.1rem 2.1rem;
  margin: 1rem 0.6rem;
  position: relative;
  overflow: hidden;
  transition: ease-in 200ms;
}
body .btn:hover {
  background: #00558C;
  color: #fff;
}
body .btn .ajax-progress-throbber {
  margin-left: 1rem;
}
body .btn i {
  margin-right: 0.25rem;
}
body .btn.icon-after i {
  margin-left: 0.25rem;
  margin-right: 0;
}
body .btn-wrapper {
  line-height: 1rem;
}
body .btn-wrapper a {
  font-size: 1rem;
  /* 14px */
  line-height: 1.7rem;
  /* 24px */
  font-weight: bold;
  line-height: 1rem;
  display: inline-block;
  background: #0072CE;
  color: #fff;
  text-decoration: none;
  border-radius: 2rem;
  padding: 1.1rem 2.1rem 1.1rem 2.1rem;
  margin: 1rem 0.6rem;
  position: relative;
  overflow: hidden;
  transition: ease-in 200ms;
}
body .btn-wrapper a:hover {
  background: #00558C;
  color: #fff;
}
body .btn-wrapper a .ajax-progress-throbber {
  margin-left: 1rem;
}
body .btn-wrapper a i {
  margin-right: 0.25rem;
}
body .btn-wrapper a.icon-after i {
  margin-left: 0.25rem;
  margin-right: 0;
}
body .btn-white {
  font-size: 1rem;
  /* 14px */
  line-height: 1.7rem;
  /* 24px */
  font-weight: bold;
  line-height: 1rem;
  display: inline-block;
  background: #0072CE;
  color: #fff;
  text-decoration: none;
  border-radius: 2rem;
  padding: 1.1rem 2.1rem 1.1rem 2.1rem;
  margin: 1rem 0.6rem;
  position: relative;
  overflow: hidden;
  transition: ease-in 200ms;
  background: #fff;
  color: #3A435D;
  border: 1px solid #3A435D;
}
body .btn-white:hover {
  background: #00558C;
  color: #fff;
}
body .btn-white .ajax-progress-throbber {
  margin-left: 1rem;
}
body .btn-white i {
  margin-right: 0.25rem;
}
body .btn-white.icon-after i {
  margin-left: 0.25rem;
  margin-right: 0;
}
body .btn-white:hover {
  color: #3A435D;
  background: #fff;
}
body .btn-square {
  font-size: 1rem;
  /* 14px */
  line-height: 1.7rem;
  /* 24px */
  line-height: 1rem;
  display: inline-block;
  background: #0072CE;
  color: #fff;
  text-decoration: none;
  border-radius: 0.5rem;
  padding: 0.8rem 1rem 0.8rem 1rem;
  margin: 1rem 0;
  position: relative;
  overflow: hidden;
  border: 0;
}
body .btn-square:hover {
  background: #00558C;
  color: #fff;
}
body .btn-square .ajax-progress-throbber {
  margin-left: 1rem;
}
body .btn-red, body .btn-danger, body .btn.btn-danger {
  font-size: 1rem;
  /* 14px */
  line-height: 1.7rem;
  /* 24px */
  font-weight: bold;
  line-height: 1rem;
  display: inline-block;
  background: #0072CE;
  color: #fff;
  text-decoration: none;
  border-radius: 2rem;
  padding: 1.1rem 2.1rem 1.1rem 2.1rem;
  margin: 1rem 0.6rem;
  position: relative;
  overflow: hidden;
  transition: ease-in 200ms;
  background: #BF0D3E;
  border: none;
}
body .btn-red:hover, body .btn-danger:hover, body .btn.btn-danger:hover {
  background: #00558C;
  color: #fff;
}
body .btn-red .ajax-progress-throbber, body .btn-danger .ajax-progress-throbber, body .btn.btn-danger .ajax-progress-throbber {
  margin-left: 1rem;
}
body .btn-red i, body .btn-danger i, body .btn.btn-danger i {
  margin-right: 0.25rem;
}
body .btn-red.icon-after i, body .btn-danger.icon-after i, body .btn.btn-danger.icon-after i {
  margin-left: 0.25rem;
  margin-right: 0;
}
body .btn-red:hover, body .btn-red:active, body .btn-red:focus, body .btn-danger:hover, body .btn-danger:active, body .btn-danger:focus, body .btn.btn-danger:hover, body .btn.btn-danger:active, body .btn.btn-danger:focus {
  background: #9B2743;
}
body .btn-green, body .btn-success, body .btn.btn-success {
  font-size: 1rem;
  /* 14px */
  line-height: 1.7rem;
  /* 24px */
  font-weight: bold;
  line-height: 1rem;
  display: inline-block;
  background: #0072CE;
  color: #fff;
  text-decoration: none;
  border-radius: 2rem;
  padding: 1.1rem 2.1rem 1.1rem 2.1rem;
  margin: 1rem 0.6rem;
  position: relative;
  overflow: hidden;
  transition: ease-in 200ms;
  background: #5cb85c;
}
body .btn-green:hover, body .btn-success:hover, body .btn.btn-success:hover {
  background: #00558C;
  color: #fff;
}
body .btn-green .ajax-progress-throbber, body .btn-success .ajax-progress-throbber, body .btn.btn-success .ajax-progress-throbber {
  margin-left: 1rem;
}
body .btn-green i, body .btn-success i, body .btn.btn-success i {
  margin-right: 0.25rem;
}
body .btn-green.icon-after i, body .btn-success.icon-after i, body .btn.btn-success.icon-after i {
  margin-left: 0.25rem;
  margin-right: 0;
}
body .btn-green:hover, body .btn-green:active, body .btn-green:focus, body .btn-success:hover, body .btn-success:active, body .btn-success:focus, body .btn.btn-success:hover, body .btn.btn-success:active, body .btn.btn-success:focus {
  background: #5cb85c;
}
body .btn-secondary, body .btn.btn-secondary {
  font-size: 1rem;
  /* 14px */
  line-height: 1.7rem;
  /* 24px */
  font-weight: bold;
  line-height: 1rem;
  display: inline-block;
  background: #0072CE;
  color: #fff;
  text-decoration: none;
  border-radius: 2rem;
  padding: 1.1rem 2.1rem 1.1rem 2.1rem;
  margin: 1rem 0.6rem;
  position: relative;
  overflow: hidden;
  transition: ease-in 200ms;
  background: #BAC2C6;
  border: none;
}
body .btn-secondary:hover, body .btn.btn-secondary:hover {
  background: #00558C;
  color: #fff;
}
body .btn-secondary .ajax-progress-throbber, body .btn.btn-secondary .ajax-progress-throbber {
  margin-left: 1rem;
}
body .btn-secondary i, body .btn.btn-secondary i {
  margin-right: 0.25rem;
}
body .btn-secondary.icon-after i, body .btn.btn-secondary.icon-after i {
  margin-left: 0.25rem;
  margin-right: 0;
}
body .btn-secondary:hover, body .btn-secondary:active, body .btn-secondary:focus, body .btn.btn-secondary:hover, body .btn.btn-secondary:active, body .btn.btn-secondary:focus {
  background: #394753;
}
body .btn-no-arrow {
  padding: 0.85rem 1.5rem;
}
body .btn-no-arrow::before, body .btn-no-arrow::after {
  display: none;
}
body .grey-image-background .btn, body .grey-image-background .btn-wrapper a, body .image-background .btn, body .image-background .btn-wrapper a, body .blue-background .btn, body .blue-background .btn-wrapper a, body .red-background .btn, body .red-background .btn-wrapper a, body .purple-background .btn, body .purple-background .btn-wrapper a {
  background: #fff;
  color: #3A435D;
  border: 1px solid #3A435D;
}
body .grey-image-background .btn:hover, body .grey-image-background .btn-wrapper a:hover, body .image-background .btn:hover, body .image-background .btn-wrapper a:hover, body .blue-background .btn:hover, body .blue-background .btn-wrapper a:hover, body .red-background .btn:hover, body .red-background .btn-wrapper a:hover, body .purple-background .btn:hover, body .purple-background .btn-wrapper a:hover {
  color: #3A435D;
  background-color: #EBEAEA;
}
body .grey-image-background .field-name-field-bp-call-to-action a, body .image-background .field-name-field-bp-call-to-action a, body .blue-background .field-name-field-bp-call-to-action a, body .red-background .field-name-field-bp-call-to-action a, body .purple-background .field-name-field-bp-call-to-action a {
  color: #3A435D;
}
body .grey-image-background .btn-color-blue a, body .image-background .btn-color-blue a, body .blue-background .btn-color-blue a, body .red-background .btn-color-blue a, body .purple-background .btn-color-blue a {
  border: 1px solid #0072CE;
  color: #0072CE;
}
body .grey-image-background .btn-color-blue a:hover, body .image-background .btn-color-blue a:hover, body .blue-background .btn-color-blue a:hover, body .red-background .btn-color-blue a:hover, body .purple-background .btn-color-blue a:hover {
  background-color: #0072CE;
  color: white;
}
body .grey-image-background .btn-color-purple a, body .image-background .btn-color-purple a, body .blue-background .btn-color-purple a, body .red-background .btn-color-purple a, body .purple-background .btn-color-purple a {
  border: 1px solid #833177;
  color: #833177;
}
body .grey-image-background .btn-color-purple a:hover, body .image-background .btn-color-purple a:hover, body .blue-background .btn-color-purple a:hover, body .red-background .btn-color-purple a:hover, body .purple-background .btn-color-purple a:hover {
  background-color: #833177;
  color: white;
}
body .grey-image-background .btn-color-yellow a, body .image-background .btn-color-yellow a, body .blue-background .btn-color-yellow a, body .red-background .btn-color-yellow a, body .purple-background .btn-color-yellow a {
  border: 1px solid #F1B434;
  color: #F1B434;
}
body .grey-image-background .btn-color-yellow a:hover, body .image-background .btn-color-yellow a:hover, body .blue-background .btn-color-yellow a:hover, body .red-background .btn-color-yellow a:hover, body .purple-background .btn-color-yellow a:hover {
  background-color: #F1B434;
  color: white;
}
body .grey-image-background .btn-color-red a, body .image-background .btn-color-red a, body .blue-background .btn-color-red a, body .red-background .btn-color-red a, body .purple-background .btn-color-red a {
  border: 1px solid #BF0D3E;
  color: #BF0D3E;
}
body .grey-image-background .btn-color-red a:hover, body .image-background .btn-color-red a:hover, body .blue-background .btn-color-red a:hover, body .red-background .btn-color-red a:hover, body .purple-background .btn-color-red a:hover {
  background-color: #BF0D3E;
  color: white;
}
body .btn-icon-basket a {
  padding-right: 4em;
}
body .btn-icon-basket a::after {
  position: absolute;
  top: 1.1rem;
  right: 2rem;
  content: '';
  display: inline-block;
  width: 1rem;
  height: 1rem;
  background-repeat: no-repeat;
}
body .btn-icon-basket a:after {
  font-family: "Font Awesome 5 Free";
  content: "\f291";
}
body .btn-icon-download a {
  padding-right: 4em;
}
body .btn-icon-download a::after {
  position: absolute;
  top: 1.1rem;
  right: 2rem;
  content: '';
  display: inline-block;
  width: 1rem;
  height: 1rem;
  background-repeat: no-repeat;
}
body .btn-icon-download a:after {
  font-family: "Font Awesome 5 Free";
  content: "\f019";
}
body .btn-icon-arrow a {
  padding-right: 4em;
}
body .btn-icon-arrow a::after {
  position: absolute;
  top: 1.1rem;
  right: 2rem;
  content: '';
  display: inline-block;
  width: 1rem;
  height: 1rem;
  background-repeat: no-repeat;
}
body .btn-icon-arrow a:after {
  font-family: "Font Awesome 5 Free";
  content: "\f04b";
}

#block-croner-content-country-sidebar ul,
#block-croner-content-topic-toc ul,
#block-croner-content-topic-sidebar ul,
#block-croner-content-legislation-tracker-links ul {
  padding: 1rem 1rem 1rem 1.5rem;
  line-height: 1.5rem;
}
#block-croner-content-country-sidebar ul li,
#block-croner-content-topic-toc ul li,
#block-croner-content-topic-sidebar ul li,
#block-croner-content-legislation-tracker-links ul li {
  position: relative;
  margin: 0.5rem 0;
}
#block-croner-content-country-sidebar ul li > a,
#block-croner-content-country-sidebar ul li > span,
#block-croner-content-topic-toc ul li > a,
#block-croner-content-topic-toc ul li > span,
#block-croner-content-topic-sidebar ul li > a,
#block-croner-content-topic-sidebar ul li > span,
#block-croner-content-legislation-tracker-links ul li > a,
#block-croner-content-legislation-tracker-links ul li > span {
  position: relative;
  display: inline-block;
  padding: 0;
}
#block-croner-content-country-sidebar ul li > a:hover, #block-croner-content-country-sidebar ul li > a:active, #block-croner-content-country-sidebar ul li > a:focus,
#block-croner-content-topic-toc ul li > a:hover,
#block-croner-content-topic-toc ul li > a:active,
#block-croner-content-topic-toc ul li > a:focus,
#block-croner-content-topic-sidebar ul li > a:hover,
#block-croner-content-topic-sidebar ul li > a:active,
#block-croner-content-topic-sidebar ul li > a:focus,
#block-croner-content-legislation-tracker-links ul li > a:hover,
#block-croner-content-legislation-tracker-links ul li > a:active,
#block-croner-content-legislation-tracker-links ul li > a:focus {
  background-color: transparent;
}
#block-croner-content-country-sidebar ul li i,
#block-croner-content-topic-toc ul li i,
#block-croner-content-topic-sidebar ul li i,
#block-croner-content-legislation-tracker-links ul li i {
  left: -10px;
  position: absolute;
  top: 6px;
  z-index: 3;
  font-size: 10px;
}
#block-croner-content-country-sidebar ul li .label,
#block-croner-content-topic-toc ul li .label,
#block-croner-content-topic-sidebar ul li .label,
#block-croner-content-legislation-tracker-links ul li .label {
  padding: .2em .6em .2em;
}
#block-croner-content-country-sidebar ul ul,
#block-croner-content-topic-toc ul ul,
#block-croner-content-topic-sidebar ul ul,
#block-croner-content-legislation-tracker-links ul ul {
  padding: 0 0 0 1rem;
}

#block-croner-content-legislation-tracker-links {
  background: #fff;
  margin: 0 0 2rem;
  padding: 0;
  color: #394753;
  border-radius: 0;
  box-shadow: 1px 4px 9px 0 rgba(132, 132, 132, 0.36);
  display: block;
}
#block-croner-content-legislation-tracker-links .block-title {
  background: #394753;
  color: #ffffff;
  padding: 1.5rem 1.5rem;
  border-radius: 0;
  margin: 0;
  font-size: 1.45rem;
  /* 20px */
  font-weight: normal;
}
#block-croner-content-legislation-tracker-links .content li {
  list-style: none;
}
#block-croner-content-legislation-tracker-links .content a {
  text-decoration: none;
  color: #337ab7;
}
#block-croner-content-legislation-tracker-links .content a:hover {
  color: #00558C;
}

@media (min-width: 768px) {
  #block-croner-content-legislation-tracker-links {
    display: none;
  }
}
.sidebar .label-info {
  background-color: #0072CE;
}
.sidebar .block .view-footer {
  padding: 0 1rem;
}

.date-display-single,
td.views-field-changed,
td.views-field-created {
  white-space: nowrap;
}

#block-system-main table {
  border-collapse: collapse;
  margin-bottom: 1.25rem;
  overflow-x: auto;
  overflow-y: hidden;
  max-width: 100%;
  width: 100%;
}
#block-system-main table th {
  white-space: nowrap;
  background-color: #f6f6f6;
}
#block-system-main table th,
#block-system-main table td {
  padding: 0.625rem;
  vertical-align: top;
  border: 1px solid #dadada;
}
#block-system-main table th a,
#block-system-main table td a {
  text-decoration: none;
}
#block-system-main table > tbody + tbody {
  border-top: 2px solid #dadada;
}

#main-navigation a i {
  margin-right: 0.5rem;
}

.navbar-nav .fas {
  margin-right: 0.5rem;
}

.tabs--primary {
  margin-top: 20px;
}

.breadcrumb-container {
  background: #F8F8F8;
  border-bottom: 1px solid #BAC2C6;
}
.breadcrumb-container .breadcrumb > li + li:before {
  content: '>';
  padding: 0 5px 0 2px;
  color: #575757;
}

.not-logged-in .breadcrumb-container {
  margin-top: 0;
  border-top: 1px solid #F1F1F1;
}

.block-search-api-page form .input-group-addon .icon {
  opacity: 0;
}
.block-search-api-page form .input-group-addon .icon.glyphicon-spin {
  color: #D8D8D8;
  transition: opacity .2s ease-in-out;
  opacity: 1;
}
.block-search-api-page form .input-group-addon .fa-search {
  font-size: 1.2rem;
}

.scrolled-navbar-toggle .fal {
  font-size: 0.8rem;
}

@media (min-width: 768px) {
  .logged-in #main-navigation nav {
    height: 48px;
  }
}
.footer address {
  font-style: normal;
}
.footer .nav i {
  margin-right: 0.5rem;
}
.footer .telephone-number {
  white-space: nowrap;
}
.footer #block-croner-content-need-any-help li {
  margin-bottom: 0.5rem;
}

.view-content .teaser {
  background: #fff;
  margin: 0 0 2rem;
  padding: 0;
  color: #394753;
  border-radius: 0;
  box-shadow: 1px 4px 9px 0 rgba(132, 132, 132, 0.36);
  height: 100%;
  position: relative;
}
.view-content .teaser article {
  padding: 2rem;
}
.view-content .teaser article h2 a {
  text-decoration: none;
}

.chat-offline {
  opacity: 0.5;
  cursor: not-allowed;
  -webkit-transition: opacity .5s ease-in-out;
  -moz-transition: opacity .5s ease-in-out;
  -o-transition: opacity .5s ease-in-out;
  transition: opacity .5s ease-in-out;
}

.jvectormap-zoomin,
.jvectormap-zoomout {
  height: 25px;
  width: 25px;
  line-height: 25px;
  padding: 0;
}

.jvectormap-zoomout {
  top: 40px;
}

.view-countries a {
  text-decoration: none;
}

.view-my-folders .draggableviews-grid-my_folders-folders_page {
  padding-left: 0px;
  width: 100%;
}
.view-my-folders .draggableviews-grid-my_folders-folders_page > li {
  list-style: none;
  height: 300px;
  margin: 1rem 0;
}
.view-my-folders #edit-actions button {
  display: none;
}
.view-my-folders .draggableviews-changed-notice {
  display: none !important;
}
.view-my-folders .view-content {
  margin-top: 1rem;
}
.view-my-folders .view-content .card {
  text-align: left;
  margin: 0;
}
.view-my-folders .view-content .card .card-title {
  position: relative;
  background: #0072CE;
  color: #fff;
  padding: 1.5rem 1.5rem;
  border-radius: 0;
  margin: 0;
  font-size: 1.45rem;
  font-weight: normal;
}
.view-my-folders .view-content .card .card-title h4 {
  margin-bottom: 0;
  padding-right: 30px;
}
.view-my-folders .view-content .card .card-title h4 a {
  color: #fff;
  text-decoration: none;
}
.view-my-folders .view-content .card .card-title h4 a.hover {
  text-decoration: underline;
}
.view-my-folders .view-content .card .card-title .badge {
  margin: 0 0 0 1rem;
  position: relative;
  line-height: 1rem;
}
.view-my-folders .view-content .card .card-title .handle {
  position: absolute;
  right: 1.5rem;
  top: 50%;
  margin-top: -1rem;
}
.view-my-folders .view-content .card .card-title .handle:hover {
  cursor: move;
}
.view-my-folders .view-content .card .card-content {
  padding-bottom: 2rem;
}
.view-my-folders .view-content .card ul {
  padding: 0;
}
.view-my-folders .view-content .card ul li {
  list-style: none;
  margin-bottom: 0.5rem;
}
.view-my-folders .view-content .card .more {
  text-decoration: none;
}
.view-my-folders .view-content .card .more.hover {
  text-decoration: underline;
}
.view-my-folders .view-footer {
  margin-top: 1rem;
  padding: 0;
}

.folder-toolbar {
  margin-top: 1rem;
  border-top: 1px solid #000;
  padding: 1rem 0 1rem 25px;
}
.folder-toolbar input[type=checkbox] {
  vertical-align: middle;
}
.folder-toolbar .dropdown a {
  white-space: nowrap;
}

.view-folder-items {
  position: relative;
}
.view-folder-items ol {
  display: table;
  width: 100%;
  padding: 0;
  font-size: 1rem;
}
.view-folder-items ol li {
  list-style-type: none;
  display: table-row;
}
.view-folder-items ol li > div {
  display: table-cell;
  vertical-align: middle;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-right: 0.5rem;
}
.view-folder-items ol li > div:first-child {
  padding-left: 0;
}
.view-folder-items ol li > div:last-child {
  display: none;
}
.view-folder-items ol li > div .date {
  white-space: nowrap;
}
.view-folder-items ol li > div.child_count {
  display: none;
}
.view-folder-items ol li > div.nid {
  display: none;
}
.view-folder-items ol li.head {
  font-weight: bold;
}
.view-folder-items ol li.head > div {
  padding-right: 8px;
  white-space: nowrap;
  vertical-align: bottom;
}
.view-folder-items ol li.head > div.fi-heading-drag {
  width: 25px;
}
.view-folder-items ol li.head > div.fi-heading-check {
  width: 35px;
}
.view-folder-items ol li.head > div.fi-heading-item {
  width: 50%;
}
.view-folder-items ol li.head > div.fi-heading-date {
  width: 110px;
}
.view-folder-items ol li.item input[type=checkbox] {
  position: relative;
  top: -2px;
}
.view-folder-items ol li.item:hover, .view-folder-items ol li.item.ui-sortable-helper {
  background-color: #d4e8b1;
  cursor: move;
}
.view-folder-items .form-actions {
  display: none;
}
.view-folder-items .folder-note p {
  margin: 1rem 0;
  text-align: left;
}
.view-folder-items #folder-select-all {
  margin: 15px 9px 0 26px;
}
.view-folder-items .ajax-progress-throbber {
  display: none;
}

.page-my-folders h1 i {
  font-size: 2.2rem;
  margin-left: 1rem;
  color: #fff;
  vertical-align: 0.3rem;
}
.page-my-folders .note-actions {
  text-align: right;
}
.page-my-folders .note-actions a {
  margin-top: 0;
}

.title-folder .folder-sort-alpha {
  float: right;
  margin: 0;
}

#views-form-my-folders-folders-block .form-actions {
  display: none;
}

.legal-register-label {
  color: #fff;
  font-size: .75rem;
  font-weight: 500;
  padding: .3125rem .625rem;
  text-transform: uppercase;
  vertical-align: middle;
  white-space: nowrap;
  display: inline-block;
  margin-bottom: 5px;
}

.page-legal-registers #block-system-main .nav {
  float: right;
}
.page-legal-registers .legal-register-row .card {
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: left;
  position: relative;
}
.page-legal-registers .legal-register-row .card .card-content .views-field-title {
  display: block;
  font-size: 1.5rem;
  font-weight: 700;
  margin: 0;
}
.page-legal-registers .legal-register-row .card .card-content .views-field-title a {
  text-decoration: none;
}
.page-legal-registers .legal-register-row .card .card-content .views-field-created {
  color: #999;
  font-size: 12px;
  margin-bottom: 10px;
}
.page-legal-registers .legal-register-row .card .card-content .views-field-edit-link {
  margin-top: 10px;
  text-align: right;
  position: relative;
}
.page-legal-registers .legal-register-row .card .card-content .views-field-edit-link.align-bottom {
  position: absolute;
  bottom: 15px;
  right: 15px;
}
.page-legal-registers .legal-register-row .card .card-content .views-field-field-jurisdictions .views-label,
.page-legal-registers .legal-register-row .card .card-content .views-field-field-thesaurus-categories .views-label {
  display: block;
}
.page-legal-registers .legal-register-row .card .card-content .label {
  display: inline-block;
  margin-right: 0.2rem;
}
.page-legal-registers .new-legal-register-link {
  margin-top: 15px;
}
.page-legal-registers .select2-container ul.select2-choices {
  padding: 8px;
  min-height: 60px;
}
.page-legal-registers .select2-container ul.select2-choices li.select2-search-choice {
  font-size: 16px;
  padding: 10px 18px 10px 5px;
  margin-top: 8px;
}
.page-legal-registers .select2-container ul.select2-choices li.select2-search-choice div {
  margin-left: 12px;
}
.page-legal-registers .select2-container ul.select2-choices li.select2-search-choice .select2-search-choice-close {
  top: 10px;
}
.page-legal-registers .metadata-item {
  margin-bottom: 2rem;
}
.page-legal-registers .metadata-item .label {
  font-size: larger;
  line-height: 2.2rem;
}
.page-legal-registers .btn {
  margin-left: 5px;
}
.page-legal-registers .legal-register-item-wrapper {
  border: 1px solid #ccc;
  margin-bottom: 10px;
  page-break-inside: avoid;
}
.page-legal-registers .legal-register-item-wrapper .legal-register-item {
  padding: 10px;
}
.page-legal-registers .legal-register-item-wrapper h3 {
  margin: 0;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
}
.page-legal-registers .legal-register-item-wrapper .legal-register-item-actions {
  float: right;
}
.page-legal-registers .legal-register-item-wrapper p {
  margin-bottom: 0;
}
.page-legal-registers .legal-register-item-wrapper p.effective-date {
  color: #999;
  font-size: 12px;
}
.page-legal-registers .legal-register-item-wrapper p.teaser {
  font-size: 14px;
}
.page-legal-registers .legal-register-item-wrapper .metadata-heading {
  background: #ddd;
  margin-top: 0;
  padding: 5px;
  font-size: 14px;
}
.page-legal-registers .legal-register-item-wrapper .metadata {
  display: flex;
  clear: both;
}
.page-legal-registers .legal-register-item-wrapper .metadata .wk-col-6 {
  margin-right: 0;
  border-right: 1px solid #ccc;
  width: 100%;
}
.page-legal-registers .legal-register-item-wrapper .metadata-item {
  white-space: pre-wrap;
  font-size: 14px;
  padding: 5px;
}
.page-legal-registers .legal-register-item-wrapper .metadata-empty {
  color: #ccc;
  font-size: 14px;
  padding: 5px;
  font-style: italic;
}
.page-legal-registers .wk-button-group-left {
  float: left;
}
.page-legal-registers .wk-button-group-right {
  float: right;
}
.page-legal-registers .legal-register-tab {
  margin-right: 0.5rem;
  opacity: 0.6;
  margin-bottom: 0.5rem;
  color: #fff;
  border: 0;
  padding-left: 1rem;
  padding-top: 0.3rem;
  padding-bottom: 0.3rem;
  background-color: #0078d8;
}
.page-legal-registers .legal-register-tab:last-child {
  margin-right: 0;
}
.page-legal-registers .legal-register-tab .badge {
  margin: 0.5rem;
  font-size: smaller;
  line-height: 1;
}
.page-legal-registers .legal-register-tab.selected, .page-legal-registers .legal-register-tab:hover {
  opacity: 1;
  outline: none;
}
.page-legal-registers .legal-register-tab:focus {
  outline: none;
}
.page-legal-registers .legal-register-tab.legal-register-tab-compliant {
  background-color: #85bc20;
}
.page-legal-registers .legal-register-tab.legal-register-tab-notcompliant {
  background-color: #e5202e;
}
.page-legal-registers .legal-register-tab.legal-register-tab-partial {
  background-color: #ea8f00;
}
.page-legal-registers .legal-register-tab.legal-register-tab-pendingreview {
  background-color: #757575;
}
.page-legal-registers .legal-register-tab.legal-register-tab-notapplicable {
  background-color: #d1d1d1;
  color: black;
}
.page-legal-registers .legal-register-tab .abbreviated-tab-title {
  display: none;
}
@media (max-width: 665px) {
  .page-legal-registers .legal-register-tab {
    width: 100%;
    display: block;
  }
}
@media (min-width: 666px) and (max-width: 880px) {
  .page-legal-registers .legal-register-tab .abbreviated-tab-title {
    display: inline;
  }
  .page-legal-registers .legal-register-tab .full-tab-title {
    display: none;
  }
}
@media (max-width: 665px) {
  .page-legal-registers .button-group {
    width: 100%;
    display: block;
    margin-top: 1rem !important;
  }
}
.page-legal-registers .button-group.selected .legal-register-tab {
  margin-bottom: 0;
}
.page-legal-registers .legal-register-tab-content {
  padding: 10px;
  border: solid 2px #0078d8;
  clear: both;
}
.page-legal-registers .legal-register-tab-content.legal-register-tab-content-compliant {
  border-color: #85bc20;
}
.page-legal-registers .legal-register-tab-content.legal-register-tab-content-partial {
  border-color: #ea8f00;
}
.page-legal-registers .legal-register-tab-content.legal-register-tab-content-notcompliant {
  border-color: #e5202e;
}
.page-legal-registers .legal-register-tab-content.legal-register-tab-content-pendingreview {
  border-color: #757575;
}
.page-legal-registers .legal-register-tab-content.legal-register-tab-content-notapplicable {
  border-color: #d1d1d1;
}
.page-legal-registers .legal-register-tab-content.legal-register-tab-content-notapplicable .metadata {
  display: none;
}
.page-legal-registers .legal-register-tab-content h5 {
  margin: 12px 0 12px 0;
  font-size: 14px;
}
.page-legal-registers .legal-register-tab-content h5.items-present {
  margin-bottom: 16px;
}
.page-legal-registers .legal-register-delete-area {
  text-align: center;
}
.page-legal-registers .legal-register-delete-area a {
  margin-top: 50px;
}

.page-legal-registers-print {
  padding: 0 1rem 1rem 1rem !important;
}
.page-legal-registers-print #navbar,
.page-legal-registers-print .breadcrumb-container,
.page-legal-registers-print .footer-bottom,
.page-legal-registers-print .footer-right,
.page-legal-registers-print .region-page-bottom,
.page-legal-registers-print .btn {
  display: none;
}
.page-legal-registers-print .page-header {
  background: none;
  border-bottom: none;
  padding-bottom: 0;
}
.page-legal-registers-print .page-header div {
  padding-left: 0.25rem;
}
.page-legal-registers-print .page-header h1 {
  color: #000;
}
.page-legal-registers-print .status-title-wrapper {
  float: none;
}
.page-legal-registers-print h2 {
  page-break-after: avoid;
}

.inspection-audit-label {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 0.75rem;
  color: #ffffff;
  padding: .3125rem .625rem;
  text-transform: uppercase;
  vertical-align: middle;
  white-space: nowrap;
  display: inline-block;
  margin-bottom: 5px;
}

.page-inspection-audits #block-system-main .nav {
  float: right;
}
.page-inspection-audits .inspection-audit-row .card {
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: left;
  position: relative;
}
.page-inspection-audits .inspection-audit-row .card .card-content .views-field-title {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-weight: bold;
  font-size: 1.45rem;
  /* 20px */
  display: block;
  font-weight: 700;
  margin: 0;
}
.page-inspection-audits .inspection-audit-row .card .card-content .views-field-title a {
  text-decoration: none;
}
.page-inspection-audits .inspection-audit-row .card .card-content .views-field-created {
  /* 12px */
  font-size: .85rem;
  color: #999999;
  margin-bottom: 10px;
}
.page-inspection-audits .inspection-audit-row .card .card-content .views-field-edit-link {
  margin-top: 10px;
  text-align: right;
  position: relative;
}
.page-inspection-audits .inspection-audit-row .card .card-content .views-field-edit-link.align-bottom {
  position: absolute;
  bottom: 15px;
  right: 15px;
}
.page-inspection-audits .inspection-audit-row .card .card-content .views-field-key-lines-of-enquiry {
  font-size: 0;
}
.page-inspection-audits .inspection-audit-row .card .card-content .views-label-field-country,
.page-inspection-audits .inspection-audit-row .card .card-content .views-label-field-key-lines-of-enquiry {
  font-size: 1rem;
  /* 14px */
  line-height: 1.7rem;
  /* 24px */
  margin: 0 0 0.5rem;
  display: block;
}
.page-inspection-audits .inspection-audit-row .card .card-content .label {
  font-size: 0.75rem;
  line-height: 1.25em;
  text-align: left;
  white-space: normal;
  display: inline-block;
  margin: 0 0.5rem 0.6rem 0;
}
.page-inspection-audits .new-inspection-audit-link {
  margin-top: 15px;
}
.page-inspection-audits .select2-container ul.select2-choices {
  padding: 8px;
  min-height: 60px;
}
.page-inspection-audits .select2-container ul.select2-choices li.select2-search-choice {
  font-size: 1.15rem;
  /* 16px */
  line-height: 1.85rem;
  /* 26px */
  padding: 6px 18px 6px 5px;
  margin-top: 8px;
}
.page-inspection-audits .select2-container ul.select2-choices li.select2-search-choice div {
  line-height: 1.4;
  margin-left: 12px;
}
.page-inspection-audits .select2-container ul.select2-choices li.select2-search-choice a {
  top: 50%;
  transform: translate(0, -50%);
}
.page-inspection-audits .metadata-item {
  margin-bottom: 2rem;
}
.page-inspection-audits .metadata-item .label {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 1.15rem;
  /* 16px */
  line-height: 1.85rem;
  /* 26px */
  line-height: 2.2rem;
}
.page-inspection-audits .btn {
  margin-left: 5px;
}
.page-inspection-audits .inspection-audit-item-wrapper {
  border: 1px solid #cccccc;
  margin-bottom: 10px;
  page-break-inside: avoid;
}
.page-inspection-audits .inspection-audit-item-wrapper .inspection-audit-item {
  padding: 10px;
  overflow: auto;
}
.page-inspection-audits .inspection-audit-item-wrapper h3 {
  margin: 0;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
}
.page-inspection-audits .inspection-audit-item-wrapper .inspection-audit-item-actions {
  float: right;
}
.page-inspection-audits .inspection-audit-item-wrapper .inspection-audit-item-actions .btn {
  margin-bottom: 0;
}
.page-inspection-audits .inspection-audit-item-wrapper p {
  margin-bottom: 0;
}
.page-inspection-audits .inspection-audit-item-wrapper p.key-line-of-enquiry {
  /* 12px */
  font-size: .85rem;
  color: #999999;
  clear: both;
}
.page-inspection-audits .inspection-audit-item-wrapper p.teaser {
  /* 12px */
  font-size: .85rem;
}
.page-inspection-audits .inspection-audit-item-wrapper .metadata-heading {
  /* 12px */
  font-size: .85rem;
  background: #cccccc;
  margin-top: 0;
  padding: 5px;
}
.page-inspection-audits .inspection-audit-item-wrapper .metadata {
  display: flex;
  clear: both;
}
.page-inspection-audits .inspection-audit-item-wrapper .metadata .wk-col-6 {
  margin-right: 0;
  border-right: 1px solid #cccccc;
  width: 100%;
}
.page-inspection-audits .inspection-audit-item-wrapper .metadata-item {
  /* 12px */
  font-size: .85rem;
  white-space: pre-wrap;
  padding: 5px;
}
.page-inspection-audits .inspection-audit-item-wrapper .metadata-empty {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-style: italic;
  /* 12px */
  font-size: .85rem;
  color: #cccccc;
  padding: 5px;
}
.page-inspection-audits .wk-button-group-left {
  float: left;
}
.page-inspection-audits .wk-button-group-right {
  float: right;
}
.page-inspection-audits .inspection-audit-tab {
  margin-right: 0.5rem;
  opacity: 0.6;
  margin-bottom: 0.5rem;
  color: #ffffff;
  border: 0;
  padding-left: 1rem;
  padding-top: 0.3rem;
  padding-bottom: 0.3rem;
  background-color: #0078d8;
}
.page-inspection-audits .inspection-audit-tab:last-child {
  margin-right: 0;
}
.page-inspection-audits .inspection-audit-tab .badge {
  margin: 0.5rem;
  font-size: smaller;
  line-height: 1;
}
.page-inspection-audits .inspection-audit-tab.selected, .page-inspection-audits .inspection-audit-tab:hover {
  opacity: 1;
  outline: none;
}
.page-inspection-audits .inspection-audit-tab:focus {
  outline: none;
}
.page-inspection-audits .inspection-audit-tab.inspection-audit-tab-compliant {
  background-color: #85bc20;
}
.page-inspection-audits .inspection-audit-tab.inspection-audit-tab-notcompliant {
  background-color: #e5202e;
}
.page-inspection-audits .inspection-audit-tab.inspection-audit-tab-partial {
  background-color: #ea8f00;
}
.page-inspection-audits .inspection-audit-tab.inspection-audit-tab-pendingreview {
  background-color: #757575;
}
.page-inspection-audits .inspection-audit-tab .abbreviated-tab-title {
  display: none;
}
@media (max-width: 665px) {
  .page-inspection-audits .inspection-audit-tab {
    width: 100%;
    display: block;
  }
}
@media (min-width: 666px) and (max-width: 880px) {
  .page-inspection-audits .inspection-audit-tab .abbreviated-tab-title {
    display: inline;
  }
  .page-inspection-audits .inspection-audit-tab .full-tab-title {
    display: none;
  }
}
@media (max-width: 665px) {
  .page-inspection-audits .button-group {
    width: 100%;
    display: block;
    margin-top: 1rem !important;
  }
}
.page-inspection-audits .button-group.selected .inspection-audit-tab {
  margin-bottom: 0;
}
.page-inspection-audits .inspection-audit-tab-content {
  padding: 10px;
  border: solid 2px #0078d8;
  clear: both;
}
.page-inspection-audits .inspection-audit-tab-content.inspection-audit-tab-content-compliant {
  border-color: #85bc20;
}
.page-inspection-audits .inspection-audit-tab-content.inspection-audit-tab-content-partial {
  border-color: #ea8f00;
}
.page-inspection-audits .inspection-audit-tab-content.inspection-audit-tab-content-notcompliant {
  border-color: #e5202e;
}
.page-inspection-audits .inspection-audit-tab-content.inspection-audit-tab-content-pendingreview {
  border-color: #757575;
}
.page-inspection-audits .inspection-audit-tab-content h5 {
  font-size: 1rem;
  /* 14px */
  line-height: 1.7rem;
  /* 24px */
  margin: 12px 0 12px 0;
}
.page-inspection-audits .inspection-audit-tab-content h5.items-present {
  margin-bottom: 16px;
}
.page-inspection-audits .inspection-audit-delete-area {
  text-align: center;
}
.page-inspection-audits .inspection-audit-delete-area a {
  margin-top: 50px;
}
.page-inspection-audits .view-footer {
  padding: 0;
}

.page-inspection-audits-edit .wk-button-bar {
  font-size: 0;
}
.page-inspection-audits-edit .wk-button-bar #kloe {
  text-transform: capitalize;
  display: none;
}
.page-inspection-audits-edit .wk-button-bar.kloe button[type=submit] {
  display: none;
}
.page-inspection-audits-edit .wk-button-bar.kloe button[type=submit]#kloe {
  display: inline-block;
}
.page-inspection-audits-edit .kloe-deletion .modal-content {
  padding: 1.25rem;
  overflow: auto;
}
.page-inspection-audits-edit .kloe-deletion .modal-header {
  padding: 0.5rem 0 1rem;
  border-bottom: 1px solid #c8c8c8;
}
.page-inspection-audits-edit .kloe-deletion .modal-body {
  padding: 1rem 0;
}
.page-inspection-audits-edit .kloe-deletion .kloes {
  padding: 0.5rem 0;
}
.page-inspection-audits-edit .kloe-deletion .delete {
  background: #bf0d3d;
  border-color: #bf0d3d;
}
.page-inspection-audits-edit .kloe-deletion .delete:hover {
  border-color: #bf0d3d;
}
.page-inspection-audits-edit .kloe-deletion h2 {
  font-size: 1.25rem;
  /* 18px */
  line-height: 1.7rem;
  /* 24px */
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-weight: bold;
  font-family: 'Georgia', times, serif;
  margin: 0;
}
.page-inspection-audits-edit .kloe-deletion p {
  margin: 0;
}

.page-inspection-audits-print {
  padding: 0 1rem 1rem 1rem !important;
}
.page-inspection-audits-print #navbar,
.page-inspection-audits-print .breadcrumb-container,
.page-inspection-audits-print .footer-bottom,
.page-inspection-audits-print .footer-right,
.page-inspection-audits-print .region-page-bottom,
.page-inspection-audits-print .btn {
  display: none;
}
.page-inspection-audits-print .page-header {
  background: none;
  border-bottom: none;
  padding-bottom: 0;
}
.page-inspection-audits-print .page-header div {
  padding-left: 0.25rem;
}
.page-inspection-audits-print .page-header h1 {
  color: #000000;
}
.page-inspection-audits-print .status-title-wrapper {
  float: none;
}
.page-inspection-audits-print h2 {
  font-size: 1.45rem;
  /* 20px */
  page-break-after: avoid;
}

#block-croner-search-results .search-container {
  display: none;
  margin: 3rem auto;
}
#block-croner-search-results .search-container a {
  cursor: pointer;
  text-decoration: none;
}
#block-croner-search-results .search-container #stats {
  border-color: #ccc;
}
#block-croner-search-results .search-container .shop-filters h3 {
  border-color: #ccc;
}
#block-croner-search-results .search-container #facets li a span {
  font-size: 0.8rem;
}
#block-croner-search-results .search-container .results .card {
  text-align: left;
  padding: 1rem 1.25rem;
}
#block-croner-search-results .search-container .results .card .definition {
  margin-bottom: 1rem;
  text-transform: uppercase;
}
#block-croner-search-results .search-container .results .card h4 {
  margin-bottom: 1rem;
}
#block-croner-search-results .search-container .results .card h4 a {
  color: #0072CE;
  font-weight: normal;
}
#block-croner-search-results .search-container .results .card h4 a:hover {
  color: #00558C;
}

@media (max-width: 768px) {
  .front .search-container {
    padding: 0 15px;
  }
}
@media (min-width: 768px) {
  .search-container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .search-container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .search-container {
    width: 1170px;
  }
}
.node-questions-and-answers {
  position: relative;
}
.node-questions-and-answers .question, .node-questions-and-answers .answer {
  list-style-type: none;
  min-height: 70px;
}
.node-questions-and-answers .question .letter, .node-questions-and-answers .answer .letter {
  font-size: 60px;
  line-height: 60px;
  float: left;
  width: 70px;
}
.node-questions-and-answers .question {
  margin-bottom: 2rem;
}
.node-questions-and-answers .answer .letter {
  position: relative;
  left: 5px;
}

.page-products .paragraphs-items-field-cards .card-content {
  text-align: left;
}
.page-products .paragraphs-items-field-cards h5 {
  padding: 0;
}

.region-content .card-promobox,
.region-content-bottom .card-promobox {
  background: #fff;
  margin: 0 0 2rem;
  padding: 0;
  color: #394753;
  border-radius: 0;
  box-shadow: 1px 4px 9px 0 rgba(132, 132, 132, 0.36);
  height: 100%;
  position: relative;
}
.region-content .card-promobox h4.block-title,
.region-content-bottom .card-promobox h4.block-title {
  background: #0072CE;
  color: #fff;
  padding: 1.5rem 1.5rem;
  border-radius: 0;
  margin: 0;
  font-size: 1.45rem;
  /* 20px */
  font-weight: normal;
}
.region-content .card-promobox .view-content,
.region-content-bottom .card-promobox .view-content {
  display: block;
  padding: 1rem 1.5rem;
}
.region-content .card-promobox .view-content ul,
.region-content-bottom .card-promobox .view-content ul {
  list-style: none;
  padding-left: 0;
}
.region-content .card-promobox .view-content ul li,
.region-content-bottom .card-promobox .view-content ul li {
  margin: 0.5rem 0;
}
.region-content .card-promobox .view-content ul li div,
.region-content-bottom .card-promobox .view-content ul li div {
  display: inline;
}
.region-content .card-promobox .view-content ul li a:not(.contextual-links-trigger),
.region-content-bottom .card-promobox .view-content ul li a:not(.contextual-links-trigger) {
  color: #337ab7;
  text-decoration: none;
  display: block;
  margin-left: 20px;
}
.region-content .card-promobox .view-content ul li:before,
.region-content-bottom .card-promobox .view-content ul li:before {
  font-family: 'Font Awesome 5 Pro';
  color: #337ab7;
  content: '\f054';
  margin-right: 10px;
  float: left;
}
.region-content .card-promobox .view-content ul li .file i,
.region-content-bottom .card-promobox .view-content ul li .file i {
  padding-right: 10px;
  float: left;
  display: block;
  padding-top: 5px;
  font-weight: 300;
}
.region-content .card-promobox .view-footer,
.region-content-bottom .card-promobox .view-footer {
  text-align: right;
}
.region-content .card-promobox.card-background,
.region-content-bottom .card-promobox.card-background {
  background: #00558C;
  color: #FFF;
}
.region-content .card-promobox.card-background h4.block-title,
.region-content-bottom .card-promobox.card-background h4.block-title {
  background: #00558C;
}
.region-content .card-promobox.card-background .more,
.region-content-bottom .card-promobox.card-background .more {
  background: #FFF;
  color: #00558C;
}
.region-content .card-promobox.card-background .more:after,
.region-content-bottom .card-promobox.card-background .more:after {
  background-image: none;
}
.region-content .card-promobox.card-alt-background,
.region-content-bottom .card-promobox.card-alt-background {
  background: #0072CE;
  color: #FFF;
}
.region-content .card-promobox.card-alt-background h4.block-title,
.region-content-bottom .card-promobox.card-alt-background h4.block-title {
  background: #0072CE;
}
.region-content #block-views-summary-resources-block .view-content ul li:before,
.region-content-bottom #block-views-summary-resources-block .view-content ul li:before {
  content: '';
  margin-right: 0;
}
.region-content #block-views-summary-resources-block .view-content ul i,
.region-content-bottom #block-views-summary-resources-block .view-content ul i {
  padding-right: 10px;
}

.region-content-bottom .card-promobox h4.block-title {
  background: #394753;
}

.region-content .node-quick-facts li,
.region-content .node-in-depth li,
.region-content-bottom .node-quick-facts li,
.region-content-bottom .node-in-depth li,
.region-content-below .node-quick-facts li,
.region-content-below .node-in-depth li {
  margin: 0.5rem 0 0;
}
.region-content .node-quick-facts li p,
.region-content .node-in-depth li p,
.region-content-bottom .node-quick-facts li p,
.region-content-bottom .node-in-depth li p,
.region-content-below .node-quick-facts li p,
.region-content-below .node-in-depth li p {
  margin: 0;
}
.region-content .node-quick-facts li p ~ p,
.region-content .node-in-depth li p ~ p,
.region-content-bottom .node-quick-facts li p ~ p,
.region-content-bottom .node-in-depth li p ~ p,
.region-content-below .node-quick-facts li p ~ p,
.region-content-below .node-in-depth li p ~ p {
  margin: 0.75rem 0 0;
}

.field-body > div:first-child > h2 {
  margin-top: 0;
}

.field-resources .file i {
  padding-right: 10px;
}

.annotator-notice,
.annotator-filter *,
.annotator-widget * {
  font-family: inherit;
}

.page-inspection-audits-print .annotator-notice {
  display: none;
}

.annotator-hl {
  padding: 0.3rem;
}

article ul.annotator-listing {
  margin: 0;
}

.annotator-viewer div:first-of-type, .annotator-editor .annotator-item:first-child textarea {
  font-size: 16px;
}

.annotator-editor.annotator-invert-y .annotator-widget .annotator-controls {
  background-color: inherit;
  margin-top: 1rem;
  padding-bottom: 0;
}

.annotator-adder {
  background-image: url("../images/annotate.png");
}

.annotator-wrapper button:hover:not([disabled]) {
  background-color: inherit;
}

.annotator-viewer .annotator-controls .annotator-link {
  display: none;
}

.annotator-editor .annotator-controls {
  background: transparent none;
  border-top: 0;
}
.annotator-editor .annotator-item {
  border-top: 0;
  margin-bottom: 1rem;
}
.annotator-editor .annotator-item input:focus,
.annotator-editor .annotator-item textarea:focus {
  background-color: transparent;
}
.annotator-editor a, .annotator-editor a:hover, .annotator-editor a:focus {
  -webkit-transition: background-color .1s ease-out;
  transition: background-color .1s ease-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: none;
  border: 0;
  border-radius: 0;
  color: #fff;
  font-family: "Fira Sans","Helvetica Neue",Helvetica,"Roboto",Arial,sans-serif;
  font-size: .87891rem;
  font-weight: 400;
  line-height: 1;
  margin-right: 1rem;
  margin-bottom: 1rem;
  padding: 1.0625rem .9375rem;
  -webkit-tap-highlight-color: transparent;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  display: inline-block;
  text-align: center;
  text-shadow: none;
  text-decoration: none;
}
.annotator-editor a:after, .annotator-editor a:hover:after, .annotator-editor a:focus:after {
  display: none;
}
.annotator-editor a.annotator-cancel {
  background-color: #bfbfbf;
  color: #474747;
}
.annotator-editor a.annotator-cancel:hover, .annotator-editor a.annotator-cancel:focus {
  background-color: #dadada;
}
.annotator-editor a.annotator-save {
  background-color: #007ac3;
  color: #fff;
}
.annotator-editor a.annotator-save:hover, .annotator-editor a.annotator-save:focus {
  background-color: #409bd2;
}
.annotator-editor .annotator-widget::after {
  background-position: 0 0;
}

.annotator-category {
  cursor: pointer;
  margin-left: 8px;
  display: inline-block;
  text-indent: -9999px;
  width: 24px;
  height: 24px;
  border-radius: 12px;
}

.annotator-category-selected {
  border: 1px solid #090909;
}

.annotator-category-1 {
  background-color: rgba(255, 248, 127, 0.5);
}

.annotator-category-2 {
  background-color: rgba(190, 233, 87, 0.5);
}

.annotator-category-3 {
  background-color: rgba(189, 216, 255, 0.5);
}

.annotator-category-4 {
  background-color: rgba(221, 179, 254, 0.5);
}

.annotator-category-5 {
  background-color: rgba(255, 150, 204, 0.5);
}

.annotator-category-6 {
  background-color: rgba(255, 188, 119, 0.5);
}

.annotator-widget .annotator-category-All,
.form-item-colour .annotator-category-All {
  background-color: #fff;
}
.annotator-widget .annotator-category-1,
.form-item-colour .annotator-category-1 {
  background-color: #fff87f;
}
.annotator-widget .annotator-category-2,
.form-item-colour .annotator-category-2 {
  background-color: #bee957;
}
.annotator-widget .annotator-category-3,
.form-item-colour .annotator-category-3 {
  background-color: #bdd8ff;
}
.annotator-widget .annotator-category-4,
.form-item-colour .annotator-category-4 {
  background-color: #ddb3fe;
}
.annotator-widget .annotator-category-5,
.form-item-colour .annotator-category-5 {
  background-color: #ff96cc;
}
.annotator-widget .annotator-category-6,
.form-item-colour .annotator-category-6 {
  background-color: #ffbc77;
}

#block-system-main .view-my-annotations table > tbody > tr > td {
  background-color: transparent;
}

.view-id-my_history .views-exposed-widgets .views-operator, .view-id-my_history .views-exposed-widgets .views-widget {
  float: left;
}
.view-id-my_history .views-exposed-widgets .views-operator {
  margin-right: 1rem;
}
.view-id-my_history .views-exposed-widgets .form-type-textfield {
  display: inline;
}
.view-id-my_history .views-exposed-widgets .views-widget label {
  display: inline;
  padding: 0 0.5rem;
  text-transform: lowercase;
}
.view-id-my_history .views-exposed-widgets .views-widget .form-item input {
  display: inline;
}
.view-id-my_history .views-exposed-widgets .views-widget-filter-timestamp > label {
  display: block;
}
.view-id-my_history .views-exposed-widgets input {
  width: 8rem;
}
.view-id-my_history em.placeholder {
  font-style: normal;
}

#ui-datepicker-div {
  font-size: 1em;
}

.node-substance .highlight,
.node-dangerous-good .highlight {
  background-color: #474747;
  color: #ffffff;
}

.small-caps {
  font-size: 0.85rem;
  text-transform: uppercase;
}

#views-exposed-form-substances-page {
  margin-bottom: 2rem;
}
#views-exposed-form-substances-page label {
  margin-bottom: 0;
}
#views-exposed-form-substances-page .views-widget-filter-field_cas_number_value,
#views-exposed-form-substances-page .views-widget-filter-field_ec_number_value,
#views-exposed-form-substances-page .views-widget-filter-field_index_number_value,
#views-exposed-form-substances-page .views-widget-filter-field_un_number_value {
  width: 10rem;
}

.admin-menu #views-exposed-form-substances-page {
  margin-top: 3rem;
}

#bookDemoModal:before,
#marketingModal:before {
  background: rgba(0, 0, 0, 0.5);
}
#bookDemoModal .messages,
#marketingModal .messages {
  text-align: left;
  margin: 1em 10px 0;
  background-image: none;
  padding: 1em 2em;
}
#bookDemoModal .messages li,
#marketingModal .messages li {
  margin: 0;
}
#bookDemoModal label,
#marketingModal label {
  text-align: left;
}
#bookDemoModal .modal-dialog,
#marketingModal .modal-dialog {
  width: 780px;
  max-width: 90%;
  margin: 5em auto 0;
  text-align: center;
  position: relative;
}
#bookDemoModal .modal-dialog .close[data-toggle="modal"],
#marketingModal .modal-dialog .close[data-toggle="modal"] {
  background: transparent;
  color: #8B8B8B;
  position: absolute;
  right: 0;
  top: 0;
  font-size: 30px;
  line-height: 14px;
  z-index: 2003;
}
@media (min-width: 37.5rem) {
  #bookDemoModal .modal-dialog .close[data-toggle="modal"],
  #marketingModal .modal-dialog .close[data-toggle="modal"] {
    right: 30px;
  }
}
#bookDemoModal .modal-dialog .modal-content,
#marketingModal .modal-dialog .modal-content {
  position: static;
  border: 0;
  padding: 0;
}
@media (min-width: 37.5rem) {
  #bookDemoModal .modal-dialog .modal-content,
  #marketingModal .modal-dialog .modal-content {
    margin: 30px;
  }
}
#bookDemoModal .modal-dialog h2, #bookDemoModal .modal-dialog h2 a,
#marketingModal .modal-dialog h2,
#marketingModal .modal-dialog h2 a {
  font-size: 24px;
  pointer-events: none;
  color: #394753;
  font-weight: normal;
}
#bookDemoModal .modal-dialog .field-body,
#marketingModal .modal-dialog .field-body {
  font-size: 18px;
  color: #394753;
}
#bookDemoModal .modal-dialog .modal-body,
#marketingModal .modal-dialog .modal-body {
  padding: 40px 20px 20px;
}
#bookDemoModal .modal-dialog .modal-body .webform-component.webform-component-date,
#marketingModal .modal-dialog .modal-body .webform-component.webform-component-date {
  text-align: left;
}
#bookDemoModal .modal-dialog .modal-body .webform-component.webform-component-date .form-item select,
#marketingModal .modal-dialog .modal-body .webform-component.webform-component-date .form-item select {
  width: 5em;
  display: inline-block;
  padding: 6px;
  line-height: 1em;
  height: 2.5em;
}
#bookDemoModal .modal-dialog .modal-body .webform-component.webform-component-date input,
#marketingModal .modal-dialog .modal-body .webform-component.webform-component-date input {
  width: 55px;
  padding: 7px 14px;
  height: 2.5em;
}
#bookDemoModal .modal-dialog .modal-body .webform-component .form-type-radio,
#marketingModal .modal-dialog .modal-body .webform-component .form-type-radio {
  text-align: left;
}
@media (min-width: 37.5rem) {
  #bookDemoModal .modal-dialog .modal-body .webform-component,
  #marketingModal .modal-dialog .modal-body .webform-component {
    padding: 10px 10px 20px;
    margin: 0;
    display: flow-root;
    text-align: left;
  }
  #bookDemoModal .modal-dialog .modal-body .webform-component.webform-component-textfield, #bookDemoModal .modal-dialog .modal-body .webform-component.webform-component-email,
  #marketingModal .modal-dialog .modal-body .webform-component.webform-component-textfield,
  #marketingModal .modal-dialog .modal-body .webform-component.webform-component-email {
    width: 50%;
    float: left;
  }
  #bookDemoModal .modal-dialog .modal-body .webform-component.webform-component-date .form-item,
  #marketingModal .modal-dialog .modal-body .webform-component.webform-component-date .form-item {
    margin-bottom: 0.5rem;
    display: inline-block;
  }
  #bookDemoModal .modal-dialog .modal-body .webform-component.webform-component-date .form-item:nth-child(odd),
  #marketingModal .modal-dialog .modal-body .webform-component.webform-component-date .form-item:nth-child(odd) {
    text-align: left;
  }
  #bookDemoModal .modal-dialog .modal-body .webform-component.webform-component-date .form-item:nth-child(even),
  #marketingModal .modal-dialog .modal-body .webform-component.webform-component-date .form-item:nth-child(even) {
    margin-left: 0.5rem;
    text-align: right;
  }
  #bookDemoModal .modal-dialog .modal-body .webform-component.webform-component-date .form-item select,
  #marketingModal .modal-dialog .modal-body .webform-component.webform-component-date .form-item select {
    width: 6em;
  }
  #bookDemoModal .modal-dialog .modal-body .webform-component .form-type-radio label,
  #marketingModal .modal-dialog .modal-body .webform-component .form-type-radio label {
    top: 2px;
    position: relative;
  }
}
#bookDemoModal .modal-dialog .modal-body .button-primary,
#marketingModal .modal-dialog .modal-body .button-primary {
  margin-top: 0;
}
#bookDemoModal.has-background h2, #bookDemoModal.has-background h2 a,
#marketingModal.has-background h2,
#marketingModal.has-background h2 a {
  color: #fff;
}
#bookDemoModal.has-background .field-body, #bookDemoModal.has-background p,
#marketingModal.has-background .field-body,
#marketingModal.has-background p {
  color: #fff;
}
#bookDemoModal.has-background .modal-content:before,
#marketingModal.has-background .modal-content:before {
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  background: #00558C;
  opacity: 0.8;
  position: absolute;
  z-index: 0;
}
@media (min-width: 37.5rem) {
  #bookDemoModal.has-background .modal-content:before,
  #marketingModal.has-background .modal-content:before {
    width: calc(100% - 60px);
  }
}
#bookDemoModal.has-background .modal-content .modal-body,
#marketingModal.has-background .modal-content .modal-body {
  z-index: 2000;
  position: relative;
}
#bookDemoModal.has-background .modal-content .close[data-toggle="modal"],
#marketingModal.has-background .modal-content .close[data-toggle="modal"] {
  color: #fff;
}
#bookDemoModal.has-background .modal-content form,
#marketingModal.has-background .modal-content form {
  margin: 2em -20px -20px;
  padding: 10px 20px;
  background: #fff;
}
#bookDemoModal.background-under-form .modal-content label,
#marketingModal.background-under-form .modal-content label {
  color: #fff;
}
#bookDemoModal.background-under-form .modal-content form,
#marketingModal.background-under-form .modal-content form {
  margin: 0;
  background: transparent;
}
#bookDemoModal.background-under-form .modal-content .button-primary,
#marketingModal.background-under-form .modal-content .button-primary {
  font-size: 1rem;
  /* 14px */
  line-height: 1.7rem;
  /* 24px */
  font-weight: bold;
  line-height: 1rem;
  display: inline-block;
  background: #0072CE;
  color: #fff;
  text-decoration: none;
  border-radius: 2rem;
  padding: 1.1rem 2.1rem 1.1rem 2.1rem;
  margin: 1rem 0.6rem;
  position: relative;
  overflow: hidden;
  transition: ease-in 200ms;
  background: #fff;
  color: #3A435D;
  border: 1px solid #3A435D;
}
#bookDemoModal.background-under-form .modal-content .button-primary:hover,
#marketingModal.background-under-form .modal-content .button-primary:hover {
  background: #00558C;
  color: #fff;
}
#bookDemoModal.background-under-form .modal-content .button-primary .ajax-progress-throbber,
#marketingModal.background-under-form .modal-content .button-primary .ajax-progress-throbber {
  margin-left: 1rem;
}
#bookDemoModal.background-under-form .modal-content .button-primary i,
#marketingModal.background-under-form .modal-content .button-primary i {
  margin-right: 0.25rem;
}
#bookDemoModal.background-under-form .modal-content .button-primary.icon-after i,
#marketingModal.background-under-form .modal-content .button-primary.icon-after i {
  margin-left: 0.25rem;
  margin-right: 0;
}
#bookDemoModal.background-under-form .modal-content .button-primary:hover,
#marketingModal.background-under-form .modal-content .button-primary:hover {
  color: #3A435D;
  background: #fff;
}
@media (min-width: 37.5rem) {
  #bookDemoModal.has-image .modal-body,
  #marketingModal.has-image .modal-body {
    padding-left: 250px;
  }
}
#bookDemoModal.has-image .modal-body .mp-image,
#marketingModal.has-image .modal-body .mp-image {
  display: none;
}
@media (min-width: 37.5rem) {
  #bookDemoModal.has-image .modal-body .mp-image,
  #marketingModal.has-image .modal-body .mp-image {
    overflow: hidden;
    position: relative;
    width: 250px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: block;
  }
  #bookDemoModal.has-image .modal-body .mp-image::after,
  #marketingModal.has-image .modal-body .mp-image::after {
    content: ' ';
    display: block;
    width: 100%;
    height: 200%;
    background: #fff;
    position: absolute;
    top: 0;
    right: -100%;
    -webkit-transform: rotate(16deg);
    -ms-transform: rotate(16deg);
    -o-transform: rotate(16deg);
    transform: rotate(16deg);
    -webkit-transform-origin: left top;
    -moz-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
  }
}
#bookDemoModal .webform-confirmation,
#marketingModal .webform-confirmation {
  margin-top: 0.5em;
}
#bookDemoModal .webform-confirmation p:before,
#marketingModal .webform-confirmation p:before {
  font-family: 'Font Awesome 5 Pro' !important;
  content: '\f058';
  display: inline-block;
  color: #38ab3d;
  position: relative;
  top: 5px;
  margin-right: 5px;
  font-size: 2em;
}
#bookDemoModal .links,
#marketingModal .links {
  display: none;
}
#bookDemoModal .form-actions,
#marketingModal .form-actions {
  margin-bottom: 0;
}
#bookDemoModal button,
#marketingModal button {
  width: auto;
  padding: 17px 15px;
  opacity: 1;
}

.node-type-marketing-popup .node-unpublished {
  background: transparent;
}

#block-croner-paywall-paywall-text .teaser {
  position: relative;
}
#block-croner-paywall-paywall-text .teaser::after {
  content: '';
  width: 100%;
  height: 100px;
  position: absolute;
  bottom: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(250, 250, 250, 0)), color-stop(1, #F8F8F8));
  pointer-events: none;
}
#block-croner-paywall-paywall-text .container {
  width: auto;
}

.paywall-modal .bootstrap-dialog-title {
  text-align: center;
}
.paywall-modal .modal-content {
  padding-top: 1em;
  padding-bottom: 2em;
}
.paywall-modal .paywall .action {
  margin-top: 80px;
}

.paywall .btn.login .fa-lock {
  display: none;
}

.paywall-card {
  height: 200px;
  padding: 80px 30px 30px;
  background: #394753;
  color: #FFF;
  font-size: 1.3em;
}
.paywall-card:hover {
  background: #4e6171;
  color: #FFF;
}
.paywall-card p, .paywall-card h5 {
  font-size: 2rem;
}
.paywall-card p {
  margin-top: 0.6rem;
}
.paywall-card a {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 3;
  text-indent: -5000px;
  top: 0;
  left: 0;
}
.paywall-card .top-icon {
  position: absolute;
  top: -67.5px;
  left: 50%;
  background: #bf0d3e;
  border: 7px solid #fff;
  width: 125px;
  height: 125px;
  border-radius: 50%;
  margin-left: -62.5px;
  line-height: 140%;
  display: block;
  z-index: 3;
  padding: 28px;
}

.paywall-row {
  padding: 7rem 0 2rem;
}

.private:after {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 300;
  content: '\f084';
  font-size: smaller;
  padding-left: 10px;
}

.private:hover:after {
  color: #BF0D3E;
}

.banner-cta {
  border: 1px solid #F1B434;
  padding: 1rem 1rem 1rem 1rem;
  margin-bottom: 2rem;
  background-color: white;
  box-shadow: 0 3px 3px 0 #e6e6e6;
}
@media all and (min-width: 992px) {
  .banner-cta {
    padding-right: 20%;
    overflow: hidden;
    position: relative;
  }
  .banner-cta::after {
    content: ' ';
    display: block;
    width: 100%;
    height: 300%;
    background: #F1B434;
    position: absolute;
    right: -55rem;
    top: -40rem;
    -webkit-transform: rotate(-28deg);
    -ms-transform: rotate(-28deg);
    -o-transform: rotate(-28deg);
    transform: rotate(-28deg);
    -webkit-transform-origin: top right;
    -moz-transform-origin: top right;
    -ms-transform-origin: top right;
    transform-origin: top right;
  }
}
@media all and (min-width: 992px) and (max-width: 1198px) {
  .banner-cta::after {
    right: -42rem;
  }
}
.banner-cta h4 {
  margin-top: 0;
  margin-bottom: 1rem;
}
@media all and (max-width: 990px) {
  .banner-cta h4 {
    font-size: 1.66rem;
  }
}

#block-croner-content-topic-tools .addtoany_list {
  margin: 1rem;
  display: inline-block;
}
#block-croner-content-topic-tools .addtoany_list a {
  font-size: 14px;
}
#block-croner-content-topic-tools .addtoany_list .a2a_img_text {
  background-color: #007ac3 !important;
  margin-top: 1px;
  margin-bottom: 5px;
}
#block-croner-content-topic-tools .addtoany_list .addtoany_share_save:focus {
  outline: none;
}

#croner-advisor .modal-content p {
  font-size: large;
}

.modal-footer .btn + .btn {
  margin-bottom: 1rem;
}

.maintenance-page {
  padding: 2rem;
}

.page-header h1 {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-style: normal;
}

.paragraphs-item-bp-text-section h2 {
  font-family: Georgia, "Bitstream Charter", "URW Bookman L", serif;
}

#sliding-popup .popup-content #popup-text {
  line-height: 1;
  margin-bottom: 5px;
}

.sliding-popup-bottom a, .sliding-popup-bottom a:hover {
  color: #fff;
}
.sliding-popup-bottom p {
  display: block;
}

.nav-pills a {
  text-decoration: none;
}

#block-croner-content-topic-tools {
  margin-bottom: 1.5em;
}
#block-croner-content-topic-tools .nav-pills {
  display: block;
}

.breadcrumb > li {
  display: inline;
}

.view-product-magazines li {
  display: inline-block;
}
.view-product-magazines li::after {
  content: '|';
  display: inline-block;
}
.view-product-magazines li:last-child::after {
  content: '';
}
.view-product-magazines ul {
  margin: 0 0 1em 0;
  padding: 0;
}

body article:not(.node-teaser) h2, body article:not(.node-teaser) h3, body article:not(.node-teaser) h4 {
  margin: 2rem 0 1.5rem;
}
body article:not(.node-teaser) h3 {
  font-size: 2rem;
}
body article:not(.node-teaser) h4 {
  font-size: 1.8rem;
  font-weight: normal;
}
body .region-content-bottom {
  margin-top: 2rem;
}
body .footer-block {
  background: #fff;
  margin: 0 0 2rem;
  padding: 0;
  color: #394753;
  border-radius: 0;
  box-shadow: 1px 4px 9px 0 rgba(132, 132, 132, 0.36);
  height: 100%;
  position: relative;
}
body .footer-block h2.block-title {
  background: #394753;
  color: #ffffff;
  padding: 1.5rem 1.5rem;
  border-radius: 0;
  margin: 0;
  font-size: 1.45rem;
  /* 20px */
  font-weight: normal;
}
body .footer-block .view-content {
  display: block;
  padding: 1rem 1.5rem;
}
body .footer-block ul {
  list-style: none;
  padding-left: 0;
}
body .footer-block ul li {
  margin: 0.5rem 0;
}
body .footer-block ul li a {
  color: #337ab7;
  text-decoration: none;
}
body .footer-block > ul {
  padding: 1rem 1.5rem;
}
body .file a {
  text-decoration: none;
}

.view-legislation-tracker .card {
  text-align: left;
}
.view-legislation-tracker .card h2 {
  padding-top: 0;
  padding-bottom: 1rem;
}
.view-legislation-tracker .card h2 a {
  color: #337ab7;
  text-decoration: none;
}

.view-footer {
  padding: 0 1rem;
}
.view-footer .more {
  font-size: 1rem;
  /* 14px */
  line-height: 1.7rem;
  /* 24px */
  font-weight: bold;
  line-height: 1rem;
  display: inline-block;
  background: #0072CE;
  color: #fff;
  text-decoration: none;
  border-radius: 2rem;
  padding: 1.1rem 2.1rem 1.1rem 2.1rem;
  margin: 1rem 0.6rem;
  position: relative;
  overflow: hidden;
  transition: ease-in 200ms;
  margin-top: 0;
}
.view-footer .more:hover {
  background: #00558C;
  color: #fff;
}
.view-footer .more .ajax-progress-throbber {
  margin-left: 1rem;
}
.view-footer .more i {
  margin-right: 0.25rem;
}
.view-footer .more.icon-after i {
  margin-left: 0.25rem;
  margin-right: 0;
}

.card.has-content {
  text-align: left;
}

@media (min-width: 992px) {
  #block-croner-whitelabel-intro-html {
    margin-top: 3rem;
  }
}
.fal, .far, .fas {
  font-family: 'Font Awesome 5 Pro' !important;
}

.fab {
  font-family: 'Font Awesome 5 Brands' !important;
}

.fa {
  font-weight: inherit !important;
}

.legislation-tracker-tabs {
  background: #fff;
  margin: 0 0 2rem;
  padding: 0;
  color: #394753;
  border-radius: 0;
  box-shadow: 1px 4px 9px 0 rgba(132, 132, 132, 0.36);
  display: none;
}
.legislation-tracker-tabs ul {
  width: 100%;
  margin: 0;
  padding: 0;
  display: table;
}
.legislation-tracker-tabs ul li {
  text-align: center;
  display: table-cell;
}
.legislation-tracker-tabs ul li a {
  text-decoration: none;
  color: #0072CE;
  padding: 1rem;
  display: block;
}
.legislation-tracker-tabs ul li a.active {
  background: #0072CE;
  color: #ffffff;
}

@media (min-width: 768px) {
  .legislation-tracker-tabs {
    display: block;
  }

  .block-system .view-legislation-tracker {
    display: none;
  }
  .block-system .view-legislation-tracker.active {
    display: block;
  }
  .block-system .view-legislation-tracker .view-header {
    display: none;
  }
}
.tooltip.fix {
  left: auto !important;
  right: 0;
}
.tooltip.fix .tooltip-arrow {
  top: 50% !important;
}

@media print {
  .page-legal-registers-print .status-title-wrapper h2 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
  }
}
