@charset "UTF-8";
/**
 * Clay 3.89.0
 *
 * SPDX-FileCopyrightText: © 2020 Liferay, Inc. <https://liferay.com>
 * SPDX-FileCopyrightText: © 2020 Contributors to the project Clay <https://github.com/liferay/clay/graphs/contributors>
 *
 * SPDX-License-Identifier: BSD-3-Clause
 */
/**
 * Bootstrap v4.4.1
 *
 * SPDX-FileCopyrightText: © 2019 Twitter, Inc. <https://twitter.com>
 * SPDX-FileCopyrightText: © 2019 The Bootstrap Authors <https://getbootstrap.com/>
 *
 * SPDX-License-Identifier: LicenseRef-MIT-Bootstrap
 */
/**
 * Clay 3.89.0
 *
 * SPDX-FileCopyrightText: © 2020 Liferay, Inc. <https://liferay.com>
 * SPDX-FileCopyrightText: © 2020 Contributors to the project Clay <https://github.com/liferay/clay/graphs/contributors>
 *
 * SPDX-License-Identifier: BSD-3-Clause
 */
/**
 * Bootstrap v4.4.1
 *
 * SPDX-FileCopyrightText: © 2019 Twitter, Inc. <https://twitter.com>
 * SPDX-FileCopyrightText: © 2019 The Bootstrap Authors <https://getbootstrap.com/>
 *
 * SPDX-License-Identifier: LicenseRef-MIT-Bootstrap
 */
.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  clip: auto;
  height: auto;
  overflow: visible;
  position: static;
  white-space: normal;
  width: auto;
}

.lfr-asset-column-details .lfr-asset-categories {
  color: #7d7d7d;
}
.lfr-asset-column-details .lfr-asset-categories .lfr-asset-category {
  color: #555;
}
.lfr-asset-column-details .lfr-asset-description {
  color: #444;
  font-style: italic;
  margin: 0.5em auto 2em;
  -ms-hyphens: none;
  hyphens: none;
}
.lfr-asset-column-details .lfr-asset-icon {
  border-right: 1px solid transparent;
  color: #999;
  float: left;
  line-height: 1em;
  margin-right: 10px;
  padding-right: 10px;
}
.lfr-asset-column-details .lfr-asset-icon.last {
  border-width: 0;
}
.lfr-asset-column-details .lfr-asset-tags {
  color: #7d7d7d;
}
.lfr-asset-column-details .lfr-asset-tags .tag {
  color: #555;
}
.lfr-asset-column-details .lfr-asset-metadata {
  clear: both;
  margin-bottom: 1.5em;
  padding-bottom: 1.5em;
}
.lfr-asset-column-details .lfr-panel {
  clear: both;
  margin-bottom: 0.2em;
}
.lfr-asset-column-details .lfr-panel.lfr-extended {
  border: 1px solid #ccc;
  margin-bottom: 0;
}
.lfr-asset-column-details .taglib-custom-attributes-list label,
.lfr-asset-column-details .lfr-asset-field label {
  display: block;
}
.lfr-asset-column-details .taglib-custom-attributes-list {
  margin-bottom: 1em;
}

.overlay {
  position: absolute;
}

.overlay-hidden,
.overlaymask-hidden {
  display: none;
}

.lfr-form-row {
  border-bottom: 1px solid #ccc;
  margin-bottom: 10px;
  margin-top: 10px;
  padding: 1px 5px 25px;
  position: relative;
}
.lfr-form-row:after {
  clear: both;
  content: "";
  display: block;
  height: 0;
}
.lfr-form-row:hover {
  border: solid #ccc;
  border-width: 1px 0;
  padding-top: 0;
}
.lfr-form-row.lfr-form-row-inline .form-group {
  margin-right: 5px;
}
.lfr-form-row legend .field-label {
  float: left;
  margin-right: 10px;
}
.lfr-form-row .handle-sort-vertical {
  background: url(../images/application/handle_sort_vertical.png) no-repeat 0 50%;
  cursor: move;
  padding-left: 20px;
}
.lfr-form-row fieldset {
  border-width: 0;
  margin: 0;
  padding: 0;
}

.lfr-autorow-controls {
  bottom: 5px;
  position: absolute;
  right: 5px;
}

.datepicker-popover-content .popover-content {
  padding: 0.75rem 1rem;
}

.dropdown.open > .dropdown-menu, .overlay-content .open > .dropdown-menu {
  display: block;
}

.form-control-inline {
  background-color: transparent;
  font-size: 1.125rem;
  font-weight: 700;
}
.form-control-inline:not(:hover) {
  border-color: transparent;
}
.form-control-inline::-webkit-input-placeholder {
  color: #a9afb5;
  font-style: italic;
}
.form-control-inline::-moz-placeholder {
  color: #a9afb5;
  font-style: italic;
}
.form-control-inline:-ms-input-placeholder {
  color: #a9afb5;
  font-style: italic;
}
.form-control-inline::-ms-input-placeholder {
  color: #a9afb5;
  font-style: italic;
}
.form-control-inline::placeholder {
  color: #a9afb5;
  font-style: italic;
}

.form-search .input-group {
  position: relative;
}
.form-search .input-group.advanced-search .search-query {
  padding-left: 40px;
  z-index: 0;
}
.form-search .input-group.advanced-search .toggle-advanced {
  cursor: pointer;
  left: 0;
  line-height: 1;
  padding: 8px 10px;
  position: absolute;
  top: 0;
}
.form-search .input-group.advanced-search .toggle-advanced .caret {
  margin-top: 7px;
}
.form-search .input-group.advanced-search .toggle-advanced .icon-search {
  font-size: 14px;
}
@media (max-width: 991.98px) {
  .form-search .input-group {
    width: 100%;
  }
  .form-search .input-group .btn {
    clip: rect(0, 0, 0, 0);
    left: -9999px;
    position: absolute;
  }
  .form-search .input-group input.search-query {
    width: 100%;
  }
}

.lfr-table {
  border-collapse: collapse;
  clear: both;
}
.lfr-table > tbody > tr > td,
.lfr-table > tbody > tr > th,
.lfr-table > thead > tr > td,
.lfr-table > thead > tr > th,
.lfr-table > tfoot > tr > td,
.lfr-table > tfoot > tr > th {
  padding: 0 5px;
  overflow-wrap: break-all;
  word-wrap: break-all;
}
.lfr-table > tbody > tr > td:first-child, .lfr-table > tbody > tr > td.first-child,
.lfr-table > tbody > tr > th:first-child,
.lfr-table > tbody > tr > th.first-child,
.lfr-table > thead > tr > td:first-child,
.lfr-table > thead > tr > td.first-child,
.lfr-table > thead > tr > th:first-child,
.lfr-table > thead > tr > th.first-child,
.lfr-table > tfoot > tr > td:first-child,
.lfr-table > tfoot > tr > td.first-child,
.lfr-table > tfoot > tr > th:first-child,
.lfr-table > tfoot > tr > th.first-child {
  padding-left: 0;
}
.lfr-table > tbody > tr > td:last-child, .lfr-table > tbody > tr > td.last-child,
.lfr-table > tbody > tr > th:last-child,
.lfr-table > tbody > tr > th.last-child,
.lfr-table > thead > tr > td:last-child,
.lfr-table > thead > tr > td.last-child,
.lfr-table > thead > tr > th:last-child,
.lfr-table > thead > tr > th.last-child,
.lfr-table > tfoot > tr > td:last-child,
.lfr-table > tfoot > tr > td.last-child,
.lfr-table > tfoot > tr > th:last-child,
.lfr-table > tfoot > tr > th.last-child {
  padding-right: 0;
}
.lfr-table > tbody > tr > th,
.lfr-table > thead > tr > th,
.lfr-table > tfoot > tr > th {
  font-weight: bold;
}

.lfr-pagination:after {
  clear: both;
  content: "";
  display: block;
  height: 0;
  visibility: hidden;
}
.lfr-pagination .dropdown-menu {
  display: none;
}
.lfr-pagination .dropdown-toggle .icon-caret-down {
  margin-left: 5px;
}
.lfr-pagination .lfr-pagination-controls {
  float: left;
}
.lfr-pagination .lfr-pagination-controls .search-results {
  display: inline-block;
  margin-left: 10px;
  margin-top: 5px;
  top: 10px;
}
.lfr-pagination .lfr-pagination-controls li .lfr-pagination-link {
  border-width: 0;
  clear: both;
  color: #333;
  display: block;
  font-weight: normal;
  line-height: 20px;
  padding: 3px 20px;
  text-align: left;
  white-space: nowrap;
  width: 100%;
}
.lfr-pagination .lfr-pagination-delta-selector {
  float: left;
}
@media (max-width: 991.98px) {
  .lfr-pagination .lfr-pagination-delta-selector .lfr-icon-menu-text {
    display: none;
  }
}
.lfr-pagination .pagination-content {
  float: right;
}

.lfr-panel.lfr-extended {
  border: 1px solid transparent;
  border-color: #dedede #bfbfbf #bfbfbf #dedede;
}
.lfr-panel.lfr-extended.lfr-collapsible .lfr-panel-button {
  display: block;
}
.lfr-panel.lfr-extended.lfr-collapsed .lfr-panel-titlebar {
  border-bottom-width: 0;
}
.lfr-panel.panel-default .panel-heading {
  border-bottom-width: 0;
}
.lfr-panel .toggler-header {
  cursor: pointer;
}

.sidebar-sm {
  font-size: 0.875rem;
}
.sidebar-sm .sheet-subtitle {
  font-size: 0.75rem;
  margin-bottom: 1rem;
}
.sidebar-sm .form-group {
  margin-bottom: 1rem;
}
.sidebar-sm .form-control {
  border-radius: 0.1875rem;
  font-size: 0.875rem;
  height: 2rem;
  line-height: 1.5;
  min-height: auto;
  padding: 0.25rem 0.75rem;
}
.sidebar-sm .form-control.form-control-tag-group {
  height: auto;
}
.sidebar-sm .form-control.form-control-tag-group .form-control-inset {
  margin-bottom: 0;
  margin-top: 0;
}
.sidebar-sm .form-control.form-control-tag-group .label {
  margin-bottom: 0;
  margin-top: 0;
  padding: 0 0.25rem;
}
.sidebar-sm .form-control[type=file] {
  padding: 0;
}
.sidebar-sm select.form-control {
  padding-right: 1.6rem;
}
.sidebar-sm select.form-control:not([size]) {
  height: 2rem;
}
.sidebar-sm .article-content-description .input-localized.input-localized-editor .input-group-item .wrapper .form-control {
  min-height: auto;
  padding: 0.285rem 0.75rem;
}
.sidebar-sm .btn:not(.btn-unstyled) {
  border-radius: 0.1875rem;
  font-size: 0.875rem;
  line-height: 1.15;
  padding: 0.4375rem 0.75rem;
}
.sidebar-sm .btn:not(.btn-unstyled).close {
  padding: 0.4375rem;
}
.sidebar-sm .btn.btn-monospaced, .sidebar-sm .btn.btn-monospaced.btn-sm {
  height: 2rem;
  padding: 0.1875rem 0;
  width: 2rem;
}
.sidebar-sm .btn.btn-monospaced.input-localized-trigger, .sidebar-sm .btn.btn-monospaced.btn-sm.input-localized-trigger {
  padding: 0;
}
.sidebar-sm .input-group-item .input-group-text {
  font-size: 0.875rem;
  height: 2rem;
  min-width: 2rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.sidebar-sm .input-group-item .btn .btn-section {
  font-size: 0.5625rem;
}
.sidebar-sm .list-group-item-flex {
  padding: 0.5rem 0.25rem;
}
.sidebar-sm .list-group-item-flex .autofit-col {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.lfr-translation-manager {
  border-radius: 4px;
  display: inline-block;
  margin-top: 0.5em;
  min-height: 1.8em;
}
.lfr-translation-manager .lfr-translation-manager-content .lfr-translation-manager-default-locale {
  display: inline-block;
  width: auto;
}
.lfr-translation-manager .lfr-translation-manager-content .lfr-translation-manager-icon-menu {
  float: none;
  padding: 0.4em 0;
}
.lfr-translation-manager .lfr-translation-manager-content .lfr-translation-manager-icon-menu li,
.lfr-translation-manager .lfr-translation-manager-content .lfr-translation-manager-icon-menu li strong {
  display: inline;
}
.lfr-translation-manager .lfr-translation-manager-content .lfr-translation-manager-translations-message {
  margin: 10px 0;
}
.lfr-translation-manager .lfr-translation-manager-available-translations {
  white-space: normal;
}
.lfr-translation-manager .lfr-translation-manager-available-translations .lfr-translation-manager-available-translations-links {
  line-height: 1;
}
.lfr-translation-manager .lfr-translation-manager-translation {
  border: 1px solid transparent;
  border-radius: 4px;
  cursor: pointer;
  display: inline-block;
  margin: 0.2em;
  padding: 0.4em 0.3em 0.4em 0.5em;
  text-decoration: none;
}
.lfr-translation-manager .lfr-translation-manager-translation * {
  vertical-align: middle;
}
.lfr-translation-manager .lfr-translation-manager-translation img {
  margin-right: 0.3em;
}
.lfr-translation-manager .lfr-translation-manager-translation:hover {
  background-color: #d1e5ef;
}
.lfr-translation-manager .lfr-translation-manager-translation.lfr-translation-manager-translation-editing {
  background-color: #598bec;
  border-color: #224fa8;
  color: #fff;
}
.lfr-translation-manager .lfr-translation-manager-change-default-locale {
  margin: 0 0.4em;
}
.lfr-translation-manager .lfr-translation-manager-delete-translation {
  display: inline-block;
  padding: 0 2px;
}
.lfr-translation-manager .lfr-translation-manager-delete-translation svg {
  pointer-events: none;
}

.lfr-tree a {
  text-decoration: none;
}
.lfr-tree li {
  margin-bottom: 2px;
  padding-left: 0;
}
.lfr-tree li ul li, .lfr-tree li.tree-item {
  padding-left: 0;
}
.lfr-tree li.tree-item {
  padding-left: 5px;
}
.lfr-tree li.tree-item li {
  padding-left: 20px;
}
.lfr-tree li.tree-item ul {
  margin-left: 0;
  margin-top: 5px;
}

.lfr-upload-container {
  margin-bottom: 1rem;
}
.lfr-upload-container .upload-target {
  border: 3px dashed #e5e7e9;
  margin-bottom: 1rem;
  min-height: 2rem;
  padding: 2rem 0;
  position: relative;
  text-align: center;
}
.upload-drop-intent .lfr-upload-container .upload-target {
  z-index: 100;
}
.upload-drop-active .lfr-upload-container .upload-target {
  background-color: #92e5a5;
  border-color: #69db83;
}
.lfr-upload-container .upload-target .drop-file-text {
  font-weight: normal;
}
.mobile .lfr-upload-container .upload-target .drop-file-text {
  display: none;
}
.lfr-upload-container .upload-target .small {
  display: block;
  margin: 5px 0;
  text-transform: lowercase;
}
.lfr-upload-container .manage-upload-target {
  padding-top: 5px;
  position: relative;
}
.lfr-upload-container .manage-upload-target .select-files {
  float: left;
  line-height: 0;
  margin: 0 1.125rem 1.125rem;
  padding: 0 0 0 5px;
}
.lfr-upload-container .cancel-uploads,
.lfr-upload-container .clear-uploads {
  background-repeat: no-repeat;
  float: right;
}
.lfr-upload-container .cancel-uploads {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAnFBMVEX////4YWP/dXjyS07/dXj9bXD6a234YWP4XWD2WVv2VFfsOTzoLzHmKSvkISP2VFf0TE/vREftPT/iHB72WVvvREf0TE//hon/gYX/fYD/e33/dXj/cXP9bXD/a236a23/Zmb4YWP4XWD/Wl32WVv/VVj2VFf3VFb0TE/yS072SUvvREfuQELtPT/sOTzrMzXoLzHnLC/mKSvkISPh2jkWAAAAF3RSTlMAESIiMzMzMzMzMzMzMzNERERERHd3qtw8lzkAAACOSURBVHjaZcjZDsIgEIXhcd+tu5YBKUixttS6vP+7OQKJTfxvTr4D7Tpxu/2w410SjDjwVvLQ805TPiRryfQeKM6OTI68K/BJPHGlJZJjSqSMofEOGXbJecsTgzkds58V5+J8refBU7Jx9yIrmkW0sA6gqbLyuaRjZZWtgXq58rEFan0jf3uTfRuIkf/7AO8DDcVPSSG3AAAAAElFTkSuQmCC);
  margin-right: 0;
}
.lfr-upload-container .clear-uploads {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAdVBMVEX///+6QwTEVx65RQPEVx3EWB64RQPDVxq5RAO5RAO5RQPATQ65RQO5RQO5RQPRczjJZCW9TQTLay28QgTdZAHhaAPmdyHqeQXrikDudgDvfxj0nWP1qHL2tY33tY34dgD+za7+1rj/dxH/fxj/hiH/kk3///9TM3sUAAAAFHRSTlMAbXd4eHh6gN3e3+Hi4+T5+/z8/mIsq5IAAABHSURBVBjTY2CgGWDlFuZhRuIz8cspyggxIgQ4ZFWVVCQ4EQLCCmpqalLCCAFeaWV5SVE+hAC7gJi4iCAbkqksXMK8bNRzNADCOQN++eLhCQAAAABJRU5ErkJggg==);
  padding-left: 16px;
}
.lfr-upload-container .upload-file.upload-complete.file-saved {
  padding-left: 25px;
}
.lfr-upload-container .upload-file .file-title {
  display: inline-block;
  max-width: 95%;
  overflow: hidden;
  padding-right: 16px;
  text-overflow: ellipsis;
  vertical-align: middle;
  white-space: nowrap;
}
.lfr-upload-container .upload-file .icon-file {
  font-size: 40px;
}
.lfr-upload-container .upload-list-info {
  margin: 1em 0 0.5em;
}
.lfr-upload-container .upload-list-info h4 {
  font-size: 1.3em;
}
.lfr-upload-container .cancel-button {
  color: #6c757d;
  margin-top: 1px;
  position: absolute;
  right: 5px;
  top: 50%;
  white-space: nowrap;
}
.lfr-upload-container .cancel-button .cancel-button-text {
  display: none;
  margin-left: 5px;
}
.lfr-upload-container .cancel-button:hover .cancel-button-text {
  display: inline;
}
.lfr-upload-container .cancel-button .lexicon-icon {
  height: 12px;
}
.lfr-upload-container .delete-button {
  color: #6c757d;
}
.lfr-upload-container .delete-button-col {
  padding-right: 10px;
}
.lfr-upload-container .file-added .success-message {
  float: right;
  font-weight: normal;
}
.lfr-upload-container .upload-error {
  opacity: 1;
  padding-left: 25px;
}
.lfr-upload-container .upload-complete .cancel-button,
.lfr-upload-container .delete-button,
.lfr-upload-container .upload-complete.file-saved .delete-button,
.lfr-upload-container .upload-complete.upload-error .delete-button {
  display: none;
}
.lfr-upload-container .multiple-files .upload-error {
  background: #f5c4c9 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAAK/INwWK6QAAABl0RVh0U29mdHdhcmUAQWRvYmUgSW1hZ2VSZWFkeXHJZTwAAAJPSURBVDjLpZPLS5RhFMYfv9QJlelTQZwRb2OKlKuINuHGLlBEBEOLxAu46oL0F0QQFdWizUCrWnjBaDHgThCMoiKkhUONTqmjmDp2GZ0UnWbmfc/ztrC+GbM2dXbv4ZzfeQ7vefKMMfifyP89IbevNNCYdkN2kawkCZKfSPZTOGTf6Y/m1uflKlC3LvsNTWArr9BT2LAf+W73dn5jHclIBFZyfYWU3or7T4K7AJmbl/yG7EtX1BQXNTVCYgtgbAEAYHlqYHlrsTEVQWr63RZFuqsfDAcdQPrGRR/JF5nKGm9xUxMyr0YBAEXXHgIANq/3ADQobD2J9fAkNiMTMSFb9z8ambMAQER3JC1XttkYGGZXoyZEGyTHRuBuPgBTUu7VSnUAgAUAWutOV2MjZGkehgYUA6O5A0AlkAyRnotiX3MLlFKduYCqAtuGXpyH0XQmOj+TIURt51OzURTYZdBKV2UBSsOIcRp/TVTT4ewK6idECAihtUKOArWcjq/B8tQ6UkUR31+OYXP4sTOdisivrkMyHodWejlXwcC38Fvs8dY5xaIId89VlJy7ACpCNCFCuOp8+BJ6A631gANQSg1mVmOxxGQYRW2nHMha4B5WA3chsv22T5/B13AIicWZmNZ6cMchTXUe81Okzz54pLi0uQWp+TmkZqMwxsBV74Or3od4OISPr0e3SHa3PX0f3HXKofNH/UIG9pZ5PeUth+CyS2EMkEqs4fPEOBJLsyske48/+xD8oxcAYPzs4QaS7RR2kbLTTOTQieczfzfTv8QPldGvTGoF6/8AAAAASUVORK5CYII=) no-repeat 5px 5px;
  border-color: #bd2130;
  color: #bd2130;
  font-weight: normal;
  margin-bottom: 16px;
  padding: 8px 8px 8px 24px;
}
.lfr-upload-container .multiple-files .upload-error .error-message {
  display: block;
}
.lfr-upload-container .multiple-files .upload-complete.file-saved .form-check-middle-left .card-body,
.lfr-upload-container .multiple-files .upload-complete.upload-error .form-check-middle-left .card-body {
  padding-left: 1rem;
}
.lfr-upload-container .multiple-files .upload-complete.file-saved .form-check-middle-left .custom-control-label,
.lfr-upload-container .multiple-files .upload-complete.upload-error .form-check-middle-left .custom-control-label {
  display: none;
}
.lfr-upload-container .single-file .upload-error {
  list-style: none;
  margin-top: 1em;
}
.lfr-upload-container .single-file .upload-error .upload-error-message {
  margin-bottom: 0.5em;
}
.lfr-upload-container .upload-complete {
  padding-left: 5px;
}
.lfr-upload-container .upload-complete .error-message,
.lfr-upload-container .upload-complete .success-message {
  font-weight: bold;
  margin-left: 1em;
}
.lfr-upload-container .upload-complete .delete-button {
  display: inline-block;
}
.lfr-upload-container .upload-complete .select-file:disabled + .custom-control-label {
  display: none;
}
.lfr-upload-container .progress {
  display: none;
  margin-top: 0.5rem;
}
.lfr-upload-container .file-uploading .progress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.lfr-alert-container {
  left: 0;
  position: absolute;
  right: auto;
  top: auto;
  width: 100%;
  z-index: 430;
}
.lfr-alert-container.inline-alert-container {
  position: relative;
}
.lfr-alert-container.inline-alert-container .lfr-alert-wrapper {
  padding: 0;
}
.lfr-alert-container .lfr-alert-wrapper {
  margin-bottom: 5px;
  overflow: hidden;
}

.lfr-search-container td .overlay.entry-action {
  position: static;
}
.lfr-search-container td .overlay.entry-action .btn a {
  display: block;
  padding: 4px 12px;
}

.contextual-sidebar {
  height: calc(100vh - 49px);
  pointer-events: none;
  position: fixed;
  right: 0;
  top: 49px;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: -webkit-transform ease 0.5s;
  transition: -webkit-transform ease 0.5s;
  transition: transform ease 0.5s;
  transition: transform ease 0.5s, -webkit-transform ease 0.5s;
  width: 320px;
  will-change: transform;
}
.contextual-sidebar.contextual-sidebar-visible {
  pointer-events: auto;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
body.has-control-menu .contextual-sidebar {
  height: calc(100vh - 98px);
  top: 98px;
}

@media (min-width: 576px) {
  .contextual-sidebar {
    height: calc(100vh - 64px);
    top: 64px;
  }
  body.has-control-menu .contextual-sidebar {
    height: calc(
				100vh - 120px
			);
    top: 120px;
  }
  .contextual-sidebar-content {
    -webkit-transition: padding ease 0.5s;
    transition: padding ease 0.5s;
    will-change: padding;
  }
  .contextual-sidebar-visible .contextual-sidebar-content,
  .contextual-sidebar-visible + .contextual-sidebar-content {
    padding-right: 320px;
  }
}
.taglib-diff-html div.diff-removed-image {
  background: #fdc6c6 url(../images/diff/minus.png);
}
.taglib-diff-html div.diff-added-image {
  background: #cfc url(../images/diff/plus.png) no-repeat;
}
.taglib-diff-html div.diff-removed-image, .taglib-diff-html div.diff-added-image {
  height: 300px;
  margin: 2px;
  opacity: 0.55;
  position: absolute;
  width: 200px;
}
.taglib-diff-html span.diff-html-added {
  background-color: #cfc;
  font-size: 1em;
}
.taglib-diff-html span.diff-html-added img {
  border: 2px solid #cfc;
}
.taglib-diff-html span.diff-html-changed {
  background: url(../images/diff/underline.png) bottom repeat-x;
}
.taglib-diff-html span.diff-html-changed img {
  border: 2px dotted #009;
}
.taglib-diff-html span.diff-html-removed {
  background-color: #fdc6c6;
  font-size: 1em;
  text-decoration: line-through;
}
.taglib-diff-html span.diff-html-removed img {
  border: 2px solid #fdc6c6;
}

.taglib-discussion {
  font-size: 0.875rem;
  margin-top: 1rem;
}
.taglib-discussion .actions-menu .component-action {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.taglib-discussion .button-holder {
  margin: 1rem 0;
}
.taglib-discussion .comment-container {
  margin-bottom: 1.5rem;
}
.taglib-discussion .lfr-discussion .lfr-discussion-form-edit .alloy-editor-placeholder {
  border-left-color: #dbdde1;
}
.taglib-discussion .lfr-discussion-body {
  font-size: 1rem;
}
@media (min-width: 576px) {
  .taglib-discussion .lfr-discussion-body {
    padding-left: 3.5rem;
  }
}
@media (min-width: 576px) {
  .taglib-discussion .lfr-discussion-details .taglib-user-display {
    word-wrap: break-word;
  }
}
.taglib-discussion .lfr-discussion-details .taglib-user-display .user-details .user-name {
  font-weight: bold;
  text-decoration: none;
}
.taglib-discussion .lfr-discussion-details .taglib-user-display .user-details .user-name:hover {
  text-decoration: underline;
}
.taglib-discussion .lfr-discussion-details .taglib-user-display .user-profile-image .avatar {
  background-size: 50px;
}
.taglib-discussion .lfr-discussion-container {
  border-bottom: 1px solid #e7e7ed;
  margin-bottom: 1.5rem;
}
.taglib-discussion .lfr-discussion-container:first-of-type {
  border-top: 1px solid #e7e7ed;
  padding-top: 1.5rem;
}
.taglib-discussion .lfr-discussion-container:last-of-type {
  border-bottom: 0;
}
.taglib-discussion .lfr-discussion-container .lfr-discussion {
  padding-left: 1rem;
}
.taglib-discussion .lfr-discussion-container .lfr-discussion .lfr-discussion .lfr-discussion .lfr-discussion {
  padding-left: 0;
}
@media (min-width: 576px) {
  .taglib-discussion .lfr-discussion-container .lfr-discussion {
    padding-left: 3.5rem;
  }
}
.taglib-discussion .lfr-discussion-parent-link {
  color: #67678c;
  font-weight: 600;
  margin-left: 1em;
}
@media (max-width: 767.98px) {
  .taglib-discussion .lfr-discussion-parent-link {
    display: block;
    margin-left: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}
.taglib-discussion .lfr-discussion-controls .autofit-col:first-of-type > .btn-outline-borderless {
  margin-left: -0.75rem;
}
.taglib-discussion .lfr-discussion-more-comments {
  border-top: 1px solid #e7e7ed;
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  text-align: center;
}
.taglib-discussion .username {
  color: #272833;
  font-weight: 600;
}
.taglib-discussion .taglib-workflow-status {
  margin-left: 0.5rem;
}
.taglib-discussion .workflow-value {
  text-transform: uppercase;
}
@media (min-width: 576px) {
  .taglib-discussion .actions-menu {
    display: none;
  }
  .taglib-discussion .comment-container:hover .actions-menu,
  .taglib-discussion .actions-menu:focus,
  .taglib-discussion .actions-menu.open {
    display: inline-block;
  }
}

.drop-zone {
  min-height: 80px;
  padding: 20px;
  text-align: center;
}
.drop-zone.drop-enabled {
  outline: 2px dashed transparent;
}
.drop-zone.drop-enabled:not(.no-border) {
  outline-color: rgba(176, 180, 187, 0.5);
}
.drop-zone p, .drop-zone .umcg-website-theme pp, .umcg-website-theme .drop-zone pp, .drop-zone .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ pp, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .drop-zone pp {
  margin: 10px auto 0;
  max-width: 75%;
}

.drop-here-info {
  font-size: 25px;
  height: 100%;
  left: 0;
  min-height: 100px;
  opacity: 0;
  position: absolute;
  text-align: center;
  top: 0;
  visibility: hidden;
  width: 100%;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .drop-here-info {
    -webkit-transition: none;
    transition: none;
  }
}
.drop-here-info .drop-here-indicator {
  height: 115px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.drop-here-info .drop-icons {
  display: inline-block;
  position: relative;
  width: 160px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .drop-here-info .drop-icons {
    -webkit-transition: none;
    transition: none;
  }
}
.drop-here-info .drop-icons span {
  border-radius: 3px;
  position: absolute;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .drop-here-info .drop-icons span {
    -webkit-transition: none;
    transition: none;
  }
}
.drop-here-info .drop-icons span:nth-of-type(1) {
  -webkit-box-shadow: 5px 4px 0 0 rgba(0, 0, 0, 0.08);
          box-shadow: 5px 4px 0 0 rgba(0, 0, 0, 0.08);
  height: 60px;
  left: 0;
  line-height: 60px;
  opacity: 0;
  top: 10px;
  -webkit-transform: rotate(25deg);
          transform: rotate(25deg);
  width: 60px;
}
.drop-here-info .drop-icons span:nth-of-type(2) {
  background: #00c2ff;
  color: #fff;
  height: 80px;
  left: 40px;
  line-height: 80px;
  width: 80px;
  z-index: 2;
}
.drop-here-info .drop-icons span:nth-of-type(3) {
  -webkit-box-shadow: -5px 4px 0 0 rgba(0, 0, 0, 0.08);
          box-shadow: -5px 4px 0 0 rgba(0, 0, 0, 0.08);
  display: block;
  font-size: 45px;
  height: 70px;
  left: 90px;
  line-height: 70px;
  opacity: 0;
  position: relative;
  top: 8px;
  -webkit-transform: rotate(-25deg);
          transform: rotate(-25deg);
  width: 70px;
  z-index: 1;
}
.drop-here-info .drop-icons span:nth-of-type(1), .drop-here-info .drop-icons span:nth-of-type(3) {
  background: #e8e6e8;
  color: #a5a6ac;
}
.drop-here-info .drop-text {
  color: #fff;
  display: block;
  font-size: 20px;
  margin-left: 0;
  margin-top: 20px;
}
.drop-active .drop-here-info {
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 1;
  visibility: visible;
  z-index: 100;
}
.drop-active .drop-here-info .drop-icons span:nth-of-type(1), .drop-active .drop-here-info .drop-icons span:nth-of-type(3) {
  opacity: 1;
}
.drop-active .drop-here-info span:nth-of-type(1) {
  -webkit-transform: rotate(-20deg);
          transform: rotate(-20deg);
}
.drop-active .drop-here-info span:nth-of-type(2) {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.drop-active .drop-here-info span:nth-of-type(3) {
  -webkit-transform: rotate(15deg);
          transform: rotate(15deg);
}

.taglib-empty-result-message.sheet {
  margin-bottom: 24px;
}
.taglib-empty-result-message .taglib-empty-result-message-description {
  color: #6c757d;
  margin-top: 8px;
}
.taglib-empty-result-message .taglib-empty-result-message-header,
.taglib-empty-result-message .taglib-empty-result-message-header-has-plus-btn,
.taglib-empty-result-message .taglib-empty-search-result-message-header {
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  margin-left: auto;
  margin-right: auto;
}
.taglib-empty-result-message .taglib-empty-result-message-header,
.taglib-empty-result-message .taglib-empty-result-message-header-has-plus-btn {
  max-width: 200px;
  padding-top: 250px;
}
.taglib-empty-result-message .taglib-empty-result-message-header,
.taglib-empty-result-message .taglib-empty-result-message-header-has-plus-btn {
  background-image: url(/o/classic-theme/images/states/empty_state.gif);
}
.taglib-empty-result-message .taglib-empty-search-result-message-header {
  background-image: url(/o/classic-theme/images/states/search_state.gif);
  max-width: 210px;
  padding-top: 232px;
}
.taglib-empty-result-message .taglib-empty-state {
  background-image: url(/o/classic-theme/images/states/empty_state.gif);
  margin: auto;
  max-width: 250px;
  padding-top: 250px;
}
.taglib-empty-result-message .taglib-success-state {
  background-image: url(/o/classic-theme/images/states/success_state.gif);
  margin: auto;
  max-width: 250px;
  padding-top: 250px;
}
.taglib-empty-result-message .taglib-search-state {
  background-image: url(/o/classic-theme/images/states/search_state.gif);
  margin: auto;
  max-width: 250px;
  padding-top: 250px;
}
.taglib-empty-result-message .taglib-empty-result-message-title {
  font-size: 1rem;
  margin-top: 48px;
}
.taglib-empty-result-message .taglib-empty-result-message-description {
  font-size: 0.875rem;
}
.taglib-empty-result-message .taglib-empty-result-message-header + .taglib-empty-result-message-title,
.taglib-empty-result-message .taglib-empty-search-result-message-header + .taglib-empty-result-message-title,
.taglib-empty-result-message .taglib-empty-state + .taglib-empty-result-message-title,
.taglib-empty-result-message .taglib-success-state + .taglib-empty-result-message-title,
.taglib-empty-result-message .taglib-search-state + .taglib-empty-result-message-title {
  font-size: 1.25rem;
  font-weight: bold;
  text-align: center;
}
.taglib-empty-result-message .taglib-empty-result-message-header ~ .taglib-empty-result-message-description, .taglib-empty-result-message .taglib-empty-result-message-header ~ .taglib-empty-result-message-actions,
.taglib-empty-result-message .taglib-empty-search-result-message-header ~ .taglib-empty-result-message-description,
.taglib-empty-result-message .taglib-empty-search-result-message-header ~ .taglib-empty-result-message-actions,
.taglib-empty-result-message .taglib-empty-state ~ .taglib-empty-result-message-description,
.taglib-empty-result-message .taglib-empty-state ~ .taglib-empty-result-message-actions,
.taglib-empty-result-message .taglib-success-state ~ .taglib-empty-result-message-description,
.taglib-empty-result-message .taglib-success-state ~ .taglib-empty-result-message-actions,
.taglib-empty-result-message .taglib-search-state ~ .taglib-empty-result-message-description,
.taglib-empty-result-message .taglib-search-state ~ .taglib-empty-result-message-actions {
  font-size: 1rem;
  text-align: center;
}

.field-wrapper.form-inline .control-label {
  display: inline-block;
}

.field-wrapper-html .input-localized .input-group-item {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.taglib-header {
  border-bottom: 1px solid #c8c9ca;
  color: #555;
  margin-bottom: 1em;
  padding-bottom: 10px;
}
.taglib-header .header-title {
  display: inline-block;
  margin: 0.1em;
  max-width: 100%;
  text-overflow: ellipsis;
  vertical-align: middle;
  white-space: nowrap;
  word-wrap: normal;
}
.taglib-header .header-back-to {
  display: inline-block;
  vertical-align: middle;
}
.taglib-header .header-back-to a {
  display: block;
  font-weight: bold;
  padding: 0 0.3em 0 0;
  text-decoration: none;
}

.taglib-icon {
  text-decoration: none;
}
.taglib-icon:not(.btn):hover .taglib-text, .taglib-icon:not(.btn):focus .taglib-text {
  text-decoration: underline;
}
.taglib-icon[lang] > img {
  vertical-align: baseline;
  width: 16px;
}

.icon-monospaced {
  color: inherit;
  display: inline-block;
  height: 2rem;
  line-height: 34px;
  text-align: center;
  width: 2rem;
}
.icon-monospaced.lexicon-icon {
  padding: 8px;
}

.taglib-icon-list li {
  float: left;
  margin-right: 1em;
}
.taglib-icon-list:after {
  clear: both;
  content: "";
  display: block;
  height: 0;
  visibility: hidden;
}

.lfr-icon-menu .lfr-icon-menu-icon {
  max-width: none;
}
@media (max-width: 767.98px) {
  .table-cell.last .lfr-icon-menu .dropdown-toggle {
    text-align: center;
  }
  .table-cell.last .lfr-icon-menu .dropdown-toggle > img,
  .table-cell.last .lfr-icon-menu .dropdown-toggle .lfr-icon-menu-text {
    display: none;
  }
}

.lfr-menu-list {
  float: none;
  overflow-y: auto;
  position: relative;
}
.lfr-menu-list.direction-right {
  margin: 0 2px;
}
.lfr-menu-list.dropdown-menu {
  float: none;
  position: relative;
}
@media (max-width: 991.98px) {
  .lfr-menu-list.dropdown-menu > li > a {
    font-size: 22px;
    line-height: 40px;
    white-space: normal;
  }
  .lfr-menu-list.dropdown-menu > li > a img {
    margin-bottom: 3px;
  }
}
.lfr-menu-list.dropdown-menu .search-panel {
  margin-bottom: 0;
}
.lfr-menu-list.dropdown-menu .search-panel .form-group {
  margin: 0 16px;
}
.lfr-menu-list.dropdown-menu .search-panel .menu-item-filter {
  width: auto;
}
body > .lfr-menu-list ul {
  border-radius: 4px;
}

.lfr-icon-menu-open:after {
  clear: both;
  content: "";
  display: table;
}
.lfr-icon-menu-open .dropdown-menu {
  position: static;
}

.input-localized.input-localized-editor .form-control {
  border-width: 0;
  height: 100%;
  padding: 0;
}
.input-localized .input-group-item {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.input-localized .input-localized-content {
  margin-left: 6px;
}
.input-group .input-localized .input-localized-content {
  margin-top: 3px;
}
.input-localized .lfr-input-localized .lfr-input-localized-state {
  background-color: #ddd;
}
.input-localized .lfr-input-localized .lfr-input-localized-state.lfr-input-localized-state-error {
  background-color: #ff0047;
}
.input-localized .lfr-input-localized-default a {
  margin-right: 14px;
}
.input-localized .lfr-input-localized-state {
  height: 4px;
  margin: 3px 5px;
  width: 4px;
}
.input-localized .palette-item-inner .lfr-input-localized-flag {
  font-size: 16px;
  opacity: 0.5;
}
.input-localized .palette-item,
.input-localized .palette-item-hover,
.input-localized .palette-item-hover .palette-item-inner {
  border-color: transparent;
}
.input-localized .palette-item-inner {
  border-color: #666;
  display: block;
  height: 16px;
  width: 16px;
}
.input-localized .palette-item-selected .lfr-input-localized-state {
  background: #27c1f2;
}

.input-localized-palette-container .palette-items-container {
  font-size: 0;
  margin: 0;
  white-space: normal;
}
.input-localized-palette-container .palette-item {
  border-width: 0;
  padding: 0.5rem 1.25rem;
}
.input-localized-palette-container .palette-item-inner {
  border: 1px solid;
  margin-right: 4px;
  width: 16px;
}
.input-localized-palette-container .palette-item-inner img {
  display: block;
}

.taglib-move-boxes {
  margin-bottom: 1em;
}
.taglib-move-boxes label {
  border-bottom: 1px solid transparent;
  display: block;
  margin-bottom: 5px;
  padding: 5px;
}
.taglib-move-boxes .toolbar {
  text-align: center;
}
.taglib-move-boxes .arrow-button img {
  border-width: 0;
  height: 16px;
  width: 16px;
}
.taglib-move-boxes .choice-selector {
  width: 100%;
}
.taglib-move-boxes .choice-selector label {
  background: #ebf1f9;
  border-bottom-color: #8db2f3;
}
.taglib-move-boxes .field-content {
  margin-bottom: 0;
}
.taglib-move-boxes .move-arrow-buttons {
  margin-top: 5em;
}
.taglib-move-boxes .move-arrow-buttons .arrow-button {
  display: block;
}
.taglib-move-boxes .sortable-container {
  margin-top: 10px;
}
.taglib-move-boxes .sortable-container .btn.edit-selection {
  margin-bottom: 10px;
}
.taglib-move-boxes .sortable-container .move-option {
  background-color: transparent;
  border-top: 1px solid #ddd;
  display: none;
  margin: 2px 0;
  padding: 2px;
  position: relative;
}
.taglib-move-boxes .sortable-container .move-option.selected {
  display: block;
}
.taglib-move-boxes .sortable-container .move-option.move-option-dragging {
  background-color: #fafafa;
}
.taglib-move-boxes .sortable-container .move-option .checkbox,
.taglib-move-boxes .sortable-container .move-option .handle {
  position: absolute;
}
.taglib-move-boxes .sortable-container .move-option .checkbox {
  display: none;
  margin: 7px 0 0 5px;
}
.taglib-move-boxes .sortable-container .move-option .handle {
  color: #999;
  cursor: pointer;
  font-size: 1.5em;
  padding: 6px;
}
.taglib-move-boxes .sortable-container .move-option .title {
  font-size: 1.2em;
  margin: 1px 0 1px 30px;
}
.taglib-move-boxes .sortable-container.edit-list-active .move-option {
  display: block;
}
.taglib-move-boxes .sortable-container.edit-list-active .move-option .checkbox {
  display: inline-block;
}
.taglib-move-boxes .sortable-container.edit-list-active .move-option .handle {
  display: none;
}
.mobile .taglib-move-boxes .selector-container {
  display: none;
}

.item-selector .card-row > .autofit-col-expand {
  padding-top: 4px;
}
.item-selector .drop-zone {
  background-color: #f1f2f5;
  margin-top: 1rem;
}
.item-selector .input-file {
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  width: 0.1px;
  z-index: -1;
}
.item-selector .input-file + label {
  position: relative;
}
.item-selector .input-file + label::before {
  border-radius: 4px;
  bottom: -2px;
  content: "";
  display: block;
  left: -2px;
  position: absolute;
  right: -2px;
  top: -2px;
  -webkit-transition: -webkit-box-shadow 0.15s ease-in-out;
  transition: -webkit-box-shadow 0.15s ease-in-out;
  transition: box-shadow 0.15s ease-in-out;
  transition: box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
.item-selector .input-file:focus + label::before {
  -webkit-box-shadow: 0 0 0 2px #fff, 0 0 0 4px #75b8ff;
          box-shadow: 0 0 0 2px #fff, 0 0 0 4px #75b8ff;
}
.item-selector .item-selector-list-row:hover {
  background-color: #e5f2ff;
  cursor: pointer;
}

.lfr-map {
  border: 1px solid #ccc;
  min-height: 400px;
  width: 100%;
}
.lfr-map .home-button {
  margin: 5px;
}
@media (max-width: 575.98px) {
  .lfr-map .home-button {
    height: 35px;
    width: 45px;
  }
}
.lfr-map .search-controls {
  font-size: 15px;
  margin-top: 5px;
  width: 100%;
}
@media (min-width: 576px) {
  .lfr-map .search-controls {
    width: 50%;
  }
}
.lfr-map .search-controls .search-input {
  width: 100%;
}

.navbar .navbar-collapse {
  max-height: none;
}
.navbar .navbar-collapse:after, .navbar .navbar-collapse:before {
  display: inline;
}
@media (max-width: 767.98px) {
  .navbar .navbar-search {
    background-color: #f3f3f3;
    border-top-width: 0;
    width: 100%;
  }
}
.navbar .navbar-search .form-search {
  margin: 8px 0;
}
@media (min-width: 768px) {
  .navbar .navbar-search .form-search {
    float: right;
    max-width: 275px;
  }
}
@media (max-width: 767.98px) {
  .navbar .navbar-search .form-search .input-group {
    width: 100%;
  }
}
@media (max-width: 991.98px) {
  .navbar .container .navbar-btn,
  .navbar .container-fluid .navbar-btn {
    margin-bottom: 5px;
    width: 45px;
  }
  .navbar .container .navbar-collapse.open,
  .navbar .container-fluid .navbar-collapse.open {
    border-width: 0;
    display: block;
    height: auto;
    overflow: visible;
  }
}

.taglib-portlet-preview.show-borders {
  border: 1px solid #828f95;
  margin-bottom: 1em;
  padding: 3px 3px 1em;
}
.taglib-portlet-preview.show-borders .title {
  background-color: #d3dadd;
  font-size: 1.4em;
  font-weight: bold;
  padding: 0.5em;
}
.taglib-portlet-preview .preview {
  margin: 1em;
  min-height: 90px;
}

.lfr-search-container .entry-action {
  width: 1px;
}
.lfr-search-container .entry-action .taglib-icon {
  white-space: nowrap;
}

.lfr-search-container-wrapper.lfr-search-container-fixed-first-column {
  position: relative;
}
@media (min-width: 576px) {
  .lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive {
    margin-left: 375px;
    width: auto;
  }
}
.lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table {
  position: static;
}
.lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table .lfr-search-iterator-fixed-header {
  left: 12px;
  position: fixed;
  right: 12px;
  top: -1px;
  z-index: 1020;
}
.lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table .lfr-search-iterator-fixed-header > th {
  display: block;
  padding: 0;
}
.lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table .lfr-search-iterator-fixed-header > th .lfr-search-iterator-fixed-header-inner-wrapper {
  overflow-x: hidden;
}
@media (min-width: 576px) {
  .lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table .lfr-search-iterator-fixed-header > th .lfr-search-iterator-fixed-header-inner-wrapper {
    margin-left: 375px;
  }
}
.lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table .lfr-search-iterator-fixed-header > th .lfr-search-iterator-fixed-header-inner-wrapper table {
  border-collapse: collapse;
  width: 100%;
}
.lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table .lfr-search-iterator-fixed-header > th .lfr-search-iterator-fixed-header-inner-wrapper table th {
  border-radius: 0;
}
.lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table td,
.lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table th {
  width: auto;
}
@media (min-width: 576px) {
  .lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table td:first-child,
  .lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table th:first-child {
    left: 0;
    position: absolute;
    right: 15px;
  }
}
.lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table th {
  height: auto;
}
.lfr-search-container-wrapper a:not(.btn):not(.component-action):not(.page-link) {
  color: #495057;
  font-weight: 500;
  text-decoration: underline;
}
.lfr-search-container-wrapper a:not(.btn):not(.component-action):not(.page-link):focus, .lfr-search-container-wrapper a:not(.btn):not(.component-action):not(.page-link):hover {
  color: #000;
}
.lfr-search-container-wrapper .dropdown-action .dropdown-toggle {
  color: #6c757d;
}
.lfr-search-container-wrapper .dropdown-action .dropdown-toggle:hover {
  color: #343a40;
}
.lfr-search-container-wrapper .lfr-icon-menu > .dropdown-toggle {
  color: #6c757d;
}
.lfr-search-container-wrapper .lfr-icon-menu > .dropdown-toggle:active, .lfr-search-container-wrapper .lfr-icon-menu > .dropdown-toggle:focus, .lfr-search-container-wrapper .lfr-icon-menu > .dropdown-toggle:hover {
  background-color: #f7f8f9;
  border-radius: 4px;
  color: #343a40;
}
.lfr-search-container-wrapper .lfr-search-container-list .list-group:last-child .list-group-item:nth-last-child(2) {
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.lfr-search-container-wrapper .lfr-search-container-list + .taglib-search-iterator-page-iterator-bottom {
  margin-top: 20px;
}
.lfr-search-container-wrapper .list-group {
  margin-bottom: 0;
}
.lfr-search-container-wrapper .list-group + .list-group .list-group-header:first-child,
.lfr-search-container-wrapper .list-group + .list-group .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.lfr-search-container-wrapper .list-group .list-group-item h4 {
  font-size: 0.875rem;
  line-height: 1.5;
  margin-bottom: 0;
}
.lfr-search-container-wrapper .list-group .list-group-item h5,
.lfr-search-container-wrapper .list-group .list-group-item h6,
.lfr-search-container-wrapper .list-group .list-group-item .h5,
.lfr-search-container-wrapper .list-group .list-group-item .h6 {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 0;
}
.lfr-search-container-wrapper .list-group .list-group-item span + h2.h5 {
  font-weight: 600;
}
.lfr-search-container-wrapper .list-group .list-group-item h6 + h5 {
  font-weight: 600;
}
.lfr-search-container-wrapper .table-list tbody tr:nth-last-child(2) td:first-child,
.lfr-search-container-wrapper .table-list tbody tr:nth-last-child(2) th:first-child {
  border-bottom-left-radius: 0.25rem;
}
.lfr-search-container-wrapper .table-list tbody tr:nth-last-child(2) td:last-child,
.lfr-search-container-wrapper .table-list tbody tr:nth-last-child(2) th:last-child {
  border-bottom-right-radius: 0.25rem;
}

.user-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.user-info .sticker {
  -ms-flex-item-align: center;
      align-self: center;
}
.user-info .user-details {
  margin-left: 1rem;
}
.user-info .user-name {
  color: #343a40;
  font-weight: 600;
}
.user-info .date-info {
  color: #6c757d;
}

.user-status-tooltip .user-status-avatar {
  float: left;
  margin-right: 5px;
}
.user-status-tooltip .user-status-avatar .user-status-avatar-image {
  width: 27px;
}
.user-status-tooltip .user-status-info {
  display: inline-block;
  overflow: hidden;
}
.user-status-tooltip .user-status-info .user-status-date {
  font-size: 11px;
}

.lfr-search-container {
  margin-top: 1.5em;
  overflow: auto;
}
@media (max-width: 767.98px) {
  .lfr-search-container .selector-button {
    width: auto;
  }
}
.touch .lfr-search-container {
  -webkit-overflow-scrolling: touch;
}
.touch .lfr-search-container .searchcontainer-content .table {
  max-width: none;
}

.taglib-page-iterator {
  clear: both;
  height: auto;
  width: auto;
}
.taglib-page-iterator .lfr-pagination-buttons {
  float: right;
  margin: 0;
}
@media (max-width: 991.98px) {
  .taglib-page-iterator .lfr-pagination-buttons {
    width: 100%;
  }
}
@media (max-width: 991.98px) and (max-width: 767.98px) {
  .taglib-page-iterator .lfr-pagination-buttons {
    float: none;
    margin-top: 20px;
  }
}
@media (max-width: 991.98px) {
  .taglib-page-iterator .lfr-pagination-buttons > li {
    display: inline-block;
    width: 50%;
  }
  .taglib-page-iterator .lfr-pagination-buttons > li.first, .taglib-page-iterator .lfr-pagination-buttons > li.last {
    display: none;
  }
  .taglib-page-iterator .lfr-pagination-buttons > li > a {
    line-height: 20px;
    padding: 11px 19px;
  }
}
.taglib-page-iterator .lfr-pagination-config {
  float: left;
  line-height: 46px;
}
@media (max-width: 767.98px) {
  .taglib-page-iterator .lfr-pagination-config {
    float: none;
  }
  .taglib-page-iterator .lfr-pagination-config .current-page-menu {
    display: block;
  }
  .taglib-page-iterator .lfr-pagination-config .current-page-menu .btn {
    display: block;
  }
}
.taglib-page-iterator .lfr-pagination-config .lfr-pagination-delta-selector,
.taglib-page-iterator .lfr-pagination-config .lfr-pagination-page-selector {
  display: inline;
}
.taglib-page-iterator .lfr-pagination-config .lfr-pagination-delta-selector {
  float: none;
}
@media (max-width: 991.98px) {
  .taglib-page-iterator .lfr-pagination-config .lfr-pagination-delta-selector {
    display: none;
  }
}
.taglib-page-iterator .search-results {
  float: left;
  line-height: 46px;
  margin-left: 10px;
}
@media (max-width: 991.98px) {
  .taglib-page-iterator .search-results {
    display: none;
  }
}

.taglib-search-toggle .form-search {
  position: relative;
}
.taglib-search-toggle .form-search .input-group-btn {
  position: absolute;
}
@media (min-width: 992px) {
  .taglib-search-toggle .form-search .input-group-btn {
    position: static;
  }
}
.taglib-search-toggle .toggle-advanced {
  color: inherit;
  margin-left: 10px;
  position: absolute;
  top: 8px;
}
.taglib-search-toggle .toggle-advanced, .taglib-search-toggle .toggle-advanced:hover, .taglib-search-toggle .toggle-advanced:focus {
  text-decoration: none;
}

.taglib-search-toggle-advanced-wrapper .taglib-search-toggle-advanced {
  background-color: #fcfcfc;
  border: solid #ddd;
  border-width: 0 1px 1px;
  margin-top: 0;
  padding: 15px 15px 0;
}
.navbar-search .taglib-search-toggle-advanced-wrapper .taglib-search-toggle-advanced {
  border-width: 1px 0 0;
}
.taglib-search-toggle-advanced-wrapper .taglib-search-toggle-advanced .taglib-search-toggle-advanced-content {
  position: relative;
}
.taglib-search-toggle-advanced-wrapper .taglib-search-toggle-advanced .taglib-search-toggle-advanced-content .match-fields {
  margin-bottom: 0;
}
.taglib-search-toggle-advanced-wrapper .taglib-search-toggle-advanced .taglib-search-toggle-advanced-content .match-fields-legend {
  color: #999;
  font-size: 13px;
}
.taglib-search-toggle-advanced-wrapper .btn.close {
  margin-right: 5px;
  position: relative;
  z-index: 1;
}

.taglib-user-display {
  padding: 0.5em;
}
.taglib-user-display .avatar {
  background: no-repeat center;
  background-size: 60px;
  display: block;
  height: 60px;
  margin: 0 auto;
  width: 60px;
}
.taglib-user-display .avatar.author:after {
  background: rgba(50, 168, 230, 0.5);
  border-radius: 50%;
  content: "";
  display: block;
  height: 100%;
  width: 100%;
}
.taglib-user-display .user-details {
  margin-top: 1em;
}
.taglib-user-display .user-name {
  font-size: 1.1em;
  font-weight: bold;
}
.taglib-user-display a .user-name {
  text-decoration: underline;
}
.taglib-user-display.display-style-1 .user-profile-image {
  float: left;
  margin-right: 24px;
}
.taglib-user-display.display-style-1 .user-name {
  display: inline-block;
  margin-top: 10px;
}
.taglib-user-display.display-style-1 .user-details {
  margin-top: 0;
}
.taglib-user-display.display-style-2 .user-profile-image,
.taglib-user-display.display-style-2 .user-name {
  clear: both;
  display: block;
  min-height: 20px;
  text-align: center;
}
.taglib-user-display.display-style-3 {
  padding: 0;
}
.taglib-user-display.display-style-3 .user-profile-image {
  display: inline-block;
  vertical-align: middle;
}

.taglib-workflow-status .workflow-id,
.taglib-workflow-status .workflow-version,
.taglib-workflow-status .workflow-status {
  color: #999;
}
.table-cell .taglib-workflow-status {
  margin: 0;
}
.table-cell .taglib-workflow-status .workflow-status {
  padding-left: 0;
}

.lfr-autocomplete-input-list .yui3-aclist-list {
  margin: 0;
}

.portal-popup .sheet > .lfr-nav {
  margin-top: -24px;
}
.portal-popup .contacts-portlet .portlet-configuration-container .form {
  position: static;
}
.portal-popup .lfr-form-content {
  padding: 24px 12px;
}
.portal-popup .portlet-body,
.portal-popup .portlet-boundary,
.portal-popup .portlet-column,
.portal-popup .portlet-layout {
  height: 100%;
}
.portal-popup .portlet-column {
  position: static;
}
.portal-popup .dialog-body > .container-fluid-max-xl,
.portal-popup .dialog-body .container-view,
.portal-popup .export-dialog-tree > .container-fluid-max-xl,
.portal-popup .export-dialog-tree .container-view,
.portal-popup .lfr-dynamic-uploader > .container-fluid-max-xl,
.portal-popup .lfr-dynamic-uploader .container-view,
.portal-popup .lfr-form-content > .container-fluid-max-xl,
.portal-popup .lfr-form-content .container-view,
.portal-popup .portlet-configuration-body-content > .container-fluid-max-xl,
.portal-popup .portlet-configuration-body-content .container-view,
.portal-popup .process-list > .container-fluid-max-xl,
.portal-popup .process-list .container-view,
.portal-popup .roles-selector-body > .container-fluid-max-xl,
.portal-popup .roles-selector-body .container-view {
  padding-top: 20px;
}
.portal-popup .dialog-body > .container-fluid-max-xl .nav-tabs-underline,
.portal-popup .dialog-body .container-view .nav-tabs-underline,
.portal-popup .export-dialog-tree > .container-fluid-max-xl .nav-tabs-underline,
.portal-popup .export-dialog-tree .container-view .nav-tabs-underline,
.portal-popup .lfr-dynamic-uploader > .container-fluid-max-xl .nav-tabs-underline,
.portal-popup .lfr-dynamic-uploader .container-view .nav-tabs-underline,
.portal-popup .lfr-form-content > .container-fluid-max-xl .nav-tabs-underline,
.portal-popup .lfr-form-content .container-view .nav-tabs-underline,
.portal-popup .portlet-configuration-body-content > .container-fluid-max-xl .nav-tabs-underline,
.portal-popup .portlet-configuration-body-content .container-view .nav-tabs-underline,
.portal-popup .process-list > .container-fluid-max-xl .nav-tabs-underline,
.portal-popup .process-list .container-view .nav-tabs-underline,
.portal-popup .roles-selector-body > .container-fluid-max-xl .nav-tabs-underline,
.portal-popup .roles-selector-body .container-view .nav-tabs-underline {
  margin-left: -25px;
  margin-right: -25px;
  margin-top: -20px;
}
.portal-popup .dialog-body > .lfr-nav + .container-fluid-max-xl,
.portal-popup .export-dialog-tree > .lfr-nav + .container-fluid-max-xl,
.portal-popup .lfr-dynamic-uploader > .lfr-nav + .container-fluid-max-xl,
.portal-popup .lfr-form-content > .lfr-nav + .container-fluid-max-xl,
.portal-popup .portlet-configuration-body-content > .lfr-nav + .container-fluid-max-xl,
.portal-popup .process-list > .lfr-nav + .container-fluid-max-xl,
.portal-popup .roles-selector-body > .lfr-nav + .container-fluid-max-xl {
  padding-top: 0;
}
.portal-popup .login-container {
  padding: 1rem;
}
.portal-popup .navbar ~ .portlet-configuration-setup,
.portal-popup .portlet-export-import-container {
  height: calc(100% - 48px);
  position: relative;
}
@media (min-width: 576px) {
  .portal-popup .navbar ~ .portlet-configuration-setup,
  .portal-popup .portlet-export-import-container {
    height: calc(100% - 48px);
  }
}
.portal-popup .panel-group .panel {
  border-left-width: 0;
  border-radius: 0;
  border-right-width: 0;
}
.portal-popup .panel-group .panel + .panel {
  border-top-width: 0;
  margin-top: 0;
}
.portal-popup .panel-heading {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.portal-popup .portlet-configuration-setup .lfr-nav {
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
  padding-left: 3px;
  padding-right: 3px;
}
@media (min-width: 576px) {
  .portal-popup .portlet-configuration-setup .lfr-nav {
    padding-left: 8px;
    padding-right: 8px;
  }
}
.portal-popup .lfr-dynamic-uploader,
.portal-popup .process-list {
  bottom: 0;
  display: block;
  left: 0;
  overflow: auto;
  position: absolute;
  right: 0;
  top: 48px;
  -webkit-overflow-scrolling: touch;
}
@media (min-width: 576px) {
  .portal-popup .lfr-dynamic-uploader,
  .portal-popup .process-list {
    top: 48px;
  }
}
.portal-popup .portlet-export-import-publish-processes {
  top: 0;
}
.portal-popup .dialog-footer {
  background-color: #fff;
  border-top: 1px solid #dee2e6;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  left: 0;
  margin: 0;
  padding: 10px 24px;
  width: 100%;
  z-index: 1020;
}
@media (min-width: 768px) {
  .portal-popup .dialog-footer {
    position: fixed;
  }
}
.portal-popup .dialog-footer .btn {
  margin-left: 1rem;
  margin-right: 0;
}
.portal-popup .dialog-footer.dialog-footer-not-reverse {
  -webkit-box-orient: initial;
  -webkit-box-direction: initial;
      -ms-flex-direction: initial;
          flex-direction: initial;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (min-width: 768px) {
  .portal-popup .dialog-body:not(:last-child),
  .portal-popup .lfr-dynamic-uploader:not(:last-child),
  .portal-popup .lfr-form-content:not(:last-child),
  .portal-popup .portlet-configuration-body-content:not(:last-child),
  .portal-popup .roles-selector-body:not(:last-child) {
    padding-bottom: 60px;
  }
}
.portal-popup .lfr-dynamic-uploader {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.portal-popup .lfr-dynamic-uploader.hide-dialog-footer {
  bottom: 0;
}
.portal-popup .lfr-dynamic-uploader.hide-dialog-footer + .dialog-footer {
  display: none;
}
.portal-popup .portlet-configuration-edit-permissions .portlet-configuration-body-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: visible;
}
.portal-popup .portlet-configuration-edit-permissions .portlet-configuration-body-content > form {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: none;
  overflow: auto;
}
.portal-popup .portlet-configuration-edit-templates .portlet-configuration-body-content {
  bottom: 0;
}
.portal-popup:not(.article-preview) #main-content,
.portal-popup:not(.article-preview) #wrapper {
  bottom: 0;
  left: 0;
  overflow: auto;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-overflow-scrolling: touch;
}
@media print {
  .portal-popup:not(.article-preview) #main-content,
  .portal-popup:not(.article-preview) #wrapper {
    position: initial;
  }
}
.portal-popup .columns-max > .portlet-layout.row, .portal-popup .umcg-website-theme .columns-max > .portlet-layout.umcg-search-results, .umcg-website-theme .portal-popup .columns-max > .portlet-layout.umcg-search-results, .portal-popup .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .columns-max > .portlet-layout.umcg-search-results, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .portal-popup .columns-max > .portlet-layout.umcg-search-results, .portal-popup .umcg-website-theme form.form .ddm-form-builder-app .lfr-ddm-form-page.columns-max > .portlet-layout.umcg-search-results, .umcg-website-theme form.form .ddm-form-builder-app .portal-popup .lfr-ddm-form-page.columns-max > .portlet-layout.umcg-search-results, .portal-popup .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form.form .ddm-form-builder-app .lfr-ddm-form-page.columns-max > .portlet-layout.umcg-search-results, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form.form .ddm-form-builder-app .portal-popup .lfr-ddm-form-page.columns-max > .portlet-layout.umcg-search-results, .portal-popup .umcg-website-theme .columns-max > .portlet-layout.portlet-search-bar, .umcg-website-theme .portal-popup .columns-max > .portlet-layout.portlet-search-bar, .portal-popup .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .columns-max > .portlet-layout.portlet-search-bar, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .portal-popup .columns-max > .portlet-layout.portlet-search-bar, .portal-popup .umcg-website-theme form.form .ddm-form-builder-app .lfr-ddm-form-page.columns-max > .portlet-layout.portlet-search-bar, .umcg-website-theme form.form .ddm-form-builder-app .portal-popup .lfr-ddm-form-page.columns-max > .portlet-layout.portlet-search-bar, .portal-popup .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form.form .ddm-form-builder-app .lfr-ddm-form-page.columns-max > .portlet-layout.portlet-search-bar, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form.form .ddm-form-builder-app .portal-popup .lfr-ddm-form-page.columns-max > .portlet-layout.portlet-search-bar, .portal-popup .umcg-website-theme .portlet-content .portlet-body .columns-max > .portlet-layout.portlet-forms, .umcg-website-theme .portlet-content .portlet-body .portal-popup .columns-max > .portlet-layout.portlet-forms, .portal-popup .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .portlet-content .portlet-body .columns-max > .portlet-layout.portlet-forms, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .portlet-content .portlet-body .portal-popup .columns-max > .portlet-layout.portlet-forms, .portal-popup .umcg-website-theme form.form .ddm-form-builder-app .lfr-ddm-form-page.columns-max > .portlet-layout.row, .umcg-website-theme form.form .ddm-form-builder-app .portal-popup .lfr-ddm-form-page.columns-max > .portlet-layout.row, .umcg-website-theme form.form .ddm-form-builder-app .portal-popup .portlet-content .portlet-body .lfr-ddm-form-page.columns-max > .portlet-layout.portlet-forms, .portal-popup .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form.form .ddm-form-builder-app .lfr-ddm-form-page.columns-max > .portlet-layout.row, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form.form .ddm-form-builder-app .portal-popup .lfr-ddm-form-page.columns-max > .portlet-layout.row, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form.form .ddm-form-builder-app .portal-popup .portlet-content .portlet-body .lfr-ddm-form-page.columns-max > .portlet-layout.portlet-forms {
  margin-left: 0;
  margin-right: 0;
}
.portal-popup .columns-max > .portlet-layout.row > .portlet-column, .portal-popup .umcg-website-theme .columns-max > .portlet-layout.umcg-search-results > .portlet-column, .umcg-website-theme .portal-popup .columns-max > .portlet-layout.umcg-search-results > .portlet-column, .portal-popup .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .columns-max > .portlet-layout.umcg-search-results > .portlet-column, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .portal-popup .columns-max > .portlet-layout.umcg-search-results > .portlet-column, .portal-popup .umcg-website-theme .columns-max > .portlet-layout.portlet-search-bar > .portlet-column, .umcg-website-theme .portal-popup .columns-max > .portlet-layout.portlet-search-bar > .portlet-column, .portal-popup .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .columns-max > .portlet-layout.portlet-search-bar > .portlet-column, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .portal-popup .columns-max > .portlet-layout.portlet-search-bar > .portlet-column, .portal-popup .umcg-website-theme .portlet-content .portlet-body .columns-max > .portlet-layout.portlet-forms > .portlet-column, .umcg-website-theme .portlet-content .portlet-body .portal-popup .columns-max > .portlet-layout.portlet-forms > .portlet-column, .portal-popup .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .portlet-content .portlet-body .columns-max > .portlet-layout.portlet-forms > .portlet-column, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .portlet-content .portlet-body .portal-popup .columns-max > .portlet-layout.portlet-forms > .portlet-column, .portal-popup .umcg-website-theme form.form .ddm-form-builder-app .lfr-ddm-form-page.columns-max > .portlet-layout.row > .portlet-column, .umcg-website-theme form.form .ddm-form-builder-app .portal-popup .lfr-ddm-form-page.columns-max > .portlet-layout.row > .portlet-column, .umcg-website-theme form.form .ddm-form-builder-app .portal-popup .portlet-content .portlet-body .lfr-ddm-form-page.columns-max > .portlet-layout.portlet-forms > .portlet-column, .portal-popup .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form.form .ddm-form-builder-app .lfr-ddm-form-page.columns-max > .portlet-layout.row > .portlet-column, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form.form .ddm-form-builder-app .portal-popup .lfr-ddm-form-page.columns-max > .portlet-layout.row > .portlet-column, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form.form .ddm-form-builder-app .portal-popup .portlet-content .portlet-body .lfr-ddm-form-page.columns-max > .portlet-layout.portlet-forms > .portlet-column {
  padding-left: 0;
  padding-right: 0;
}

html:not(#__):not(#___) .portlet-layout.dragging {
  border-collapse: separate;
}
html:not(#__):not(#___) .drop-area {
  background-color: #d3dadd;
}
html:not(#__):not(#___) .active-area {
  background: #ffc;
}
html:not(#__):not(#___) .portlet-boundary.yui3-dd-dragging {
  opacity: 0.6;
}
html:not(#__):not(#___) .portlet-boundary.yui3-dd-dragging .portlet {
  border: 2px dashed #ccc;
}
html:not(#__):not(#___) .sortable-layout-proxy {
  opacity: 1;
}
html:not(#__):not(#___) .sortable-layout-proxy .portlet-topper {
  background-image: none;
}
html:not(#__):not(#___) .proxy {
  cursor: move;
  opacity: 0.65;
  position: absolute;
}
html:not(#__):not(#___) .proxy.generic-portlet {
  height: 200px;
  width: 300px;
}
html:not(#__):not(#___) .proxy.generic-portlet .portlet-title {
  padding: 10px;
}
html:not(#__):not(#___) .proxy.not-intersecting .forbidden-action {
  background: url(../images/application/forbidden_action.png) no-repeat;
  display: block;
  height: 32px;
  position: absolute;
  right: -15px;
  top: -15px;
  width: 32px;
}
html:not(#__):not(#___) .resizable-proxy {
  border: 1px dashed #828f95;
  position: absolute;
  visibility: hidden;
}
html:not(#__):not(#___) .sortable-proxy {
  background: #727c81;
  margin-top: 1px;
}
html:not(#__):not(#___) .sortable-layout-drag-target-indicator {
  margin: 2px 0;
}
html:not(#__):not(#___) .yui3-dd-proxy {
  z-index: 1110 !important;
}

.portlet-layout.dragging {
  border-collapse: separate;
}

.drop-area {
  background-color: #d3dadd;
}

.active-area {
  background: #ffc;
}

.portlet-boundary.yui3-dd-dragging {
  opacity: 0.6;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
@media (prefers-reduced-motion: reduce) {
  .portlet-boundary.yui3-dd-dragging {
    -webkit-transition: none;
    transition: none;
  }
}
.portlet-boundary.yui3-dd-dragging .portlet {
  border: 2px dashed #ccc;
}

.sortable-layout-proxy {
  opacity: 1;
}
.sortable-layout-proxy .portlet-topper {
  background-image: none;
}

.proxy {
  cursor: move;
  opacity: 0.65;
  position: absolute;
}
.proxy.generic-portlet {
  height: 200px;
  width: 300px;
}
.proxy.generic-portlet .portlet-title {
  padding: 10px;
}
.proxy.not-intersecting .forbidden-action {
  background: url(../images/application/forbidden_action.png) no-repeat;
  display: block;
  height: 32px;
  position: absolute;
  right: -15px;
  top: -15px;
  width: 32px;
}

.resizable-proxy {
  border: 1px dashed #828f95;
  position: absolute;
  visibility: hidden;
}

.sortable-proxy {
  background: #727c81;
  margin-top: 1px;
}

.sortable-layout-drag-target-indicator {
  margin: 2px 0;
}

.yui3-dd-proxy {
  z-index: 1110 !important;
}

.portlet-column-content.empty {
  padding: 50px;
}

.lfr-portlet-title-editable {
  margin-top: 0;
  z-index: 9999;
}
.lfr-portlet-title-editable .lfr-portlet-title-editable-content {
  padding: 0;
}
.lfr-portlet-title-editable .lfr-portlet-title-editable-content .field-input {
  margin-bottom: 0;
}
.lfr-portlet-title-editable .lfr-portlet-title-editable-content .textfield-label {
  display: none;
}
.lfr-portlet-title-editable .lfr-portlet-title-editable-content .btn-toolbar-content {
  display: inline-block;
  vertical-align: bottom;
}
.lfr-portlet-title-editable .lfr-portlet-title-editable-content .btn-group {
  margin-top: 0;
}
.lfr-portlet-title-editable .lfr-portlet-title-editable-content .btn {
  display: inline-block;
  float: none;
  margin-top: 0;
  width: auto;
}

.lfr-source-editor {
  border: solid 0 #ccc;
  border-bottom-width: 2px;
  position: relative;
}
.lfr-source-editor .ace_editor {
  height: 100%;
}
.lfr-source-editor .lfr-source-editor-toolbar li > .btn {
  background-color: #fff;
  border: transparent;
  color: #717383;
  outline: 0;
}
.lfr-source-editor .lfr-source-editor-code {
  background-color: #fff;
  color: #2b4259;
}
.lfr-source-editor .lfr-source-editor-code .ace_gutter {
  background-color: #ededef;
  color: #868896;
  overflow: hidden;
}
.lfr-source-editor .lfr-source-editor-code .ace_gutter .ace_fold-widget {
  font-family: fontawesome-alloy;
  text-align: center;
  vertical-align: middle;
}
.lfr-source-editor .lfr-source-editor-code .ace_gutter .ace_fold-widget.ace_open, .lfr-source-editor .lfr-source-editor-code .ace_gutter .ace_fold-widget.ace_closed {
  background-image: none;
}
.lfr-source-editor .lfr-source-editor-code .ace_gutter .ace_fold-widget.ace_open:before {
  content: "▾";
}
.lfr-source-editor .lfr-source-editor-code .ace_gutter .ace_fold-widget.ace_closed:before {
  content: "▸";
}
.lfr-source-editor .lfr-source-editor-code .ace_gutter .ace_gutter-active-cell {
  color: #fff;
}
.lfr-source-editor .lfr-source-editor-code .ace_gutter .ace_gutter-active-line {
  background-color: #717383;
}
.lfr-source-editor .lfr-source-editor-code .ace_gutter .ace_gutter-layer {
  border-right: solid 1px #ccc;
}
.lfr-source-editor .lfr-source-editor-code .ace_gutter .ace_info {
  background-image: none;
}
.lfr-source-editor .lfr-source-editor-code .ace_content .ace_active-line {
  background-color: #ededef;
}
.lfr-source-editor .lfr-source-editor-code .ace_content .ace_constant {
  color: #34adab;
}
.lfr-source-editor .lfr-source-editor-code .ace_content .ace_tag {
  color: #1d5ec7;
}
.lfr-source-editor .lfr-source-editor-code .ace_content .ace_string {
  color: #ff6c58;
}
.lfr-source-editor .lfr-source-editor-code .ace_content .ace_string.ace_regex {
  color: #f00;
}
.lfr-source-editor.ace_dark .lfr-source-editor-code {
  background-color: #47474f;
  color: #fff;
}
.lfr-source-editor.ace_dark .lfr-source-editor-code .ace_gutter {
  background: #54555e;
  color: #fff;
}
.lfr-source-editor.ace_dark .lfr-source-editor-code .ace_gutter .ace_gutter-active-line {
  background-color: #009aed;
}
.lfr-source-editor.ace_dark .lfr-source-editor-code .ace_content .ace_active-line {
  background-color: #11394e;
}
.lfr-source-editor.ace_dark .lfr-source-editor-code .ace_content .ace_cursor {
  color: #fff;
}
.lfr-source-editor.ace_dark .lfr-source-editor-code .ace_content .ace_tag {
  color: #4d91ff;
}

.lfr-fullscreen-source-editor {
  height: 100%;
  overflow: hidden;
}
.lfr-fullscreen-source-editor .lfr-fullscreen-source-editor-header {
  height: 40px;
  margin-right: 4px;
  margin-top: 4px;
  min-height: 40px;
}
.lfr-fullscreen-source-editor .lfr-fullscreen-source-editor-content {
  height: 95%;
  position: relative;
}
.lfr-fullscreen-source-editor .lfr-fullscreen-source-editor-content .panel-splitter {
  border: 1px solid #ccc;
  position: absolute;
}
.lfr-fullscreen-source-editor .lfr-fullscreen-source-editor-content .preview-panel {
  display: inline-block;
  overflow-y: auto;
  padding-left: 20px;
}
.lfr-fullscreen-source-editor .lfr-fullscreen-source-editor-content .source-panel {
  display: inline-block;
}
.lfr-fullscreen-source-editor .lfr-fullscreen-source-editor-content.vertical .source-panel,
.lfr-fullscreen-source-editor .lfr-fullscreen-source-editor-content.vertical .preview-panel {
  height: 100%;
  width: 50%;
}
.lfr-fullscreen-source-editor .lfr-fullscreen-source-editor-content.vertical .panel-splitter {
  height: 100%;
  left: 50%;
  top: 0;
}
.lfr-fullscreen-source-editor .lfr-fullscreen-source-editor-content.horizontal .source-panel,
.lfr-fullscreen-source-editor .lfr-fullscreen-source-editor-content.horizontal .preview-panel {
  height: 50%;
  width: 100%;
}
.lfr-fullscreen-source-editor .lfr-fullscreen-source-editor-content.horizontal .panel-splitter {
  top: 50%;
  width: 100%;
}
.lfr-fullscreen-source-editor .lfr-fullscreen-source-editor-content.simple .panel-splitter,
.lfr-fullscreen-source-editor .lfr-fullscreen-source-editor-content.simple .preview-panel {
  display: none;
}
.lfr-fullscreen-source-editor .lfr-fullscreen-source-editor-content.simple .source-panel {
  height: 100%;
  width: 100%;
}

.lfr-fulscreen-source-editor-dialog .modal-footer {
  text-align: left;
}

.file-icon-color-0 {
  background-color: #fff;
  color: #6b6c7e;
}

.file-icon-color-1 {
  background-color: #fff;
  color: #a7a9bc;
}

.file-icon-color-2 {
  background-color: #fff;
  color: #50d2a0;
}

.file-icon-color-3 {
  background-color: #fff;
  color: #af78ff;
}

.file-icon-color-4 {
  background-color: #fff;
  color: #ffb46e;
}

.file-icon-color-5 {
  background-color: #fff;
  color: #ff5f5f;
}

.file-icon-color-6 {
  background-color: #fff;
  color: #4b9bff;
}

.file-icon-color-7 {
  background-color: #fff;
  color: #272833;
}

.lfr-item-viewer.uploading > div:not(.progress-container) {
  opacity: 0.3;
}
.lfr-item-viewer.uploading > .progress-container {
  visibility: visible;
}
.lfr-item-viewer .aspect-ratio a.item-preview {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  position: absolute;
  width: 100%;
}
.lfr-item-viewer .image-viewer-base-image-list {
  padding-top: 35px;
}
.lfr-item-viewer .item-preview:hover {
  cursor: pointer;
}
.lfr-item-viewer .progress-container {
  background-color: #fff;
  left: 0;
  margin: 0 auto;
  padding: 20px 30px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  visibility: hidden;
  width: 80%;
  z-index: 1000;
}
.lfr-item-viewer .progress-container a {
  position: absolute;
  right: 30px;
}
.lfr-item-viewer .progress-container .progress {
  margin-top: 10px;
}
.lfr-item-viewer .search-info {
  background-color: #d3e8f1;
}
.lfr-item-viewer .search-info .keywords {
  font-size: 1.4em;
  font-weight: bold;
}
.lfr-item-viewer .search-info .change-search-folder {
  font-size: 0.8em;
  font-weight: normal;
}
.lfr-item-viewer .upload-view {
  display: table;
  height: 400px;
  margin-top: 20px;
  width: 100%;
}
.lfr-item-viewer .upload-view > div {
  display: table-cell;
  vertical-align: middle;
}
.lfr-item-viewer .yui3-widget-bd {
  position: relative;
}

.lfr-menu-expanded li a:focus {
  background-color: #5b677d;
  color: #fff;
  text-shadow: -1px -1px #2c2f34;
}

.lfr-url-error {
  display: inline-block;
  white-space: normal;
  overflow-wrap: break-all;
  word-wrap: break-all;
}

.lfr-page-layouts {
  padding: 0;
}
.lfr-page-layouts input[type=radio] {
  opacity: 0;
  position: absolute;
}
.lfr-page-layouts input[type=radio]:checked + .card-horizontal {
  cursor: default;
}
.lfr-page-layouts input[type=radio]:checked + .card-horizontal::after {
  bottom: -0.0625rem;
  content: "";
  left: -0.0625rem;
  position: absolute;
  right: -0.0625rem;
  -webkit-transition: height 0.15s ease-out;
  transition: height 0.15s ease-out;
}
@media (prefers-reduced-motion: reduce) {
  .lfr-page-layouts input[type=radio]:checked + .card-horizontal::after {
    -webkit-transition: none;
    transition: none;
  }
}
.lfr-page-layouts .card-horizontal {
  cursor: pointer;
  outline: 0;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .lfr-page-layouts .card-horizontal {
    -webkit-transition: none;
    transition: none;
  }
}
.lfr-page-layouts .card-horizontal::after {
  border-radius: 0 0 0.25rem 0.25rem;
  bottom: -0.0625rem;
  content: "";
  height: 0;
  left: -0.0625rem;
  position: absolute;
  right: -0.0625rem;
  -webkit-transition: height 0.15s ease-out;
  transition: height 0.15s ease-out;
}
@media (prefers-reduced-motion: reduce) {
  .lfr-page-layouts .card-horizontal::after {
    -webkit-transition: none;
    transition: none;
  }
}
.modal-body.dialog-iframe-bd {
  overflow: hidden;
  padding: 0;
}

.modal-dialog:not(.dialog-iframe-modal):not(.modal-full-screen) {
  position: relative;
}
.modal-dialog.dialog-iframe-modal {
  max-width: none;
}
.modal-dialog.modal-dialog-sm {
  max-width: 500px;
}
.modal-dialog .yui3-resize-handles-wrapper {
  pointer-events: all;
}
.modal-dialog .yui3-resize-handles-wrapper .yui3-resize-handle-inner-br {
  bottom: 0;
  right: 0;
}

.modal-open .modal {
  display: block;
}

.sheet > .panel-group .sheet-footer {
  margin-bottom: 0;
}

.sheet-footer .btn {
  margin-right: 0.5rem;
}
.sheet-footer .btn:last-child {
  margin-right: 0;
}

.tag-items {
  list-style: none;
  margin: 0 1em 0 0;
  padding: 0 1em 0.5em;
  white-space: normal;
}
.tag-items li {
  display: inline-block;
  margin: 0 1em 0 0;
  max-width: 100%;
}

.tag-selected {
  color: #000;
  font-weight: bold;
  text-decoration: none;
}

.tag-cloud .tag-popularity-1 {
  font-size: 1em;
}
.tag-cloud .tag-popularity-2 {
  font-size: 1.3em;
}
.tag-cloud .tag-popularity-3 {
  font-size: 1.6em;
}
.tag-cloud .tag-popularity-4 {
  font-size: 1.9em;
}
.tag-cloud .tag-popularity-5 {
  font-size: 2.2em;
}
.tag-cloud .tag-popularity-6 {
  font-size: 2.5em;
}

.lfr-portal-tooltip {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.lfr-portal-tooltip,
.lfr-portal-tooltip a {
  -webkit-touch-callout: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}

.tree-node .icon-check {
  padding-right: 2px;
}
.tree-node .tree-node-checked .icon-check {
  padding-right: 0;
}
.tree-node [class^=icon-] {
  margin-right: 5px;
}
.tree-node .tree-node-checkbox-container {
  margin-right: 0;
}
.tree-node .tree-node-selected .tree-label {
  background: none;
}

.tree-node-content .tree-hitarea {
  color: #999;
  font-size: 10px;
  padding-right: 6px;
}
.tree-node-content .tree-label {
  margin-left: 3px;
}
.tree-node-content .tree-node-hidden-hitarea {
  visibility: hidden;
}

.tree-node-selected .tree-label {
  background-color: transparent;
}

.tree-view li.tree-node .tree-node-content svg.lexicon-icon {
  pointer-events: none;
}

.user-icon-color-0 {
  background-color: #fff;
  -webkit-box-shadow: 0 0 0 1px #dee2e6;
          box-shadow: 0 0 0 1px #dee2e6;
  color: #6b6c7e;
}

.user-icon-color-1 {
  background-color: #fff;
  -webkit-box-shadow: 0 0 0 1px #dee2e6;
          box-shadow: 0 0 0 1px #dee2e6;
  color: #4a97f2;
}

.user-icon-color-2 {
  background-color: #fff;
  -webkit-box-shadow: 0 0 0 1px #dee2e6;
          box-shadow: 0 0 0 1px #dee2e6;
  color: #e87523;
}

.user-icon-color-3 {
  background-color: #fff;
  -webkit-box-shadow: 0 0 0 1px #dee2e6;
          box-shadow: 0 0 0 1px #dee2e6;
  color: #fb625b;
}

.user-icon-color-4 {
  background-color: #fff;
  -webkit-box-shadow: 0 0 0 1px #dee2e6;
          box-shadow: 0 0 0 1px #dee2e6;
  color: #4fa488;
}

.user-icon-color-5 {
  background-color: #fff;
  -webkit-box-shadow: 0 0 0 1px #dee2e6;
          box-shadow: 0 0 0 1px #dee2e6;
  color: #fe4fb5;
}

.user-icon-color-6 {
  background-color: #fff;
  -webkit-box-shadow: 0 0 0 1px #dee2e6;
          box-shadow: 0 0 0 1px #dee2e6;
  color: #879b7a;
}

.user-icon-color-7 {
  background-color: #fff;
  -webkit-box-shadow: 0 0 0 1px #dee2e6;
          box-shadow: 0 0 0 1px #dee2e6;
  color: #af78ff;
}

.user-icon-color-8 {
  background-color: #fff;
  -webkit-box-shadow: 0 0 0 1px #dee2e6;
          box-shadow: 0 0 0 1px #dee2e6;
  color: #bf8c2a;
}

.user-icon-color-9 {
  background-color: #fff;
  -webkit-box-shadow: 0 0 0 1px #dee2e6;
          box-shadow: 0 0 0 1px #dee2e6;
  color: #5f9bc7;
}

.collapse.open {
  display: block;
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20512%20512'%3E%3Cpath%20class='lexicon-icon-outline%20bars-line-top'%20d='M480%2064H32C14.336%2064%200%2049.664%200%2032S14.336%200%2032%200h448c17.664%200%2032%2014.336%2032%2032s-14.336%2032-32%2032z'%20fill='%23212529'/%3E%3Cpath%20class='lexicon-icon-outline%20bars-line-middle'%20d='M480%20288H32c-17.664%200-32-14.336-32-32s14.336-32%2032-32h448c17.664%200%2032%2014.336%2032%2032s-14.336%2032-32%2032z'%20fill='%23212529'/%3E%3Cpath%20class='lexicon-icon-outline%20bars-line-bottom'%20d='M480%20512H32c-17.664%200-32-14.336-32-32s14.336-32%2032-32h448c17.664%200%2032%2014.336%2032%2032s-14.336%2032-32%2032z'%20fill='%23212529'/%3E%3C/svg%3E");
  height: 1em;
  width: 1em;
}

.navbar-nav .nav-item.hover:after {
  bottom: -0.125rem;
  content: "";
  height: 0.125rem;
  left: 0;
  position: absolute;
  width: 100%;
}

.navbar .navbar-toggler .c-inner {
  max-width: none;
}

html:not(#__):not(#___) .cadmin.portlet-topper {
  position: relative;
}
html:not(#__):not(#___) .cadmin.portlet-topper .portlet-topper-toolbar .portlet-icon-back {
  background: url(../images/arrows/12_left.png) no-repeat 0 50%;
  padding: 5px 5px 5px 18px;
}
html:not(#__):not(#___) .cadmin.portlet-topper .portlet-topper-toolbar .portlet-options .lfr-icon-menu-text {
  display: none;
}
html:not(#__):not(#___) .cadmin .component-action.portlet-options {
  color: white;
}

body.portlet {
  border-width: 0;
}

.portlet-icon-back {
  margin-top: -2px;
}
.portlet-topper .portlet-topper-toolbar .portlet-icon-back {
  background: url(../images/arrows/12_left.png) no-repeat 0 50%;
  padding: 5px 5px 5px 18px;
}

.portlet-options-dropdown {
  z-index: 1035;
}

.portlet-topper {
  position: relative;
}
.portlet-topper .portlet-topper-toolbar .portlet-options .lfr-icon-menu-text {
  display: none;
}
.portlet-draggable .portlet-topper {
  cursor: move;
}

.portlet-title-editable {
  cursor: pointer;
}

.portlet-title-text {
  display: inline-block;
  margin-top: 0;
  max-width: 95%;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: top;
  white-space: nowrap;
}
.panel-page-body .portlet-title-text, .panel-page-content .portlet-title-text {
  cursor: auto;
}

.portlet-minimized .portlet-content {
  padding: 0;
}

.portlet-nested-portlets .portlet-boundary {
  left: 0 !important;
  position: relative !important;
  top: 0 !important;
}

.portlet-layout .portlet-header {
  margin-bottom: 1rem;
}

@media (min-width: 576px) {
  .portlet .visible-interaction {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .controls-hidden .portlet .visible-interaction {
    display: none;
  }
}
.portlet:hover .visible-interaction, .portlet.open .visible-interaction, .portlet.focus .visible-interaction {
  display: block;
}

.controls-hidden .lfr-meta-actions,
.controls-hidden .lfr-configurator-visibility {
  display: none;
}
.controls-hidden .portlet-topper-toolbar {
  display: none !important;
}
.controls-hidden .portlet-topper .portlet-title-default {
  display: none !important;
}

html:not(#__):not(#___) .cadmin.portlet-topper {
  background-color: #f7f7f7;
  border-color: transparent;
  border-radius: 0 0;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  color: rgba(0, 0, 0, 0.5);
  display: box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 3px 12px 3px 24px;
  position: relative;
}
html:not(#__):not(#___) .portlet > .cadmin.portlet-topper {
  display: none;
}
@media (min-width: 768px) {
  html:not(#__):not(#___) .portlet > .cadmin.portlet-topper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    -webkit-transition: opacity 0.25s, -webkit-transform 0.25s;
    transition: opacity 0.25s, -webkit-transform 0.25s;
    transition: opacity 0.25s, transform 0.25s;
    transition: opacity 0.25s, transform 0.25s, -webkit-transform 0.25s;
    top: 0;
  }
}
@media (min-width: 768px) and (prefers-reduced-motion: reduce) {
  html:not(#__):not(#___) .portlet > .cadmin.portlet-topper {
    -webkit-transition: none;
    transition: none;
  }
}
html:not(#__):not(#___) .cadmin .portlet-actions {
  float: right;
}
html:not(#__):not(#___) .cadmin .portlet-options {
  display: inline-block;
}
html:not(#__):not(#___) .cadmin .portlet-title-menu {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
}
html:not(#__):not(#___) .cadmin .portlet-title-menu > span > a {
  display: inline-block;
  text-decoration: none;
}
html:not(#__):not(#___) .cadmin .portlet-topper-toolbar {
  margin: 0;
  padding-left: 0;
}
html:not(#__):not(#___) .cadmin .portlet-topper-toolbar > a,
html:not(#__):not(#___) .cadmin .portlet-topper-toolbar > span > a,
html:not(#__):not(#___) .cadmin .portlet-topper-toolbar .lfr-icon-menu > a {
  color: rgba(0, 0, 0, 0.5);
}
html:not(#__):not(#___) .cadmin .portlet-topper-toolbar > a:focus, html:not(#__):not(#___) .cadmin .portlet-topper-toolbar > a:hover {
  text-decoration: none;
}
html:not(#__):not(#___) .cadmin .portlet-name-text {
  font-size: 14px;
  font-weight: 600;
}
html:not(#__):not(#___) .cadmin .portlet-title-default {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  line-height: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (min-width: 576px) {
  html:not(#__):not(#___) .lfr-configurator-visibility .portlet:hover .portlet-topper, html:not(#__):not(#___) .lfr-configurator-visibility .portlet.focus .portlet-topper, html:not(#__):not(#___) .lfr-configurator-visibility .portlet.open .portlet-topper {
    opacity: 0.5;
  }
}
@media (min-width: 768px) {
  html:not(#__):not(#___) .controls-visible .portlet:hover > .portlet-content-editable, html:not(#__):not(#___) .controls-visible .portlet.open > .portlet-content-editable, html:not(#__):not(#___) .controls-visible .portlet.focus > .portlet-content-editable {
    border-color: transparent;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
}
@media (min-width: 768px) {
  html:not(#__):not(#___) .controls-visible .portlet:hover > .cadmin.portlet-topper, html:not(#__):not(#___) .controls-visible .portlet.open > .cadmin.portlet-topper, html:not(#__):not(#___) .controls-visible .portlet.focus > .cadmin.portlet-topper {
    opacity: 1;
    -webkit-transform: translateY(-97%);
            transform: translateY(-97%);
  }
}
@media (min-width: 768px) {
  html:not(#__):not(#___) .controls-visible .portlet.open > .cadmin.portlet-topper {
    -webkit-transition-duration: 0ms;
            transition-duration: 0ms;
  }
}
@media (max-width: 767.98px) {
  html:not(#__):not(#___) .controls-visible .cadmin.portlet-topper {
    display: box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
html:not(#__):not(#___) .controls-visible .cadmin .portlet-topper-toolbar {
  display: block;
}

.portlet {
  margin-bottom: 10px;
  position: relative;
}
@media (min-width: 768px) {
  .controls-visible .portlet:hover > .portlet-content-editable, .controls-visible .portlet.open > .portlet-content-editable, .controls-visible .portlet.focus > .portlet-content-editable {
    border-color: transparent;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
}
@media (min-width: 768px) {
  .controls-visible .portlet:hover > .portlet-topper, .controls-visible .portlet.open > .portlet-topper, .controls-visible .portlet.focus > .portlet-topper {
    opacity: 1;
    -webkit-transform: translateY(-97%);
            transform: translateY(-97%);
  }
}
@media (min-width: 576px) {
  .lfr-configurator-visibility .portlet:hover .portlet-topper, .lfr-configurator-visibility .portlet.focus .portlet-topper, .lfr-configurator-visibility .portlet.open .portlet-topper {
    opacity: 0.5;
  }
}

.portlet-content-editable {
  border-color: transparent;
  border-radius: 0 0;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
}
.portlet > .portlet-content-editable {
  border-color: transparent;
}
@media (max-width: 767.98px) {
  .controls-visible .portlet-content-editable {
    border-color: transparent;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
}

.portlet-name-text {
  font-size: 0.875rem;
  font-weight: 600;
}

.portlet-options {
  display: inline-block;
}

.portlet-title-default {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  line-height: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.portlet-title-menu {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
}
.portlet-title-menu > span > a {
  display: inline-block;
  text-decoration: none;
}

.portlet-topper {
  background-color: #f7f7f7;
  border-color: transparent;
  border-radius: 0 0;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  color: rgba(0, 0, 0, 0.5);
  display: box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 3px 12px 3px 24px;
  position: relative;
}
.portlet > .portlet-topper {
  display: none;
}
@media (min-width: 768px) {
  .portlet > .portlet-topper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    -webkit-transition: opacity 0.25s, -webkit-transform 0.25s;
    transition: opacity 0.25s, -webkit-transform 0.25s;
    transition: opacity 0.25s, transform 0.25s;
    transition: opacity 0.25s, transform 0.25s, -webkit-transform 0.25s;
    top: 0;
  }
}
@media (min-width: 768px) and (prefers-reduced-motion: reduce) {
  .portlet > .portlet-topper {
    -webkit-transition: none;
    transition: none;
  }
}
@media (max-width: 767.98px) {
  .controls-visible .portlet-topper {
    display: box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.portlet-topper-toolbar {
  margin: 0;
  padding-left: 0;
}
.portlet-topper-toolbar > a,
.portlet-topper-toolbar > span > a,
.portlet-topper-toolbar .lfr-icon-menu > a {
  color: rgba(0, 0, 0, 0.5);
}
.portlet-topper-toolbar > a:focus, .portlet-topper-toolbar > a:hover {
  text-decoration: none;
}
.controls-visible .portlet-topper-toolbar {
  display: block;
}

.lfr-panel-page .portlet-title {
  font-size: 13px;
}

.portlet-borderless .portlet-content {
  padding: 1rem;
}
.portlet-decorate .portlet-content {
  background: #fff;
  border-color: transparent;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  padding: 1rem;
  word-wrap: break-word;
}
.portlet-barebone .portlet-content {
  padding: 0;
}

.portlet-dynamic-data-lists-display .lfr-ddm-field-group,
.portlet-dynamic-data-lists .lfr-ddm-field-group {
  margin-bottom: 10px;
  margin-top: 10px;
  padding: 28px 24px;
}

.breadcrumb.breadcrumb-vertical {
  display: inline-block;
  text-align: center;
}
.breadcrumb.breadcrumb-vertical li {
  display: block;
}
.breadcrumb.breadcrumb-vertical li.last, .breadcrumb.breadcrumb-vertical li.only {
  background: none;
}
.breadcrumb.breadcrumb-vertical .divider {
  background: url(../images/arrows/07_down.png) no-repeat 50% 100%;
  display: block;
  height: 10px;
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
}

.navbar form {
  margin: 0;
}

:not(.inline-item) > .loading-animation {
  margin-bottom: 20px;
  margin-top: 20px;
}
.product-menu .loading-animation {
  margin-top: 160px;
}

@-webkit-keyframes lfr-drop-active {
  0% {
    background-color: #ebebeb;
    border-color: #ddd;
  }
  50% {
    background-color: #ddedde;
    border-color: #7d7;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  75% {
    background-color: #ddedde;
    border-color: #7d7;
  }
  100% {
    background-color: #ebebeb;
    border-color: #ddd;
  }
}

@keyframes lfr-drop-active {
  0% {
    background-color: #ebebeb;
    border-color: #ddd;
  }
  50% {
    background-color: #ddedde;
    border-color: #7d7;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  75% {
    background-color: #ddedde;
    border-color: #7d7;
  }
  100% {
    background-color: #ebebeb;
    border-color: #ddd;
  }
}
.lfr-upload-container .progress-bar,
.lfr-upload-container .progress {
  border-radius: 10px;
}
.lfr-upload-container .upload-file,
.lfr-upload-container .upload-target {
  border-radius: 5px;
}
.upload-drop-active .lfr-upload-container .upload-target {
  -webkit-animation: none;
          animation: none;
}
.upload-drop-intent .lfr-upload-container .upload-target {
  -webkit-animation: lfr-drop-active 1s ease 0.2s infinite;
          animation: lfr-drop-active 1s ease 0.2s infinite;
}

.select-files {
  border-radius: 5px;
}

.taglib-form-navigator > .form-steps > ul.form-navigator.list-group {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.taglib-form-navigator > .form-steps > ul.form-navigator.list-group .tab .tab-label:hover .number, .taglib-form-navigator > .form-steps > ul.form-navigator.list-group .tab .tab-label:focus .number {
  -webkit-box-shadow: 0 0 5px 0 #333;
          box-shadow: 0 0 5px 0 #333;
  -webkit-transition-duration: 0.25s;
          transition-duration: 0.25s;
  -webkit-transition-property: -webkit-box-shadow;
  transition-property: -webkit-box-shadow;
  transition-property: box-shadow;
  transition-property: box-shadow, -webkit-box-shadow;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}
.taglib-form-navigator > .form-steps > ul.form-navigator.list-group .tab .tab-label .number {
  border-radius: 50%;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.lfr-progress-active .progress-bar-status,
.lfr-upload-container .file-uploading .progress-bar .progress {
  -webkit-animation: progress-bar-stripes 0.5s linear infinite;
          animation: progress-bar-stripes 0.5s linear infinite;
  background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.3) 25%, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0.3) 75%, rgba(255, 255, 255, 0) 75%, rgba(255, 255, 255, 0));
  background-size: 40px 40px;
  -webkit-transition: width, 0.5s, ease-out;
  transition: width, 0.5s, ease-out;
}
@media (prefers-reduced-motion: reduce) {
  .lfr-progress-active .progress-bar-status,
  .lfr-upload-container .file-uploading .progress-bar .progress {
    -webkit-transition: none;
    transition: none;
  }
}

@-webkit-keyframes highlight-animation {
  from {
    background-color: #ffc;
  }
  to {
    background-color: transparent;
  }
}

@keyframes highlight-animation {
  from {
    background-color: #ffc;
  }
  to {
    background-color: transparent;
  }
}
.highlight-animation {
  -webkit-animation: highlight-animation 0.7s;
          animation: highlight-animation 0.7s;
}

.portlet-options.btn-group .dropdown-toggle, .portlet-options.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.form-group.form-inline.input-boolean-wrapper label, .form-group.form-inline.input-checkbox-wrapper label {
  gap: 0.3125rem;
}

.aspect-ratio-21-to-9 {
  padding-bottom: 42.8571428571%;
}

.aspect-ratio-2-to-3 {
  padding-bottom: 150%;
}

.aspect-ratio-2-to-1 {
  padding-bottom: 50%;
}

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1,
.umcg-website-theme form.form h1,
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form.form h1, h2, h3, h4, h5, h6, p, .umcg-website-theme pp, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ pp, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, main {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*! custom/simplified normalize.css v3.0.1 (bootstrap) | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
}

[hidden] {
  display: none;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

textarea {
  overflow: auto;
}

/*!
 * Bootstrap Grid v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

.container {
  width: 100%;
  padding-right: 25px;
  padding-left: 25px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

.container-fluid {
  width: 100%;
  padding-right: 25px;
  padding-left: 25px;
  margin-right: auto;
  margin-left: auto;
}

.row, .umcg-website-theme .umcg-search-results, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-search-results, .umcg-website-theme form.form .ddm-form-builder-app .lfr-ddm-form-page > .umcg-search-results, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form.form .ddm-form-builder-app .lfr-ddm-form-page > .umcg-search-results, .umcg-website-theme .portlet-search-bar, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .portlet-search-bar, .umcg-website-theme form.form .ddm-form-builder-app .lfr-ddm-form-page > .portlet-search-bar, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form.form .ddm-form-builder-app .lfr-ddm-form-page > .portlet-search-bar, .umcg-website-theme .portlet-content .portlet-body .portlet-forms, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .portlet-content .portlet-body .portlet-forms, .umcg-website-theme form.form .ddm-form-builder-app .portlet-content .portlet-body .lfr-ddm-form-page > .portlet-forms, .umcg-website-theme .portlet-content .portlet-body form.form .ddm-form-builder-app .lfr-ddm-form-page > .portlet-forms, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form.form .ddm-form-builder-app .portlet-content .portlet-body .lfr-ddm-form-page > .portlet-forms, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .portlet-content .portlet-body form.form .ddm-form-builder-app .lfr-ddm-form-page > .portlet-forms, .umcg-website-theme form.form .ddm-form-builder-app .lfr-ddm-form-page > .row, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form.form .ddm-form-builder-app .lfr-ddm-form-page > .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -25px;
  margin-left: -25px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-xl,
.col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .umcg-website-theme form.form, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form.form, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg,
.col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
.col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm,
.col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col,
.col-auto, .col-12, .umcg-website-theme .umcg-search-results .portlet, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-search-results .portlet, .umcg-website-theme .portlet-search-bar .portlet, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .portlet-search-bar .portlet, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
  position: relative;
  width: 100%;
  padding-right: 25px;
  padding-left: 25px;
}

.col {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 8.3333333333%;
          flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.col-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.6666666667%;
          flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-3 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.3333333333%;
          flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.col-5 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 41.6666666667%;
          flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

.col-6 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 58.3333333333%;
          flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.col-8 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 66.6666666667%;
          flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

.col-9 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 75%;
          flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 83.3333333333%;
          flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.col-11 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 91.6666666667%;
          flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

.col-12, .umcg-website-theme .umcg-search-results .portlet, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-search-results .portlet, .umcg-website-theme .portlet-search-bar .portlet, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .portlet-search-bar .portlet, .umcg-website-theme form.form, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form.form {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}

.order-last {
  -webkit-box-ordinal-group: 14;
      -ms-flex-order: 13;
          order: 13;
}

.order-0 {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}

.order-1 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.order-2 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.order-3 {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.order-4 {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}

.order-5 {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
}

.order-6 {
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6;
}

.order-7 {
  -webkit-box-ordinal-group: 8;
      -ms-flex-order: 7;
          order: 7;
}

.order-8 {
  -webkit-box-ordinal-group: 9;
      -ms-flex-order: 8;
          order: 8;
}

.order-9 {
  -webkit-box-ordinal-group: 10;
      -ms-flex-order: 9;
          order: 9;
}

.order-10 {
  -webkit-box-ordinal-group: 11;
      -ms-flex-order: 10;
          order: 10;
}

.order-11 {
  -webkit-box-ordinal-group: 12;
      -ms-flex-order: 11;
          order: 11;
}

.order-12 {
  -webkit-box-ordinal-group: 13;
      -ms-flex-order: 12;
          order: 12;
}

.offset-1 {
  margin-left: 8.3333333333%;
}

.offset-2 {
  margin-left: 16.6666666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.3333333333%;
}

.offset-5 {
  margin-left: 41.6666666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.3333333333%;
}

.offset-8 {
  margin-left: 66.6666666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.3333333333%;
}

.offset-11 {
  margin-left: 91.6666666667%;
}

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-sm-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-md-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-md-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.3333333333%;
  }
  .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-lg-9, .umcg-website-theme form.form, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form.form {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-lg-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10, .umcg-website-theme form.form, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form.form {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-xl-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-grid {
  display: grid !important;
}

.d-contents {
  display: contents !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-grid {
    display: grid !important;
  }
  .d-sm-contents {
    display: contents !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-grid {
    display: grid !important;
  }
  .d-md-contents {
    display: contents !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-grid {
    display: grid !important;
  }
  .d-lg-contents {
    display: contents !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-grid {
    display: grid !important;
  }
  .d-xl-contents {
    display: contents !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-grid {
    display: grid !important;
  }
  .d-print-contents {
    display: contents !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
}

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
}

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: row-reverse !important;
          flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: column-reverse !important;
          flex-direction: column-reverse !important;
}

.flex-wrap {
  -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important;
}

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
      flex-wrap: wrap-reverse !important;
}

.flex-fill {
  -webkit-box-flex: 1 !important;
      -ms-flex: 1 1 auto !important;
          flex: 1 1 auto !important;
}

.flex-grow-0 {
  -webkit-box-flex: 0 !important;
      -ms-flex-positive: 0 !important;
          flex-grow: 0 !important;
}

.flex-grow-1 {
  -webkit-box-flex: 1 !important;
      -ms-flex-positive: 1 !important;
          flex-grow: 1 !important;
}

.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
      flex-shrink: 0 !important;
}

.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
      flex-shrink: 1 !important;
}

.justify-content-start {
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
}

.justify-content-end {
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important;
}

.justify-content-center, .umcg-website-theme .umcg-search-results, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-search-results, .umcg-website-theme .portlet-search-bar, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .portlet-search-bar, .umcg-website-theme .portlet-content .portlet-body .portlet-forms, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .portlet-content .portlet-body .portlet-forms {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}

.justify-content-between {
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
      justify-content: space-around !important;
}

.align-items-start {
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
}

.align-items-end {
  -webkit-box-align: end !important;
      -ms-flex-align: end !important;
          align-items: flex-end !important;
}

.align-items-center {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}

.align-items-baseline {
  -webkit-box-align: baseline !important;
      -ms-flex-align: baseline !important;
          align-items: baseline !important;
}

.align-items-stretch {
  -webkit-box-align: stretch !important;
      -ms-flex-align: stretch !important;
          align-items: stretch !important;
}

.align-content-start {
  -ms-flex-line-pack: start !important;
      align-content: flex-start !important;
}

.align-content-end {
  -ms-flex-line-pack: end !important;
      align-content: flex-end !important;
}

.align-content-center {
  -ms-flex-line-pack: center !important;
      align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
      align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
      align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
      align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
      align-self: auto !important;
}

.align-self-start {
  -ms-flex-item-align: start !important;
      align-self: flex-start !important;
}

.align-self-end {
  -ms-flex-item-align: end !important;
      align-self: flex-end !important;
}

.align-self-center {
  -ms-flex-item-align: center !important;
      align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
      align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
      align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-sm-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-sm-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-sm-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-md-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-md-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-md-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-lg-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-lg-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-lg-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-xl-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-xl-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-xl-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}
.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.m-6 {
  margin: 4.5rem !important;
}

.mt-6,
.my-6 {
  margin-top: 4.5rem !important;
}

.mr-6,
.mx-6 {
  margin-right: 4.5rem !important;
}

.mb-6,
.my-6 {
  margin-bottom: 4.5rem !important;
}

.ml-6,
.mx-6 {
  margin-left: 4.5rem !important;
}

.m-7 {
  margin: 6rem !important;
}

.mt-7,
.my-7 {
  margin-top: 6rem !important;
}

.mr-7,
.mx-7 {
  margin-right: 6rem !important;
}

.mb-7,
.my-7 {
  margin-bottom: 6rem !important;
}

.ml-7,
.mx-7 {
  margin-left: 6rem !important;
}

.m-8 {
  margin: 7.5rem !important;
}

.mt-8,
.my-8 {
  margin-top: 7.5rem !important;
}

.mr-8,
.mx-8 {
  margin-right: 7.5rem !important;
}

.mb-8,
.my-8 {
  margin-bottom: 7.5rem !important;
}

.ml-8,
.mx-8 {
  margin-left: 7.5rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.p-6 {
  padding: 4.5rem !important;
}

.pt-6,
.py-6 {
  padding-top: 4.5rem !important;
}

.pr-6,
.px-6 {
  padding-right: 4.5rem !important;
}

.pb-6,
.py-6 {
  padding-bottom: 4.5rem !important;
}

.pl-6,
.px-6 {
  padding-left: 4.5rem !important;
}

.p-7 {
  padding: 6rem !important;
}

.pt-7,
.py-7 {
  padding-top: 6rem !important;
}

.pr-7,
.px-7 {
  padding-right: 6rem !important;
}

.pb-7,
.py-7 {
  padding-bottom: 6rem !important;
}

.pl-7,
.px-7 {
  padding-left: 6rem !important;
}

.p-8 {
  padding: 7.5rem !important;
}

.pt-8,
.py-8 {
  padding-top: 7.5rem !important;
}

.pr-8,
.px-8 {
  padding-right: 7.5rem !important;
}

.pb-8,
.py-8 {
  padding-bottom: 7.5rem !important;
}

.pl-8,
.px-8 {
  padding-left: 7.5rem !important;
}

.m-n1 {
  margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

.m-n2 {
  margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

.m-n3 {
  margin: -1rem !important;
}

.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

.m-n4 {
  margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

.m-n5 {
  margin: -3rem !important;
}

.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}

.m-n6 {
  margin: -4.5rem !important;
}

.mt-n6,
.my-n6 {
  margin-top: -4.5rem !important;
}

.mr-n6,
.mx-n6 {
  margin-right: -4.5rem !important;
}

.mb-n6,
.my-n6 {
  margin-bottom: -4.5rem !important;
}

.ml-n6,
.mx-n6 {
  margin-left: -4.5rem !important;
}

.m-n7 {
  margin: -6rem !important;
}

.mt-n7,
.my-n7 {
  margin-top: -6rem !important;
}

.mr-n7,
.mx-n7 {
  margin-right: -6rem !important;
}

.mb-n7,
.my-n7 {
  margin-bottom: -6rem !important;
}

.ml-n7,
.mx-n7 {
  margin-left: -6rem !important;
}

.m-n8 {
  margin: -7.5rem !important;
}

.mt-n8,
.my-n8 {
  margin-top: -7.5rem !important;
}

.mr-n8,
.mx-n8 {
  margin-right: -7.5rem !important;
}

.mb-n8,
.my-n8 {
  margin-bottom: -7.5rem !important;
}

.ml-n8,
.mx-n8 {
  margin-left: -7.5rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .m-sm-6 {
    margin: 4.5rem !important;
  }
  .mt-sm-6,
  .my-sm-6 {
    margin-top: 4.5rem !important;
  }
  .mr-sm-6,
  .mx-sm-6 {
    margin-right: 4.5rem !important;
  }
  .mb-sm-6,
  .my-sm-6 {
    margin-bottom: 4.5rem !important;
  }
  .ml-sm-6,
  .mx-sm-6 {
    margin-left: 4.5rem !important;
  }
  .m-sm-7 {
    margin: 6rem !important;
  }
  .mt-sm-7,
  .my-sm-7 {
    margin-top: 6rem !important;
  }
  .mr-sm-7,
  .mx-sm-7 {
    margin-right: 6rem !important;
  }
  .mb-sm-7,
  .my-sm-7 {
    margin-bottom: 6rem !important;
  }
  .ml-sm-7,
  .mx-sm-7 {
    margin-left: 6rem !important;
  }
  .m-sm-8 {
    margin: 7.5rem !important;
  }
  .mt-sm-8,
  .my-sm-8 {
    margin-top: 7.5rem !important;
  }
  .mr-sm-8,
  .mx-sm-8 {
    margin-right: 7.5rem !important;
  }
  .mb-sm-8,
  .my-sm-8 {
    margin-bottom: 7.5rem !important;
  }
  .ml-sm-8,
  .mx-sm-8 {
    margin-left: 7.5rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .p-sm-6 {
    padding: 4.5rem !important;
  }
  .pt-sm-6,
  .py-sm-6 {
    padding-top: 4.5rem !important;
  }
  .pr-sm-6,
  .px-sm-6 {
    padding-right: 4.5rem !important;
  }
  .pb-sm-6,
  .py-sm-6 {
    padding-bottom: 4.5rem !important;
  }
  .pl-sm-6,
  .px-sm-6 {
    padding-left: 4.5rem !important;
  }
  .p-sm-7 {
    padding: 6rem !important;
  }
  .pt-sm-7,
  .py-sm-7 {
    padding-top: 6rem !important;
  }
  .pr-sm-7,
  .px-sm-7 {
    padding-right: 6rem !important;
  }
  .pb-sm-7,
  .py-sm-7 {
    padding-bottom: 6rem !important;
  }
  .pl-sm-7,
  .px-sm-7 {
    padding-left: 6rem !important;
  }
  .p-sm-8 {
    padding: 7.5rem !important;
  }
  .pt-sm-8,
  .py-sm-8 {
    padding-top: 7.5rem !important;
  }
  .pr-sm-8,
  .px-sm-8 {
    padding-right: 7.5rem !important;
  }
  .pb-sm-8,
  .py-sm-8 {
    padding-bottom: 7.5rem !important;
  }
  .pl-sm-8,
  .px-sm-8 {
    padding-left: 7.5rem !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .m-sm-n6 {
    margin: -4.5rem !important;
  }
  .mt-sm-n6,
  .my-sm-n6 {
    margin-top: -4.5rem !important;
  }
  .mr-sm-n6,
  .mx-sm-n6 {
    margin-right: -4.5rem !important;
  }
  .mb-sm-n6,
  .my-sm-n6 {
    margin-bottom: -4.5rem !important;
  }
  .ml-sm-n6,
  .mx-sm-n6 {
    margin-left: -4.5rem !important;
  }
  .m-sm-n7 {
    margin: -6rem !important;
  }
  .mt-sm-n7,
  .my-sm-n7 {
    margin-top: -6rem !important;
  }
  .mr-sm-n7,
  .mx-sm-n7 {
    margin-right: -6rem !important;
  }
  .mb-sm-n7,
  .my-sm-n7 {
    margin-bottom: -6rem !important;
  }
  .ml-sm-n7,
  .mx-sm-n7 {
    margin-left: -6rem !important;
  }
  .m-sm-n8 {
    margin: -7.5rem !important;
  }
  .mt-sm-n8,
  .my-sm-n8 {
    margin-top: -7.5rem !important;
  }
  .mr-sm-n8,
  .mx-sm-n8 {
    margin-right: -7.5rem !important;
  }
  .mb-sm-n8,
  .my-sm-n8 {
    margin-bottom: -7.5rem !important;
  }
  .ml-sm-n8,
  .mx-sm-n8 {
    margin-left: -7.5rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .m-md-6 {
    margin: 4.5rem !important;
  }
  .mt-md-6,
  .my-md-6 {
    margin-top: 4.5rem !important;
  }
  .mr-md-6,
  .mx-md-6 {
    margin-right: 4.5rem !important;
  }
  .mb-md-6,
  .my-md-6 {
    margin-bottom: 4.5rem !important;
  }
  .ml-md-6,
  .mx-md-6 {
    margin-left: 4.5rem !important;
  }
  .m-md-7 {
    margin: 6rem !important;
  }
  .mt-md-7,
  .my-md-7 {
    margin-top: 6rem !important;
  }
  .mr-md-7,
  .mx-md-7 {
    margin-right: 6rem !important;
  }
  .mb-md-7,
  .my-md-7 {
    margin-bottom: 6rem !important;
  }
  .ml-md-7,
  .mx-md-7 {
    margin-left: 6rem !important;
  }
  .m-md-8 {
    margin: 7.5rem !important;
  }
  .mt-md-8,
  .my-md-8 {
    margin-top: 7.5rem !important;
  }
  .mr-md-8,
  .mx-md-8 {
    margin-right: 7.5rem !important;
  }
  .mb-md-8,
  .my-md-8 {
    margin-bottom: 7.5rem !important;
  }
  .ml-md-8,
  .mx-md-8 {
    margin-left: 7.5rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .p-md-6 {
    padding: 4.5rem !important;
  }
  .pt-md-6,
  .py-md-6 {
    padding-top: 4.5rem !important;
  }
  .pr-md-6,
  .px-md-6 {
    padding-right: 4.5rem !important;
  }
  .pb-md-6,
  .py-md-6 {
    padding-bottom: 4.5rem !important;
  }
  .pl-md-6,
  .px-md-6 {
    padding-left: 4.5rem !important;
  }
  .p-md-7 {
    padding: 6rem !important;
  }
  .pt-md-7,
  .py-md-7 {
    padding-top: 6rem !important;
  }
  .pr-md-7,
  .px-md-7 {
    padding-right: 6rem !important;
  }
  .pb-md-7,
  .py-md-7 {
    padding-bottom: 6rem !important;
  }
  .pl-md-7,
  .px-md-7 {
    padding-left: 6rem !important;
  }
  .p-md-8 {
    padding: 7.5rem !important;
  }
  .pt-md-8,
  .py-md-8 {
    padding-top: 7.5rem !important;
  }
  .pr-md-8,
  .px-md-8 {
    padding-right: 7.5rem !important;
  }
  .pb-md-8,
  .py-md-8 {
    padding-bottom: 7.5rem !important;
  }
  .pl-md-8,
  .px-md-8 {
    padding-left: 7.5rem !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }
  .m-md-n6 {
    margin: -4.5rem !important;
  }
  .mt-md-n6,
  .my-md-n6 {
    margin-top: -4.5rem !important;
  }
  .mr-md-n6,
  .mx-md-n6 {
    margin-right: -4.5rem !important;
  }
  .mb-md-n6,
  .my-md-n6 {
    margin-bottom: -4.5rem !important;
  }
  .ml-md-n6,
  .mx-md-n6 {
    margin-left: -4.5rem !important;
  }
  .m-md-n7 {
    margin: -6rem !important;
  }
  .mt-md-n7,
  .my-md-n7 {
    margin-top: -6rem !important;
  }
  .mr-md-n7,
  .mx-md-n7 {
    margin-right: -6rem !important;
  }
  .mb-md-n7,
  .my-md-n7 {
    margin-bottom: -6rem !important;
  }
  .ml-md-n7,
  .mx-md-n7 {
    margin-left: -6rem !important;
  }
  .m-md-n8 {
    margin: -7.5rem !important;
  }
  .mt-md-n8,
  .my-md-n8 {
    margin-top: -7.5rem !important;
  }
  .mr-md-n8,
  .mx-md-n8 {
    margin-right: -7.5rem !important;
  }
  .mb-md-n8,
  .my-md-n8 {
    margin-bottom: -7.5rem !important;
  }
  .ml-md-n8,
  .mx-md-n8 {
    margin-left: -7.5rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .m-lg-6 {
    margin: 4.5rem !important;
  }
  .mt-lg-6,
  .my-lg-6 {
    margin-top: 4.5rem !important;
  }
  .mr-lg-6,
  .mx-lg-6 {
    margin-right: 4.5rem !important;
  }
  .mb-lg-6,
  .my-lg-6 {
    margin-bottom: 4.5rem !important;
  }
  .ml-lg-6,
  .mx-lg-6 {
    margin-left: 4.5rem !important;
  }
  .m-lg-7 {
    margin: 6rem !important;
  }
  .mt-lg-7,
  .my-lg-7 {
    margin-top: 6rem !important;
  }
  .mr-lg-7,
  .mx-lg-7 {
    margin-right: 6rem !important;
  }
  .mb-lg-7,
  .my-lg-7 {
    margin-bottom: 6rem !important;
  }
  .ml-lg-7,
  .mx-lg-7 {
    margin-left: 6rem !important;
  }
  .m-lg-8 {
    margin: 7.5rem !important;
  }
  .mt-lg-8,
  .my-lg-8 {
    margin-top: 7.5rem !important;
  }
  .mr-lg-8,
  .mx-lg-8 {
    margin-right: 7.5rem !important;
  }
  .mb-lg-8,
  .my-lg-8 {
    margin-bottom: 7.5rem !important;
  }
  .ml-lg-8,
  .mx-lg-8 {
    margin-left: 7.5rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .p-lg-6 {
    padding: 4.5rem !important;
  }
  .pt-lg-6,
  .py-lg-6 {
    padding-top: 4.5rem !important;
  }
  .pr-lg-6,
  .px-lg-6 {
    padding-right: 4.5rem !important;
  }
  .pb-lg-6,
  .py-lg-6 {
    padding-bottom: 4.5rem !important;
  }
  .pl-lg-6,
  .px-lg-6 {
    padding-left: 4.5rem !important;
  }
  .p-lg-7 {
    padding: 6rem !important;
  }
  .pt-lg-7,
  .py-lg-7 {
    padding-top: 6rem !important;
  }
  .pr-lg-7,
  .px-lg-7 {
    padding-right: 6rem !important;
  }
  .pb-lg-7,
  .py-lg-7 {
    padding-bottom: 6rem !important;
  }
  .pl-lg-7,
  .px-lg-7 {
    padding-left: 6rem !important;
  }
  .p-lg-8 {
    padding: 7.5rem !important;
  }
  .pt-lg-8,
  .py-lg-8 {
    padding-top: 7.5rem !important;
  }
  .pr-lg-8,
  .px-lg-8 {
    padding-right: 7.5rem !important;
  }
  .pb-lg-8,
  .py-lg-8 {
    padding-bottom: 7.5rem !important;
  }
  .pl-lg-8,
  .px-lg-8 {
    padding-left: 7.5rem !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .m-lg-n6 {
    margin: -4.5rem !important;
  }
  .mt-lg-n6,
  .my-lg-n6 {
    margin-top: -4.5rem !important;
  }
  .mr-lg-n6,
  .mx-lg-n6 {
    margin-right: -4.5rem !important;
  }
  .mb-lg-n6,
  .my-lg-n6 {
    margin-bottom: -4.5rem !important;
  }
  .ml-lg-n6,
  .mx-lg-n6 {
    margin-left: -4.5rem !important;
  }
  .m-lg-n7 {
    margin: -6rem !important;
  }
  .mt-lg-n7,
  .my-lg-n7 {
    margin-top: -6rem !important;
  }
  .mr-lg-n7,
  .mx-lg-n7 {
    margin-right: -6rem !important;
  }
  .mb-lg-n7,
  .my-lg-n7 {
    margin-bottom: -6rem !important;
  }
  .ml-lg-n7,
  .mx-lg-n7 {
    margin-left: -6rem !important;
  }
  .m-lg-n8 {
    margin: -7.5rem !important;
  }
  .mt-lg-n8,
  .my-lg-n8 {
    margin-top: -7.5rem !important;
  }
  .mr-lg-n8,
  .mx-lg-n8 {
    margin-right: -7.5rem !important;
  }
  .mb-lg-n8,
  .my-lg-n8 {
    margin-bottom: -7.5rem !important;
  }
  .ml-lg-n8,
  .mx-lg-n8 {
    margin-left: -7.5rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .m-xl-6 {
    margin: 4.5rem !important;
  }
  .mt-xl-6,
  .my-xl-6 {
    margin-top: 4.5rem !important;
  }
  .mr-xl-6,
  .mx-xl-6 {
    margin-right: 4.5rem !important;
  }
  .mb-xl-6,
  .my-xl-6 {
    margin-bottom: 4.5rem !important;
  }
  .ml-xl-6,
  .mx-xl-6 {
    margin-left: 4.5rem !important;
  }
  .m-xl-7 {
    margin: 6rem !important;
  }
  .mt-xl-7,
  .my-xl-7 {
    margin-top: 6rem !important;
  }
  .mr-xl-7,
  .mx-xl-7 {
    margin-right: 6rem !important;
  }
  .mb-xl-7,
  .my-xl-7 {
    margin-bottom: 6rem !important;
  }
  .ml-xl-7,
  .mx-xl-7 {
    margin-left: 6rem !important;
  }
  .m-xl-8 {
    margin: 7.5rem !important;
  }
  .mt-xl-8,
  .my-xl-8 {
    margin-top: 7.5rem !important;
  }
  .mr-xl-8,
  .mx-xl-8 {
    margin-right: 7.5rem !important;
  }
  .mb-xl-8,
  .my-xl-8 {
    margin-bottom: 7.5rem !important;
  }
  .ml-xl-8,
  .mx-xl-8 {
    margin-left: 7.5rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .p-xl-6 {
    padding: 4.5rem !important;
  }
  .pt-xl-6,
  .py-xl-6 {
    padding-top: 4.5rem !important;
  }
  .pr-xl-6,
  .px-xl-6 {
    padding-right: 4.5rem !important;
  }
  .pb-xl-6,
  .py-xl-6 {
    padding-bottom: 4.5rem !important;
  }
  .pl-xl-6,
  .px-xl-6 {
    padding-left: 4.5rem !important;
  }
  .p-xl-7 {
    padding: 6rem !important;
  }
  .pt-xl-7,
  .py-xl-7 {
    padding-top: 6rem !important;
  }
  .pr-xl-7,
  .px-xl-7 {
    padding-right: 6rem !important;
  }
  .pb-xl-7,
  .py-xl-7 {
    padding-bottom: 6rem !important;
  }
  .pl-xl-7,
  .px-xl-7 {
    padding-left: 6rem !important;
  }
  .p-xl-8 {
    padding: 7.5rem !important;
  }
  .pt-xl-8,
  .py-xl-8 {
    padding-top: 7.5rem !important;
  }
  .pr-xl-8,
  .px-xl-8 {
    padding-right: 7.5rem !important;
  }
  .pb-xl-8,
  .py-xl-8 {
    padding-bottom: 7.5rem !important;
  }
  .pl-xl-8,
  .px-xl-8 {
    padding-left: 7.5rem !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }
  .m-xl-n6 {
    margin: -4.5rem !important;
  }
  .mt-xl-n6,
  .my-xl-n6 {
    margin-top: -4.5rem !important;
  }
  .mr-xl-n6,
  .mx-xl-n6 {
    margin-right: -4.5rem !important;
  }
  .mb-xl-n6,
  .my-xl-n6 {
    margin-bottom: -4.5rem !important;
  }
  .ml-xl-n6,
  .mx-xl-n6 {
    margin-left: -4.5rem !important;
  }
  .m-xl-n7 {
    margin: -6rem !important;
  }
  .mt-xl-n7,
  .my-xl-n7 {
    margin-top: -6rem !important;
  }
  .mr-xl-n7,
  .mx-xl-n7 {
    margin-right: -6rem !important;
  }
  .mb-xl-n7,
  .my-xl-n7 {
    margin-bottom: -6rem !important;
  }
  .ml-xl-n7,
  .mx-xl-n7 {
    margin-left: -6rem !important;
  }
  .m-xl-n8 {
    margin: -7.5rem !important;
  }
  .mt-xl-n8,
  .my-xl-n8 {
    margin-top: -7.5rem !important;
  }
  .mr-xl-n8,
  .mx-xl-n8 {
    margin-right: -7.5rem !important;
  }
  .mb-xl-n8,
  .my-xl-n8 {
    margin-bottom: -7.5rem !important;
  }
  .ml-xl-n8,
  .mx-xl-n8 {
    margin-left: -7.5rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}
.tns-outer {
  padding: 0 !important;
}
.tns-outer [hidden] {
  display: none !important;
}
.tns-outer [aria-controls], .tns-outer [data-action] {
  cursor: pointer;
}

.tns-slider {
  -webkit-transition: all 0s;
  transition: all 0s;
}
.tns-slider > .tns-item {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.tns-horizontal.tns-subpixel {
  white-space: nowrap;
}
.tns-horizontal.tns-subpixel > .tns-item {
  display: inline-block;
  vertical-align: top;
  white-space: normal;
}
.tns-horizontal.tns-no-subpixel:after {
  content: "";
  display: table;
  clear: both;
}
.tns-horizontal.tns-no-subpixel > .tns-item {
  float: left;
}
.tns-horizontal.tns-carousel.tns-no-subpixel > .tns-item {
  margin-right: -100%;
}

.tns-no-calc {
  position: relative;
  left: 0;
}

.tns-gallery {
  position: relative;
  left: 0;
  min-height: 1px;
}
.tns-gallery > .tns-item {
  position: absolute;
  left: -100%;
  -webkit-transition: transform 0s, opacity 0s;
  -webkit-transition: opacity 0s, -webkit-transform 0s;
  transition: opacity 0s, -webkit-transform 0s;
  transition: transform 0s, opacity 0s;
  transition: transform 0s, opacity 0s, -webkit-transform 0s;
}
.tns-gallery > .tns-slide-active {
  position: relative;
  left: auto !important;
}
.tns-gallery > .tns-moving {
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}

.tns-autowidth {
  display: inline-block;
}

.tns-lazy-img {
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
  opacity: 0.6;
}
.tns-lazy-img.tns-complete {
  opacity: 1;
}

.tns-ah {
  -webkit-transition: height 0s;
  transition: height 0s;
}

.tns-ovh {
  overflow: hidden;
}

.tns-visually-hidden {
  position: absolute;
  left: -10000em;
}

.tns-transparent {
  opacity: 0;
  visibility: hidden;
}

.tns-fadeIn {
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 0;
}

.tns-normal, .tns-fadeOut {
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: -1;
}

.tns-vpfix {
  white-space: nowrap;
}
.tns-vpfix > div, .tns-vpfix > li {
  display: inline-block;
}

.tns-t-subp2 {
  margin: 0 auto;
  width: 310px;
  position: relative;
  height: 10px;
  overflow: hidden;
}
.tns-t-ct {
  width: 2333.3333333333%;
  width: calc(100% * 70 / 3);
  position: absolute;
  right: 0;
}
.tns-t-ct:after {
  content: "";
  display: table;
  clear: both;
}
.tns-t-ct > div {
  width: 1.4285714286%;
  width: calc(100% / 70);
  height: 10px;
  float: left;
}

@font-face {
  font-family: "CaspariWT";
  src: url("../fonts/C094W13T.eot");
  src: url("../fonts/C094W13T.eot?#iefix") format("embedded-opentype"), url("../fonts/C094W13T.woff") format("woff"), url("../fonts/C094W13T.svg#C094W13T") format("svg");
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
}
@font-face {
  font-family: "CaspariWT";
  src: url("../fonts/C094W16T.eot");
  src: url("../fonts/C094W16T.eot?#iefix") format("embedded-opentype"), url("../fonts/C094W16T.woff") format("woff"), url("../fonts/C094W16T.svg#C094W16T") format("svg");
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
}
/* open-sans-regular - latin */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  src: local("Open Sans Regular"), local("OpenSans-Regular"), url("../fonts/open-sans-v17-latin-regular.woff2") format("woff2"), url("../fonts/open-sans-v17-latin-regular.woff") format("woff"); /* Modern Browsers */
}
/* open-sans-italic - latin */
@font-face {
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: local("Open Sans Italic"), local("OpenSans-Italic"), url("../fonts/open-sans-v17-latin-italic.woff2") format("woff2"), url("../fonts/open-sans-v17-latin-italic.woff") format("woff"); /* Modern Browsers */
}
/* open-sans-600 - latin */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: local("Open Sans SemiBold"), local("OpenSans-SemiBold"), url("../fonts/open-sans-v17-latin-600.woff2") format("woff2"), url("../fonts/open-sans-v17-latin-600.woff") format("woff"); /* Modern Browsers */
}
/* open-sans-700 - latin */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 700;
  src: local("Open Sans Bold"), local("OpenSans-Bold"), url("../fonts/open-sans-v17-latin-700.woff2") format("woff2"), url("../fonts/open-sans-v17-latin-700.woff") format("woff"); /* Modern Browsers */
}
/* open-sans-700 - latin */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 700;
  src: local("Open Sans Bold"), local("OpenSans-Bold"), url("../fonts/open-sans-v17-latin-700.woff2") format("woff2"), url("../fonts/open-sans-v17-latin-700.woff") format("woff"); /* Modern Browsers */
}
@media (min-width: 0) {
  head {
    font-family: "xs 0";
  }
}
@media (min-width: 576px) {
  head {
    font-family: "sm 576px";
  }
}
@media (min-width: 768px) {
  head {
    font-family: "md 768px";
  }
}
@media (min-width: 992px) {
  head {
    font-family: "lg 992px";
  }
}
@media (min-width: 1200px) {
  head {
    font-family: "xl 1200px";
  }
}
head {
  clear: both;
}
head title {
  font-family: "xs 0, sm 576px, md 768px, lg 992px, xl 1200px";
}

body {
  -moz-osx-font-smoothing: inherit;
  -webkit-font-smoothing: inherit;
  overflow-x: hidden;
}

html {
  font-size: 62.5%;
}
html.navigation-open {
  overflow-y: hidden;
}
html.hide-scrollbars {
  overflow: hidden;
}

.umcg-website-theme, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ {
  font-size: 1.8rem;
  line-height: 1.5;
  font-family: "Open Sans", sans-serif;
  min-height: 100vh;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  max-width: 1490px;
  margin: 0 auto;
  position: relative;
  z-index: 0;
  -webkit-box-shadow: 0 0 50px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 50px rgba(0, 0, 0, 0.15);
}
.umcg-website-theme::before, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_::before {
  content: "";
  display: block;
  right: 0;
  position: fixed;
  z-index: -4;
  top: -40vh;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 1855px;
  height: 200vh;
  background: radial-gradient(ellipse at center, rgba(0, 49, 131, 0.5) 1%, white 60%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.umcg-website-theme#wrapper, #wrapper.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ {
  padding-top: 0;
}

.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ {
  background-color: #fff;
  overflow: visible;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_:before {
  display: none;
}
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .portlet-body {
  padding-top: 1rem;
  height: auto;
}
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .portlet-body > .container-fluid-1280 {
  max-width: 100%;
  padding: 0;
}

.signed-out .alert-notifications.alert-notifications-fixed {
  display: none;
}

.dialog-iframe-root-node {
  font-size: 16px;
}

.product-menu.sidebar.sidenav-menu {
  font-size: 14px;
  line-height: 1.5;
}
.product-menu .list-group-heading.goto-link {
  font-size: 0.9em;
}

.applications-menu-content .applications-menu-nav-header, .applications-menu-footer .applications-menu-nav-header {
  color: #6b6c7e;
  font-size: 14px;
  font-weight: 700;
}
@media all and (min-width: 768px) {
  .applications-menu-content .applications-menu-sites-label, .applications-menu-footer .applications-menu-sites-label {
    font-size: 14px;
  }
}
.applications-menu-content .applications-menu-company, .applications-menu-footer .applications-menu-company {
  font-size: 1rem;
  font-weight: 600;
}
.applications-menu-content ul, .applications-menu-footer ul {
  margin-bottom: 1rem;
  margin-top: 0;
  font-size: 16px;
}
@media all and (min-width: 768px) {
  .applications-menu-content .c-mt-md-3, .applications-menu-content .c-my-md-3, .applications-menu-footer .c-mt-md-3, .applications-menu-footer .c-my-md-3 {
    margin-top: 1rem;
  }
}
.applications-menu-content .c-mb-2,
.applications-menu-content .c-my-2, .applications-menu-footer .c-mb-2,
.applications-menu-footer .c-my-2 {
  margin-bottom: 0.5rem;
}
.applications-menu-content .c-mb-3,
.applications-menu-content .c-my-3, .applications-menu-footer .c-mb-3,
.applications-menu-footer .c-my-3 {
  margin-bottom: 1rem;
}
.applications-menu-content .c-mt-3,
.applications-menu-content .c-my-3, .applications-menu-footer .c-mt-3,
.applications-menu-footer .c-my-3 {
  margin-top: 1rem;
}
.applications-menu-content .c-mt-2,
.applications-menu-content .c-my-2, .applications-menu-footer .c-mt-2,
.applications-menu-footer .c-my-2 {
  margin-top: 0.5rem;
}
.applications-menu-content .c-pb-3, .applications-menu-content .c-py-3, .applications-menu-footer .c-pb-3, .applications-menu-footer .c-py-3 {
  padding-bottom: 1rem;
}
.applications-menu-content .c-pt-3, .applications-menu-content .c-py-3, .applications-menu-footer .c-pt-3, .applications-menu-footer .c-py-3 {
  padding-top: 1rem;
}
.applications-menu-content .c-ml-2, .applications-menu-content .c-mx-2, .applications-menu-footer .c-ml-2, .applications-menu-footer .c-mx-2 {
  margin-left: 0.5rem;
}
.applications-menu-content .c-p-3, .applications-menu-footer .c-p-3 {
  padding: 1rem;
}

.lfr-product-menu-sidebar .panel-header {
  font-size: 14px;
}

.product-menu .list-group-heading.navigation-link {
  font-size: 14px !important;
}

.page-editor__sidebar__fragments-widgets-panel .collapse-icon {
  font-size: 1.5rem !important;
  text-transform: none;
}

ul.tbar-nav li {
  margin: 0 !important;
}

.default-asset-publisher .mb-2 {
  z-index: 2;
  top: 3rem;
  position: absolute;
}
.default-asset-publisher .mb-2 .header-back-to {
  display: none;
}

.portlet-boundary_com_liferay_asset_publisher_web_portlet_AssetPublisherPortlet_ .portlet-title-text {
  display: none !important;
}

.debug *, .debug {
  font-size: 1.8rem !important;
  padding-left: 0 !important;
  margin: 0 !important;
}
.debug li {
  padding-left: 4rem !important;
}
.debug li sup {
  font-size: 0.8rem !important;
  color: lightgray;
  vertical-align: super !important;
  margin-left: 0.4rem !important;
}

.general-search .portlet-column-content.empty {
  padding: 0;
}
.general-search .asset-anchor.lfr-asset-anchor {
  height: 0;
  margin-top: 0;
}
.general-search .portlet-layout .autofit-float.autofit-row.portlet-header {
  margin-bottom: 0;
  height: 0;
  overflow: hidden;
}

body.open .umcg-website-theme#wrapper, body.open #wrapper.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ {
  padding-left: 100px;
}

@media all and (min-width: 768px) {
  html {
    font-size: 62.5%;
  }
}
@media all and (min-width: 992px) {
  html {
    font-size: 62.5%;
  }
}
.portlet-asset-publisher .asset-full-content .row.justify-content-center:not(.visual-row), .portlet-asset-publisher .asset-full-content .umcg-website-theme .umcg-search-results:not(.visual-row), .umcg-website-theme .portlet-asset-publisher .asset-full-content .umcg-search-results:not(.visual-row), .portlet-asset-publisher .asset-full-content .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-search-results:not(.visual-row), .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .portlet-asset-publisher .asset-full-content .umcg-search-results:not(.visual-row), .portlet-asset-publisher .asset-full-content .umcg-website-theme .portlet-search-bar:not(.visual-row), .umcg-website-theme .portlet-asset-publisher .asset-full-content .portlet-search-bar:not(.visual-row), .portlet-asset-publisher .asset-full-content .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .portlet-search-bar:not(.visual-row), .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .portlet-asset-publisher .asset-full-content .portlet-search-bar:not(.visual-row), .portlet-asset-publisher .asset-full-content .umcg-website-theme .portlet-content .portlet-body .portlet-forms:not(.visual-row), .umcg-website-theme .portlet-content .portlet-body .portlet-asset-publisher .asset-full-content .portlet-forms:not(.visual-row), .portlet-asset-publisher .asset-full-content .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .portlet-content .portlet-body .portlet-forms:not(.visual-row), .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .portlet-content .portlet-body .portlet-asset-publisher .asset-full-content .portlet-forms:not(.visual-row), .portlet-asset-publisher .asset-full-content .umcg-website-theme form.form .ddm-form-builder-app .lfr-ddm-form-page > .justify-content-center.row:not(.visual-row), .umcg-website-theme form.form .ddm-form-builder-app .portlet-asset-publisher .asset-full-content .lfr-ddm-form-page > .justify-content-center.row:not(.visual-row), .umcg-website-theme form.form .ddm-form-builder-app .portlet-asset-publisher .asset-full-content .portlet-content .portlet-body .lfr-ddm-form-page > .portlet-forms:not(.visual-row), .portlet-asset-publisher .asset-full-content .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form.form .ddm-form-builder-app .lfr-ddm-form-page > .justify-content-center.row:not(.visual-row), .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form.form .ddm-form-builder-app .portlet-asset-publisher .asset-full-content .lfr-ddm-form-page > .justify-content-center.row:not(.visual-row), .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form.form .ddm-form-builder-app .portlet-asset-publisher .asset-full-content .portlet-content .portlet-body .lfr-ddm-form-page > .portlet-forms:not(.visual-row) {
  position: relative;
  z-index: 1;
}
.portlet-asset-publisher .asset-full-content .row.justify-content-center.mobile-navigation-row, .portlet-asset-publisher .asset-full-content .umcg-website-theme .mobile-navigation-row.umcg-search-results, .umcg-website-theme .portlet-asset-publisher .asset-full-content .mobile-navigation-row.umcg-search-results, .portlet-asset-publisher .asset-full-content .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .mobile-navigation-row.umcg-search-results, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .portlet-asset-publisher .asset-full-content .mobile-navigation-row.umcg-search-results, .portlet-asset-publisher .asset-full-content .umcg-website-theme .mobile-navigation-row.portlet-search-bar, .umcg-website-theme .portlet-asset-publisher .asset-full-content .mobile-navigation-row.portlet-search-bar, .portlet-asset-publisher .asset-full-content .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .mobile-navigation-row.portlet-search-bar, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .portlet-asset-publisher .asset-full-content .mobile-navigation-row.portlet-search-bar, .portlet-asset-publisher .asset-full-content .umcg-website-theme .portlet-content .portlet-body .mobile-navigation-row.portlet-forms, .umcg-website-theme .portlet-content .portlet-body .portlet-asset-publisher .asset-full-content .mobile-navigation-row.portlet-forms, .portlet-asset-publisher .asset-full-content .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .portlet-content .portlet-body .mobile-navigation-row.portlet-forms, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .portlet-content .portlet-body .portlet-asset-publisher .asset-full-content .mobile-navigation-row.portlet-forms, .portlet-asset-publisher .asset-full-content .umcg-website-theme form.form .ddm-form-builder-app .lfr-ddm-form-page > .justify-content-center.mobile-navigation-row.row, .umcg-website-theme form.form .ddm-form-builder-app .portlet-asset-publisher .asset-full-content .lfr-ddm-form-page > .justify-content-center.mobile-navigation-row.row, .umcg-website-theme form.form .ddm-form-builder-app .portlet-asset-publisher .asset-full-content .portlet-content .portlet-body .lfr-ddm-form-page > .mobile-navigation-row.portlet-forms, .portlet-asset-publisher .asset-full-content .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form.form .ddm-form-builder-app .lfr-ddm-form-page > .justify-content-center.mobile-navigation-row.row, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form.form .ddm-form-builder-app .portlet-asset-publisher .asset-full-content .lfr-ddm-form-page > .justify-content-center.mobile-navigation-row.row, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form.form .ddm-form-builder-app .portlet-asset-publisher .asset-full-content .portlet-content .portlet-body .lfr-ddm-form-page > .mobile-navigation-row.portlet-forms {
  z-index: 2;
}
.portlet-asset-publisher .asset-full-content .asset-content .journal-content-article .row.justify-content-center:not(.visual-row), .portlet-asset-publisher .asset-full-content .asset-content .journal-content-article .umcg-website-theme .umcg-search-results:not(.visual-row), .umcg-website-theme .portlet-asset-publisher .asset-full-content .asset-content .journal-content-article .umcg-search-results:not(.visual-row), .portlet-asset-publisher .asset-full-content .asset-content .journal-content-article .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-search-results:not(.visual-row), .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .portlet-asset-publisher .asset-full-content .asset-content .journal-content-article .umcg-search-results:not(.visual-row), .portlet-asset-publisher .asset-full-content .asset-content .journal-content-article .umcg-website-theme .portlet-search-bar:not(.visual-row), .umcg-website-theme .portlet-asset-publisher .asset-full-content .asset-content .journal-content-article .portlet-search-bar:not(.visual-row), .portlet-asset-publisher .asset-full-content .asset-content .journal-content-article .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .portlet-search-bar:not(.visual-row), .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .portlet-asset-publisher .asset-full-content .asset-content .journal-content-article .portlet-search-bar:not(.visual-row), .portlet-asset-publisher .asset-full-content .asset-content .journal-content-article .umcg-website-theme .portlet-content .portlet-body .portlet-forms:not(.visual-row), .umcg-website-theme .portlet-content .portlet-body .portlet-asset-publisher .asset-full-content .asset-content .journal-content-article .portlet-forms:not(.visual-row), .portlet-asset-publisher .asset-full-content .asset-content .journal-content-article .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .portlet-content .portlet-body .portlet-forms:not(.visual-row), .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .portlet-content .portlet-body .portlet-asset-publisher .asset-full-content .asset-content .journal-content-article .portlet-forms:not(.visual-row) {
  z-index: auto;
}

.portlet-configuration-setup .lfr-search-container-wrapper .lfr-icon-menu .dropdown-toggle {
  color: #FFF;
}

.reusable-slider h2 {
  padding-top: 2.8rem;
}

input-group .btn:focus, .input-group .form-control:focus {
  z-index: auto !important;
}

span.kop {
  font-weight: bold;
}

.cursief {
  font-style: italic;
}

.platTekst {
  font-size: 0.7em !important;
  line-height: 1.4em !important;
}
.platTekst ol, .platTekst ul {
  list-style: inherit !important;
  margin-left: 10px !important;
}
.platTekst ol li, .platTekst ul li {
  font-size: 0.7em !important;
  margin: 0 !important;
}

.inspringen4px {
  width: 4px;
}

@media print {
  body {
    min-width: -webkit-fit-content !important;
    min-width: -moz-fit-content !important;
    min-width: fit-content !important;
  }
}
@font-face {
  font-family: "iconfont";
  src: url("../fonts/iconfont.eot"); /* IE9 Compat Modes */
  src: url("../fonts/iconfont.eot?#iefix") format("embedded-opentype"), url("../fonts/iconfont.woff") format("woff"), url("../fonts/iconfont.ttf") format("truetype"); /* Safari, Android, iOS */
}
.icon {
  font-style: normal;
  font-weight: 400;
}
.icon.icon-arrow-with-tail:before {
  font-family: "iconfont";
  content: "\ea01";
}
.icon.icon-arrow:before {
  font-family: "iconfont";
  content: "\ea02";
}
.icon.icon-asterisk:before {
  font-family: "iconfont";
  content: "\ea03";
}
.icon.icon-backward:before {
  font-family: "iconfont";
  content: "\ea04";
}
.icon.icon-bullet-check:before {
  font-family: "iconfont";
  content: "\ea05";
}
.icon.icon-calendar:before {
  font-family: "iconfont";
  content: "\ea06";
}
.icon.icon-checkmark:before {
  font-family: "iconfont";
  content: "\ea07";
}
.icon.icon-cross:before {
  font-family: "iconfont";
  content: "\ea08";
}
.icon.icon-filled-speaker:before {
  font-family: "iconfont";
  content: "\ea09";
}
.icon.icon-forward:before {
  font-family: "iconfont";
  content: "\ea0a";
}
.icon.icon-i:before {
  font-family: "iconfont";
  content: "\ea0b";
}
.icon.icon-magnifier:before {
  font-family: "iconfont";
  content: "\ea0c";
}
.icon.icon-outside:before {
  font-family: "iconfont";
  content: "\ea0d";
}
.icon.icon-pause:before {
  font-family: "iconfont";
  content: "\ea0e";
}
.icon.icon-play:before {
  font-family: "iconfont";
  content: "\ea0f";
}
.icon.icon-quote:before {
  font-family: "iconfont";
  content: "\ea10";
}
.icon.icon-speed:before {
  font-family: "iconfont";
  content: "\ea11";
}
.icon.icon-stop:before {
  font-family: "iconfont";
  content: "\ea12";
}

h1, .umcg-website-theme form.form h1, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form.form h1 {
  font-size: 2.8rem;
  line-height: 1.5;
  color: rgb(0, 49, 131);
  margin: 0 0 2.4rem;
}

h2 {
  font-size: 2.2rem;
  line-height: 1.5;
  color: rgb(0, 49, 131);
  margin: 0 0 1.2rem;
}

h3 {
  font-size: 2rem;
  line-height: 1.5;
}

h4,
h5,
h6 {
  font-size: 1.8rem;
  line-height: 1.5;
}

h1, .umcg-website-theme form.form h1, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form.form h1,
h2 {
  font-family: "CaspariWT", sans-serif;
  font-weight: 700;
}

h3,
h4,
h5,
h6 {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
}

@media all and (min-width: 768px) {
  h1, .umcg-website-theme form.form h1, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form.form h1 {
    font-size: 4.2rem;
    line-height: 1.5;
  }
  h2 {
    font-size: 2.4rem;
    line-height: 1.5;
  }
}
.umcg-website-theme *, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.umcg-website-theme :host, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ :host {
  all: initial;
}
.umcg-website-theme ::-moz-selection, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ ::-moz-selection {
  background-color: rgb(0, 49, 131);
  color: #fff;
}
.umcg-website-theme ::selection, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ ::selection {
  background-color: rgb(0, 49, 131);
  color: #fff;
}
.umcg-website-theme .main, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .main {
  min-height: 77.4vh;
  background-color: white;
}
.page-header-margin .umcg-website-theme .main-container, .page-header-margin .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .main-container {
  padding: 0;
}
.umcg-website-theme .main-container, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .main-container {
  background-color: #fff;
  margin: 0 auto;
  max-width: 1230px;
  padding: 100px 0 0 0;
}
.umcg-website-theme pp, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ pp {
  display: block;
}
.umcg-website-theme p, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ p, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ pp,
.umcg-website-theme pp,
.umcg-website-theme table,
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ table,
.umcg-website-theme legend,
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ legend,
.umcg-website-theme li,
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ li {
  font-size: 1.8rem;
  margin: 0 0 3.24rem;
}
.umcg-website-theme a, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ a {
  color: #037da8;
}
.umcg-website-theme a:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ a:hover, .umcg-website-theme a:active, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ a:active {
  text-decoration: none;
}
.umcg-website-theme a:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ a:focus {
  outline-color: rgb(233, 94, 39);
}
.umcg-website-theme button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ button {
  outline-color: transparent;
  outline-width: 0;
}
.user-is-tabbing .umcg-website-theme button:focus, .user-is-tabbing .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ button:focus {
  outline-width: 1px;
  outline-color: rgb(233, 94, 39);
}
.umcg-website-theme svg:not(.lexicon-icon), .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ svg:not(.lexicon-icon) {
  fill: rgb(0, 49, 131);
  position: relative;
  -webkit-transition: all 300ms;
  transition: all 300ms;
  vertical-align: middle;
}
.umcg-website-theme svg:not(.lexicon-icon) *, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ svg:not(.lexicon-icon) * {
  vector-effect: non-scaling-stroke;
}
.umcg-website-theme img, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ img {
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}
.umcg-website-theme iframe, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ iframe {
  border: 0;
  width: 100%;
}
.umcg-website-theme abbr, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ abbr {
  border-bottom: none;
  text-decoration: none;
}
.umcg-website-theme .hide-from-layout, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .hide-from-layout {
  border: 0;
  clip: rect(0, 0, 0, 0);
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
}
.umcg-website-theme .btn-reset, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .btn-reset,
.umcg-website-theme .button-reset,
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button-reset {
  background-color: transparent;
  border: 0;
  font-size: 1.8rem;
  line-height: 1.5;
  font-family: "Open Sans", sans-serif;
  text-align: left;
}
.umcg-website-theme pre, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ pre,
.umcg-website-theme code,
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ code {
  background: #f0f0f0;
  border-radius: 2px;
  border: 1px solid #b3b3b3;
  color: rgb(0, 49, 131);
  page-break-inside: avoid;
  font-family: monospace;
  max-width: 100%;
  overflow: auto;
  padding: 0.3rem 1rem 0.3rem;
  font-size: 1.6rem;
  line-height: inherit;
  word-wrap: break-word;
  vertical-align: baseline;
}
.umcg-website-theme pre, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ pre {
  color: #121212;
  border-left: 3px solid #f36d33;
  font-size: 1.6rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  display: block;
  padding: 1em 1.5em;
}
.umcg-website-theme strong, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ strong,
.umcg-website-theme b,
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ b {
  font-weight: 700;
}
.umcg-website-theme em, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ em {
  font-style: italic;
}
.umcg-website-theme .truncate-one-line, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .truncate-one-line {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@supports not (-webkit-line-clamp: 1) {
  .umcg-website-theme .truncate-one-line, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .truncate-one-line {
    position: relative;
  }
  .umcg-website-theme .truncate-one-line::after, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .truncate-one-line::after {
    content: "...";
    position: absolute;
    bottom: 0;
    right: 0;
    padding-left: 20px;
  }
}
.umcg-website-theme .truncate-two-lines, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .truncate-two-lines {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@supports not (-webkit-line-clamp: 2) {
  .umcg-website-theme .truncate-two-lines, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .truncate-two-lines {
    position: relative;
  }
  .umcg-website-theme .truncate-two-lines::after, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .truncate-two-lines::after {
    content: "...";
    position: absolute;
    bottom: 0;
    right: 0;
    padding-left: 20px;
  }
}
.umcg-website-theme .truncate-three-lines, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .truncate-three-lines {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@supports not (-webkit-line-clamp: 3) {
  .umcg-website-theme .truncate-three-lines, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .truncate-three-lines {
    position: relative;
  }
  .umcg-website-theme .truncate-three-lines::after, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .truncate-three-lines::after {
    content: "...";
    position: absolute;
    bottom: 0;
    right: 0;
    padding-left: 20px;
  }
}
.umcg-website-theme .truncate-four-lines, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .truncate-four-lines {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@supports not (-webkit-line-clamp: 4) {
  .umcg-website-theme .truncate-four-lines, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .truncate-four-lines {
    position: relative;
  }
  .umcg-website-theme .truncate-four-lines::after, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .truncate-four-lines::after {
    content: "...";
    position: absolute;
    bottom: 0;
    right: 0;
    padding-left: 20px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .umcg-website-theme *, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ * {
    -webkit-transition: none !important;
    transition: none !important;
    scroll-behavior: auto !important;
  }
}
@media all and (min-width: 576px) {
  .umcg-website-theme .main-container, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .main-container {
    padding: 100px 50px 30px 50px;
  }
  .page-header-margin .umcg-website-theme .main-container, .page-header-margin .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .main-container {
    padding-top: 0;
  }
}
@media all and (min-width: 768px) {
  .umcg-website-theme html, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ html {
    font-size: 62.5%;
  }
  .page-header-margin .umcg-website-theme .main-container, .page-header-margin .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .main-container {
    padding-top: 0em;
  }
}
@media all and (min-width: 992px) {
  .umcg-website-theme html, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ html {
    font-size: 62.5%;
  }
  .page-header-margin .umcg-website-theme .main-container, .page-header-margin .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .main-container {
    padding-top: 0;
  }
}
@media all and (min-width: 1200px) {
  .umcg-website-theme .main-container, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .main-container {
    padding: 150px 0;
  }
  .page-header-margin .umcg-website-theme .main-container, .page-header-margin .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .main-container {
    padding-top: 0;
  }
}
.umcg-website-theme .print-date, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .print-date {
  display: none;
}
@media print {
  .umcg-website-theme .print-date, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .print-date {
    background-color: #f0f0f0;
    display: block;
    position: fixed;
    bottom: 0;
    right: 0;
    font-size: 8px;
    z-index: 10000;
  }
}
@media print {
  .umcg-website-theme body::before, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ body::before {
    display: none;
  }
  .umcg-website-theme a, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ a {
    position: relative;
    display: inline-block;
  }
  .umcg-website-theme a[href^="tel:"]::after, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ a[href^="tel:"]::after {
    content: "";
  }
  .umcg-website-theme a::after, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ a::after {
    content: " (" attr(href) ") ";
    float: right;
    margin-left: 3.6px;
  }
  .umcg-website-theme a.logo::after, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ a.logo::after {
    display: none;
  }
  .breadcrumb .umcg-website-theme a::after, .breadcrumb .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ a::after {
    display: none;
  }
}
.umcg-website-theme a, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ a {
  color: rgb(0, 49, 131);
  text-decoration: underline;
}
.umcg-website-theme .btn:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .btn:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgb(233, 94, 39);
          box-shadow: 0 0 0 0.2rem rgb(233, 94, 39);
}
.umcg-website-theme span.label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ span.label {
  display: inline;
  padding: 0;
}
.umcg-website-theme .navigation .portlet, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .navigation .portlet {
  margin-bottom: 0;
}
.umcg-website-theme .navigation .portlet-header, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .navigation .portlet-header {
  display: none;
}
.umcg-website-theme .navigation .portlet-content, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .navigation .portlet-content {
  border: none;
  padding: 0;
}
.umcg-website-theme .navigation .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .navigation .label {
  font-size: 100%;
  font-weight: inherit;
  line-height: inherit;
  margin: 0;
  padding: 0;
}
.umcg-website-theme .portlet-layout .portlet-header, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .portlet-layout .portlet-header {
  margin-bottom: 0;
}
.umcg-website-theme button.navigation-overlay, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ button.navigation-overlay {
  cursor: default;
}
.umcg-website-theme .portlet-content-editable, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .portlet-content-editable {
  border: none;
}
.umcg-website-theme .mb-2, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .mb-2,
.umcg-website-theme .mb-3,
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .mb-3,
.umcg-website-theme .mb-4,
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .mb-4,
.umcg-website-theme .mb-5,
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .mb-5 {
  margin: 0 !important;
}
@media all and (min-width: 992px) {
  .umcg-website-theme .main-container, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .main-container {
    padding-bottom: 50px;
  }
}
.umcg-website-theme .header, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .header {
  background-color: #fff;
  height: 6.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.umcg-website-theme .header .header-inner, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .header .header-inner {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
  max-width: 1230px;
  width: 100%;
  padding: 0 2.5rem;
}
@media all and (min-width: 768px) {
  .umcg-website-theme .header, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .header {
    height: 10rem;
  }
  .umcg-website-theme .header .header-inner, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .header .header-inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 5rem;
  }
}
@media all and (min-width: 992px) {
  .page-header-margin .umcg-website-theme .header, .page-header-margin .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .header {
    padding-bottom: 0;
  }
  .umcg-website-theme .header .header-inner, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .header .header-inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 2rem;
  }
}
.umcg-website-theme .footer-main, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .footer-main {
  background-color: #f0f0f0;
  padding: 2rem 0 2rem;
}
.umcg-website-theme .footer-main--theme-2, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .footer-main--theme-2 {
  background-color: #fff;
}
.umcg-website-theme .footer-main .footer-main-inner, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .footer-main .footer-main-inner {
  margin: 0 auto;
  padding: 0 2.5rem;
  max-width: 1230px;
}
@media all and (min-width: 992px) {
  .umcg-website-theme .footer-main, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .footer-main {
    padding-bottom: 2rem;
    background: #f0f0f0;
    background: -webkit-gradient(linear, left top, right top, from(#fff), color-stop(12%, #f0f0f0), color-stop(88%, #f0f0f0), to(#fff));
    background: linear-gradient(90deg, #fff 0%, #f0f0f0 12%, #f0f0f0 88%, #fff 100%);
  }
  .umcg-website-theme .footer-main--theme-2, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .footer-main--theme-2 {
    background-color: #fff;
  }
}
@media print {
  .umcg-website-theme .footer-main, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .footer-main {
    display: none;
  }
}
.umcg-website-theme .footer-main-links a, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .footer-main-links a {
  font-size: 1.6rem;
  line-height: 1.5;
  color: #121212;
  text-decoration: none;
}
.umcg-website-theme .footer-main-links a:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .footer-main-links a:hover {
  text-decoration: underline;
}
.umcg-website-theme .footer-main-links a:visited, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .footer-main-links a:visited {
  color: rgb(85, 31, 120);
}
.umcg-website-theme .footer-main-links ul > li, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .footer-main-links ul > li {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-bottom: 3.6rem;
  margin: 0;
  padding: 4px 0;
}
@media all and (min-width: 992px) {
  .umcg-website-theme .footer-main-links li::before, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .footer-main-links li::before {
    top: 2px;
    bottom: 0;
  }
}
@media all and (min-width: 768px) {
  .umcg-website-theme .footer-main-links ul, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .footer-main-links ul {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: auto;
    width: 100%;
  }
  .umcg-website-theme .footer-main-links ul li, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .footer-main-links ul li {
    padding: 0 2rem;
    margin: 0;
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
  }
  .umcg-website-theme .footer-main-links ul li::before, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .footer-main-links ul li::before {
    content: "";
    position: absolute;
    width: 1px;
    top: 6px;
    bottom: 2px;
    right: 0;
    background-color: #b3b3b3;
  }
  .umcg-website-theme .footer-main-links ul li:last-child::before, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .footer-main-links ul li:last-child::before {
    display: none;
  }
}
.umcg-website-theme .button, .umcg-website-theme form input[type=submit], .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme input[type=submit], .umcg-website-theme form input.cta-button-lightblue[type=submit], .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme input.cta-button-lightblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form input.cta-button-lightblue[type=submit], .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue[type=submit], .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme input.cta-button-lightblue[type=submit], .umcg-website-theme form input.cta-button-darkblue[type=submit], .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme input.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form input.cta-button-darkblue[type=submit], .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-darkblue[type=submit], .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme input.cta-button-darkblue[type=submit], .umcg-website-theme form input.cta-button-lightblue.cta-button-darkblue[type=submit], .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme input.cta-button-lightblue.cta-button-darkblue[type=submit], .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form input.cta-button-lightblue.cta-button-darkblue[type=submit], .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme input.cta-button-lightblue.cta-button-darkblue[type=submit], .umcg-website-theme form input.cta-button-white[type=submit], .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme input.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form input.cta-button-white[type=submit], .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-white[type=submit], .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme input.cta-button-white[type=submit], .umcg-website-theme form input.cta-button-lightblue.cta-button-white[type=submit], .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme input.cta-button-lightblue.cta-button-white[type=submit], .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form input.cta-button-lightblue.cta-button-white[type=submit], .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme input.cta-button-lightblue.cta-button-white[type=submit], .umcg-website-theme form input.cta-button-darkblue.cta-button-white[type=submit], .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme input.cta-button-darkblue.cta-button-white[type=submit], .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-darkblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form input.cta-button-darkblue.cta-button-white[type=submit], .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme input.cta-button-darkblue.cta-button-white[type=submit], .umcg-website-theme .button.cta-button-white, .umcg-website-theme form input.cta-button-white[type=submit], .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme input.cta-button-white[type=submit], .umcg-website-theme .button.cta-button-darkblue, .umcg-website-theme form input.cta-button-darkblue[type=submit], .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme input.cta-button-darkblue[type=submit], .umcg-website-theme .button.cta-button-lightblue, .umcg-website-theme form input.cta-button-lightblue[type=submit], .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme input.cta-button-lightblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form input[type=submit], .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form input.cta-button-lightblue[type=submit], .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue[type=submit], .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme input.cta-button-lightblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form input.cta-button-lightblue[type=submit], .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form input.cta-button-darkblue[type=submit], .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-darkblue[type=submit], .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme input.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form input.cta-button-darkblue[type=submit], .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form input.cta-button-lightblue.cta-button-darkblue[type=submit], .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue.cta-button-darkblue[type=submit], .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme input.cta-button-lightblue.cta-button-darkblue[type=submit], .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form input.cta-button-lightblue.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form input.cta-button-white[type=submit], .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-white[type=submit], .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme input.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form input.cta-button-white[type=submit], .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form input.cta-button-lightblue.cta-button-white[type=submit], .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue.cta-button-white[type=submit], .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme input.cta-button-lightblue.cta-button-white[type=submit], .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form input.cta-button-lightblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form input.cta-button-darkblue.cta-button-white[type=submit], .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-darkblue.cta-button-white[type=submit], .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme input.cta-button-darkblue.cta-button-white[type=submit], .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-darkblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form input.cta-button-darkblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button.cta-button-white, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form input.cta-button-white[type=submit], .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button.cta-button-darkblue, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form input.cta-button-darkblue[type=submit], .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button.cta-button-lightblue, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form input.cta-button-lightblue[type=submit], .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue[type=submit] {
  display: inline-block;
  margin-bottom: 1em;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 1.5;
  cursor: pointer;
  color: #fff;
  background-image: none;
  background-color: rgb(0, 49, 131);
  border: 1px solid rgb(0, 49, 131);
  padding: 1.1rem 3rem;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transition: 300ms ease-out;
  transition: 300ms ease-out;
  border-radius: 2.5rem;
  text-decoration: none;
}
.umcg-website-theme .button svg, .umcg-website-theme form input[type=submit] svg, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input[type=submit] svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme input[type=submit] svg, .umcg-website-theme form input.cta-button-lightblue[type=submit] svg, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue[type=submit] svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme input.cta-button-lightblue[type=submit] svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form input.cta-button-lightblue[type=submit] svg, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue[type=submit] svg, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue[type=submit] svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme input.cta-button-lightblue[type=submit] svg, .umcg-website-theme form input.cta-button-darkblue[type=submit] svg, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue[type=submit] svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme input.cta-button-darkblue[type=submit] svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form input.cta-button-darkblue[type=submit] svg, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-darkblue[type=submit] svg, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue[type=submit] svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme input.cta-button-darkblue[type=submit] svg, .umcg-website-theme form input.cta-button-lightblue.cta-button-darkblue[type=submit] svg, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.cta-button-darkblue[type=submit] svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme input.cta-button-lightblue.cta-button-darkblue[type=submit] svg, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue.cta-button-darkblue[type=submit] svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form input.cta-button-lightblue.cta-button-darkblue[type=submit] svg, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.cta-button-darkblue[type=submit] svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme input.cta-button-lightblue.cta-button-darkblue[type=submit] svg, .umcg-website-theme form input.cta-button-white[type=submit] svg, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-white[type=submit] svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme input.cta-button-white[type=submit] svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form input.cta-button-white[type=submit] svg, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-white[type=submit] svg, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-white[type=submit] svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme input.cta-button-white[type=submit] svg, .umcg-website-theme form input.cta-button-lightblue.cta-button-white[type=submit] svg, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.cta-button-white[type=submit] svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme input.cta-button-lightblue.cta-button-white[type=submit] svg, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue.cta-button-white[type=submit] svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form input.cta-button-lightblue.cta-button-white[type=submit] svg, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.cta-button-white[type=submit] svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme input.cta-button-lightblue.cta-button-white[type=submit] svg, .umcg-website-theme form input.cta-button-darkblue.cta-button-white[type=submit] svg, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue.cta-button-white[type=submit] svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme input.cta-button-darkblue.cta-button-white[type=submit] svg, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-darkblue.cta-button-white[type=submit] svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form input.cta-button-darkblue.cta-button-white[type=submit] svg, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue.cta-button-white[type=submit] svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme input.cta-button-darkblue.cta-button-white[type=submit] svg, .umcg-website-theme .button.cta-button-white svg, .umcg-website-theme form input.cta-button-white[type=submit] svg, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-white[type=submit] svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme input.cta-button-white[type=submit] svg, .umcg-website-theme .button.cta-button-darkblue svg, .umcg-website-theme form input.cta-button-darkblue[type=submit] svg, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue[type=submit] svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme input.cta-button-darkblue[type=submit] svg, .umcg-website-theme .button.cta-button-lightblue svg, .umcg-website-theme form input.cta-button-lightblue[type=submit] svg, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue[type=submit] svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme input.cta-button-lightblue[type=submit] svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form input[type=submit] svg, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input[type=submit] svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input[type=submit] svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form input.cta-button-lightblue[type=submit] svg, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue[type=submit] svg, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue[type=submit] svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme input.cta-button-lightblue[type=submit] svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form input.cta-button-lightblue[type=submit] svg, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue[type=submit] svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue[type=submit] svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form input.cta-button-darkblue[type=submit] svg, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-darkblue[type=submit] svg, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue[type=submit] svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme input.cta-button-darkblue[type=submit] svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form input.cta-button-darkblue[type=submit] svg, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-darkblue[type=submit] svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue[type=submit] svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form input.cta-button-lightblue.cta-button-darkblue[type=submit] svg, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue.cta-button-darkblue[type=submit] svg, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.cta-button-darkblue[type=submit] svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme input.cta-button-lightblue.cta-button-darkblue[type=submit] svg, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue.cta-button-darkblue[type=submit] svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form input.cta-button-lightblue.cta-button-darkblue[type=submit] svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.cta-button-darkblue[type=submit] svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form input.cta-button-white[type=submit] svg, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-white[type=submit] svg, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-white[type=submit] svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme input.cta-button-white[type=submit] svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form input.cta-button-white[type=submit] svg, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-white[type=submit] svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-white[type=submit] svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form input.cta-button-lightblue.cta-button-white[type=submit] svg, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue.cta-button-white[type=submit] svg, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.cta-button-white[type=submit] svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme input.cta-button-lightblue.cta-button-white[type=submit] svg, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue.cta-button-white[type=submit] svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form input.cta-button-lightblue.cta-button-white[type=submit] svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.cta-button-white[type=submit] svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form input.cta-button-darkblue.cta-button-white[type=submit] svg, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-darkblue.cta-button-white[type=submit] svg, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue.cta-button-white[type=submit] svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme input.cta-button-darkblue.cta-button-white[type=submit] svg, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-darkblue.cta-button-white[type=submit] svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form input.cta-button-darkblue.cta-button-white[type=submit] svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue.cta-button-white[type=submit] svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button.cta-button-white svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form input.cta-button-white[type=submit] svg, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-white[type=submit] svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-white[type=submit] svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button.cta-button-darkblue svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form input.cta-button-darkblue[type=submit] svg, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-darkblue[type=submit] svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue[type=submit] svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button.cta-button-lightblue svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form input.cta-button-lightblue[type=submit] svg, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue[type=submit] svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue[type=submit] svg {
  fill: #fff;
}
.umcg-website-theme .button:hover, .umcg-website-theme form input[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input[type=submit]:hover, .umcg-website-theme .button:focus, .umcg-website-theme form input[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input[type=submit]:focus {
  background-color: #fff;
  color: rgb(0, 49, 131);
}
.umcg-website-theme .button:hover svg, .umcg-website-theme form input[type=submit]:hover svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button:hover svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input[type=submit]:hover svg, .umcg-website-theme .button:focus svg, .umcg-website-theme form input[type=submit]:focus svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button:focus svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input[type=submit]:focus svg {
  fill: rgb(0, 49, 131);
}
.umcg-website-theme .button .label + svg, .umcg-website-theme form input[type=submit] .label + svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button .label + svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input[type=submit] .label + svg {
  margin-left: 20px;
  margin-top: -2px;
  margin-right: -10px;
}
.umcg-website-theme .button.small-border-radius, .umcg-website-theme form input.small-border-radius[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button.small-border-radius, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.small-border-radius[type=submit] {
  border-radius: 5px;
}
.umcg-website-theme .button.button-secondary, .umcg-website-theme form input.button-secondary[type=submit], .umcg-website-theme .button.cta-button-lightblue, .umcg-website-theme form input.cta-button-lightblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button.button-secondary, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.button-secondary[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button.cta-button-lightblue, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue[type=submit] {
  background-color: rgb(0, 144, 195);
  color: #fff;
  border-color: rgb(0, 144, 195);
}
.umcg-website-theme .button.button-secondary:hover, .umcg-website-theme form input.button-secondary[type=submit]:hover, .umcg-website-theme .button.cta-button-lightblue:hover, .umcg-website-theme form input.cta-button-lightblue[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button.button-secondary:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.button-secondary[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button.cta-button-lightblue:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue[type=submit]:hover {
  background-color: #fff;
  color: #037da8;
}
.umcg-website-theme .button.button-secondary:hover svg, .umcg-website-theme form input.button-secondary[type=submit]:hover svg, .umcg-website-theme .button.cta-button-lightblue:hover svg, .umcg-website-theme form input.cta-button-lightblue[type=submit]:hover svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button.button-secondary:hover svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.button-secondary[type=submit]:hover svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button.cta-button-lightblue:hover svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue[type=submit]:hover svg {
  fill: rgb(0, 144, 195);
}
.umcg-website-theme .button.button-tetiary, .umcg-website-theme form input.button-tetiary[type=submit], .umcg-website-theme .button.cta-button-white, .umcg-website-theme form input.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button.button-tetiary, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.button-tetiary[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button.cta-button-white, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-white[type=submit] {
  background-color: #fff;
  color: rgb(0, 49, 131);
  border-color: transparent;
}
.umcg-website-theme .button.button-tetiary svg, .umcg-website-theme form input.button-tetiary[type=submit] svg, .umcg-website-theme .button.cta-button-white svg, .umcg-website-theme form input.cta-button-white[type=submit] svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button.button-tetiary svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.button-tetiary[type=submit] svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button.cta-button-white svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-white[type=submit] svg {
  fill: rgb(0, 49, 131);
}
.umcg-website-theme .button.button-tetiary:hover, .umcg-website-theme form input.button-tetiary[type=submit]:hover, .umcg-website-theme .button.cta-button-white:hover, .umcg-website-theme form input.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button.button-tetiary:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.button-tetiary[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-white[type=submit]:hover {
  background-color: rgb(0, 49, 131);
  color: #fff;
}
.umcg-website-theme .button.button-tetiary:hover svg, .umcg-website-theme form input.button-tetiary[type=submit]:hover svg, .umcg-website-theme .button.cta-button-white:hover svg, .umcg-website-theme form input.cta-button-white[type=submit]:hover svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button.button-tetiary:hover svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.button-tetiary[type=submit]:hover svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button.cta-button-white:hover svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-white[type=submit]:hover svg {
  fill: #fff;
}
.umcg-website-theme .button.button-quaternary, .umcg-website-theme form input.button-quaternary[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button.button-quaternary, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.button-quaternary[type=submit] {
  background-color: #e3eff8;
  color: rgb(0, 49, 131);
  border: 1px solid #e3eff8;
}
.umcg-website-theme .button.button-quaternary svg, .umcg-website-theme form input.button-quaternary[type=submit] svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button.button-quaternary svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.button-quaternary[type=submit] svg {
  fill: rgb(0, 49, 131);
}
.umcg-website-theme .button.button-quaternary:hover, .umcg-website-theme form input.button-quaternary[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button.button-quaternary:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.button-quaternary[type=submit]:hover {
  border-color: rgb(160, 202, 232);
}
.umcg-website-theme .button.button-quinary, .umcg-website-theme form input.button-quinary[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button.button-quinary, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.button-quinary[type=submit] {
  background-color: rgb(255, 125, 0);
  color: #000;
  border: 1px solid rgb(255, 125, 0);
}
.umcg-website-theme .button.button-quinary:hover, .umcg-website-theme form input.button-quinary[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button.button-quinary:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.button-quinary[type=submit]:hover {
  background-color: #fff;
}
.umcg-website-theme .button.button-primary.button-default:hover, .umcg-website-theme form input.button-primary.button-default[type=submit]:hover, .umcg-website-theme .button.button-default.cta-button-darkblue:hover, .umcg-website-theme form input.button-default.cta-button-darkblue[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button.button-primary.button-default:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.button-primary.button-default[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button.button-default.cta-button-darkblue:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.button-default.cta-button-darkblue[type=submit]:hover {
  color: rgb(0, 49, 131);
  background-color: #fff;
  border: 1px solid rgb(0, 49, 131);
}
.umcg-website-theme .button.cta-button-lightblue:hover, .umcg-website-theme form input.cta-button-lightblue[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button.cta-button-lightblue:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue[type=submit]:hover {
  color: rgb(0, 49, 131);
}
.umcg-website-theme .button.cta-button-white, .umcg-website-theme form input.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button.cta-button-white, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-white[type=submit] {
  border-color: rgb(0, 49, 131);
}
.umcg-website-theme form, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form {
  color: #121212;
  background-color: #e3eff8;
  padding: 2.5rem 2rem 0.5rem;
  border-radius: 5px;
  margin-bottom: 4.4rem;
}
.umcg-website-theme form .ddm-field, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .ddm-field {
  padding: 0 !important;
}
.umcg-website-theme form h1, .umcg-website-theme form.form h1, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form h1, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form.form h1 {
  font-size: 3.2rem !important;
  line-height: 1.2 !important;
  color: rgb(0, 49, 131) !important;
  margin: 0 0 2.4rem !important;
  padding: 0 !important;
}
.umcg-website-theme form select, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form select {
  display: block;
  font-size: 1.8rem !important;
  line-height: 1.5 !important;
  font-family: "Open Sans", sans-serif !important;
  color: rgb(0, 49, 131) !important;
  padding: 1rem 1rem 1.2rem 1.5rem !important;
  width: 100%;
  max-width: 100%;
  border: 1px solid #ccd6e6 !important;
  border-radius: 5px !important;
  -webkit-appearance: none !important;
     -moz-appearance: none !important;
          appearance: none !important;
  background-color: #fff !important;
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='19px' height='19px' viewBox='0 0 19 19' enable-background='new 0 0 19 19' xml:space='preserve'%3E%3Cg%3E%3Cpath fill='%23003183' d='M8.975,14.097L1.903,7.025c-0.586-0.585-0.586-1.536,0-2.121c0.586-0.586,1.536-0.586,2.122,0l6.01,6.01 l6.01-6.01c0.586-0.586,1.536-0.586,2.122,0c0.586,0.585,0.586,1.536,0,2.121l-7.071,7.071C10.51,14.682,9.561,14.682,8.975,14.097 z'/%3E%3C/g%3E%3C/svg%3E") !important;
  background-repeat: no-repeat, repeat !important;
  background-position: right 1.5rem top 50%, 0 0 !important;
  background-size: 0.65rem auto, 100% !important;
}
.umcg-website-theme form textarea, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form textarea,
.umcg-website-theme form input[type]:not([type=submit]):not([type=radio]):not([type=checkbox]),
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input[type]:not([type=submit]):not([type=radio]):not([type=checkbox]) {
  font-family: "Open Sans", sans-serif;
  border-radius: 5px !important;
  border: 1px solid #ccd6e6 !important;
  padding: 11px 15px !important;
  font-size: 1.8rem !important;
  line-height: 1.5 !important;
  width: 100%;
  margin-bottom: 1rem !important;
  height: auto !important;
}
.umcg-website-theme form textarea:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form textarea:focus,
.umcg-website-theme form input[type]:not([type=submit]):not([type=radio]):not([type=checkbox]):focus,
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input[type]:not([type=submit]):not([type=radio]):not([type=checkbox]):focus {
  outline: 0;
  border-color: #6683b5;
}
.umcg-website-theme form textarea::-webkit-input-placeholder, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form textarea::-webkit-input-placeholder, .umcg-website-theme form input[type]:not([type=submit]):not([type=radio]):not([type=checkbox])::-webkit-input-placeholder, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input[type]:not([type=submit]):not([type=radio]):not([type=checkbox])::-webkit-input-placeholder {
  font-family: "Open Sans", sans-serif;
  font-size: 1.8rem;
  line-height: 1.5;
  color: gray;
}
.umcg-website-theme form textarea::-moz-placeholder, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form textarea::-moz-placeholder, .umcg-website-theme form input[type]:not([type=submit]):not([type=radio]):not([type=checkbox])::-moz-placeholder, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input[type]:not([type=submit]):not([type=radio]):not([type=checkbox])::-moz-placeholder {
  font-family: "Open Sans", sans-serif;
  font-size: 1.8rem;
  line-height: 1.5;
  color: gray;
}
.umcg-website-theme form textarea:-ms-input-placeholder, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form textarea:-ms-input-placeholder, .umcg-website-theme form input[type]:not([type=submit]):not([type=radio]):not([type=checkbox]):-ms-input-placeholder, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input[type]:not([type=submit]):not([type=radio]):not([type=checkbox]):-ms-input-placeholder {
  font-family: "Open Sans", sans-serif;
  font-size: 1.8rem;
  line-height: 1.5;
  color: gray;
}
.umcg-website-theme form textarea::-ms-input-placeholder, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form textarea::-ms-input-placeholder, .umcg-website-theme form input[type]:not([type=submit]):not([type=radio]):not([type=checkbox])::-ms-input-placeholder, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input[type]:not([type=submit]):not([type=radio]):not([type=checkbox])::-ms-input-placeholder {
  font-family: "Open Sans", sans-serif;
  font-size: 1.8rem;
  line-height: 1.5;
  color: gray;
}
.umcg-website-theme form textarea::placeholder, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form textarea::placeholder,
.umcg-website-theme form input[type]:not([type=submit]):not([type=radio]):not([type=checkbox])::placeholder,
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input[type]:not([type=submit]):not([type=radio]):not([type=checkbox])::placeholder {
  font-family: "Open Sans", sans-serif;
  font-size: 1.8rem;
  line-height: 1.5;
  color: gray;
}
.umcg-website-theme form textarea.input-group-inset-after, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form textarea.input-group-inset-after,
.umcg-website-theme form input[type]:not([type=submit]):not([type=radio]):not([type=checkbox]).input-group-inset-after,
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input[type]:not([type=submit]):not([type=radio]):not([type=checkbox]).input-group-inset-after {
  padding-right: 4rem;
}
.umcg-website-theme form .has-error textarea, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .has-error textarea,
.umcg-website-theme form .has-error input[type]:not([type=submit]),
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .has-error input[type]:not([type=submit]) {
  border-color: rgb(239, 62, 34);
  color: rgb(239, 62, 34);
}
.umcg-website-theme form input[type=search]::-webkit-search-decoration, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input[type=search]::-webkit-search-decoration, .umcg-website-theme form input[type=search]::-webkit-search-cancel-button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input[type=search]::-webkit-search-cancel-button, .umcg-website-theme form input[type=search]::-webkit-search-results-button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input[type=search]::-webkit-search-results-button, .umcg-website-theme form input[type=search]::-webkit-search-results-decoration, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
}
.umcg-website-theme form label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form label {
  display: inline-block;
  font-size: 1.6rem;
  line-height: 1.5;
  color: rgb(0, 49, 131);
  margin: 0 0 1.3rem;
}
.umcg-website-theme form .input-group, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .input-group {
  position: relative;
}
.umcg-website-theme form .form-group, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .form-group {
  position: relative;
  margin-bottom: 2.8rem !important;
}
.umcg-website-theme form .form-group legend, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .form-group legend {
  display: block;
  font-size: 1.6rem;
  line-height: 1.5;
  color: #000;
  font-weight: bold;
  margin: 0 0 1.6rem;
}
.umcg-website-theme form .form-group .reference-mark::before, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .form-group .reference-mark::before {
  font-family: "iconfont";
  font-style: normal;
  font-weight: 400;
  content: "\ea03";
  position: relative;
  top: -0.5rem;
  font-family: "iconfont" !important;
  font-size: 10px;
  color: rgb(239, 62, 34);
}
.umcg-website-theme form .form-group .reference-mark svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .form-group .reference-mark svg {
  display: none;
}
.umcg-website-theme form .field-group-radio .field-group-item, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .field-group-radio .field-group-item {
  position: relative;
  margin-bottom: 1.3rem;
}
.umcg-website-theme form .field-group-radio .field-group-item label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .field-group-radio .field-group-item label {
  cursor: pointer;
}
.umcg-website-theme form .field-group-radio .field-group-item:last-child, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .field-group-radio .field-group-item:last-child {
  margin-bottom: 0;
}
.umcg-website-theme form .field-group-radio input, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .field-group-radio input {
  opacity: 0.01;
  width: 0;
  margin: 0;
}
.umcg-website-theme form .field-group-radio input:checked + label::after, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .field-group-radio input:checked + label::after {
  opacity: 1;
}
.umcg-website-theme form .field-group-radio input:checked + label::before, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .field-group-radio input:checked + label::before {
  border-color: rgb(0, 49, 131);
}
.umcg-website-theme form .field-group-radio label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .field-group-radio label {
  padding-left: 3.2rem;
  display: inline-block;
}
.umcg-website-theme form .field-group-radio label::before, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .field-group-radio label::before, .umcg-website-theme form .field-group-radio label::after, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .field-group-radio label::after {
  content: "" !important;
  display: block !important;
  position: absolute;
  border-radius: 50%;
  width: 22px;
  height: 22px;
  left: 0;
  top: 2px;
  background-color: #fff;
  border: 1px solid #ccd6e6;
  -webkit-transition: border-color 300ms;
  transition: border-color 300ms;
}
.umcg-website-theme form .field-group-radio label::after, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .field-group-radio label::after {
  width: 16px;
  height: 16px;
  left: 3px;
  top: 5px;
  border-color: transparent;
  background-color: rgb(0, 144, 195);
  opacity: 0;
  -webkit-transition: all 300ms;
  transition: all 300ms;
}
.umcg-website-theme form .custom-checkbox, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .custom-checkbox {
  margin-bottom: 0.8rem;
  margin-left: 0 !important;
  margin-right: 16px;
}
.umcg-website-theme form .custom-checkbox label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .custom-checkbox label {
  position: relative;
  margin-bottom: 0;
  cursor: pointer;
}
.umcg-website-theme form .custom-checkbox:last-child, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .custom-checkbox:last-child {
  margin-bottom: 0;
}
.umcg-website-theme form .custom-checkbox .custom-control-label-text, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .custom-checkbox .custom-control-label-text {
  font-size: 1.6rem !important;
  line-height: 1.5 !important;
  color: rgb(0, 49, 131) !important;
}
.umcg-website-theme form .custom-checkbox .custom-control-label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .custom-checkbox .custom-control-label {
  padding-left: 3.2rem !important;
  display: inline-block;
  font-size: 1.6rem !important;
  line-height: 1.5 !important;
}
.umcg-website-theme form .custom-checkbox .custom-control-label::before, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .custom-checkbox .custom-control-label::before {
  content: "" !important;
  display: block !important;
  position: absolute;
  border-radius: 3px;
  width: 22px;
  height: 22px;
  left: 0;
  top: 0;
  background-color: #fff !important;
  border: 1px solid #ccd6e6;
  -webkit-transition: border-color 300ms;
  transition: border-color 300ms;
}
.umcg-website-theme form .custom-checkbox .custom-control-label::after, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .custom-checkbox .custom-control-label::after {
  font-family: "iconfont";
  font-style: normal;
  font-weight: 400;
  content: "\ea05";
  display: block !important;
  position: absolute;
  width: 18px;
  height: 18px;
  border-radius: 3px;
  overflow: hidden;
  left: 2px;
  top: 2px;
  padding: 1px 0 0 1px;
  font-size: 10.5px;
  color: #fff;
  opacity: 0;
  -webkit-transition: all 300ms;
  transition: all 300ms;
}
.umcg-website-theme form .custom-checkbox input, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .custom-checkbox input {
  opacity: 0.01;
  width: 0;
  margin: 0;
}
.umcg-website-theme form .custom-checkbox input:checked + .custom-control-label::after, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .custom-checkbox input:checked + .custom-control-label::after {
  opacity: 1;
  background-color: rgb(0, 144, 195);
}
.umcg-website-theme form .custom-checkbox input:checked + .custom-control-label::before, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .custom-checkbox input:checked + .custom-control-label::before {
  border-color: rgb(0, 49, 131);
}
.umcg-website-theme form .custom-radio, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .custom-radio {
  display: block;
  margin-bottom: 0.8rem;
}
.umcg-website-theme form .custom-radio label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .custom-radio label {
  position: relative;
  margin-bottom: 0;
  cursor: pointer;
}
.umcg-website-theme form .custom-radio:last-child, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .custom-radio:last-child {
  margin-bottom: 0;
}
.umcg-website-theme form .custom-radio.custom-control-inline, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .custom-radio.custom-control-inline {
  margin-left: 0 !important;
}
.umcg-website-theme form .custom-radio .custom-control-label-text, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .custom-radio .custom-control-label-text {
  font-size: 1.6rem !important;
  line-height: 1.5 !important;
  color: rgb(0, 49, 131) !important;
}
.umcg-website-theme form .custom-radio .custom-control-label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .custom-radio .custom-control-label {
  padding-left: 2.8rem !important;
  display: inline-block !important;
  font-size: 1.6rem !important;
  line-height: 1.5 !important;
}
.umcg-website-theme form .custom-radio .custom-control-label::before, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .custom-radio .custom-control-label::before {
  content: "" !important;
  display: block !important;
  position: absolute;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  left: 0;
  top: 1px;
  background-color: #fff !important;
  border: 1px solid #ccd6e6 !important;
  -webkit-transition: border-color 300ms;
  transition: border-color 300ms;
}
.umcg-website-theme form .custom-radio .custom-control-label::after, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .custom-radio .custom-control-label::after {
  content: "" !important;
  display: block !important;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  overflow: hidden;
  left: 3px;
  top: 4px;
  background-color: rgb(0, 144, 195);
  opacity: 0;
  background-image: none !important;
  -webkit-transition: all 300ms;
  transition: all 300ms;
}
.umcg-website-theme form .custom-radio input, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .custom-radio input {
  opacity: 0.01 !important;
  width: 0 !important;
  margin: 0 !important;
}
.umcg-website-theme form .custom-radio input:checked + .custom-control-label::after, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .custom-radio input:checked + .custom-control-label::after {
  opacity: 1;
  background-color: rgb(0, 144, 195);
}
.umcg-website-theme form .custom-radio input:checked + .custom-control-label::before, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .custom-radio input:checked + .custom-control-label::before {
  border-color: rgb(0, 144, 195);
}
.umcg-website-theme form .input-group-inset-item .btn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .input-group-inset-item .btn {
  position: absolute;
  top: 3px !important;
  height: auto;
  width: auto;
  background-color: transparent;
  padding-left: 1.3rem;
  padding-right: 1.3rem;
  border: 0;
  border-radius: 0;
}
.umcg-website-theme form .input-group-inset-item .btn svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .input-group-inset-item .btn svg {
  display: none;
}
.umcg-website-theme form .input-group-inset-item-after .btn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .input-group-inset-item-after .btn {
  right: 0;
  padding-top: 1.3rem;
  cursor: pointer;
}
.umcg-website-theme form .input-group-inset-item-after .btn:hover::before, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .input-group-inset-item-after .btn:hover::before {
  color: rgb(255, 125, 0);
}
.umcg-website-theme form .date-picker-dropdown-toggle, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .date-picker-dropdown-toggle {
  padding: 1rem 1.3rem;
  top: 0.2rem;
}
.umcg-website-theme form .date-picker-dropdown-toggle::before, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .date-picker-dropdown-toggle::before {
  font-family: "iconfont";
  font-style: normal;
  font-weight: 400;
  content: "\ea06";
  position: relative;
  font-family: "iconfont" !important;
  font-size: 20px;
  color: rgb(0, 49, 131);
}
.umcg-website-theme form .form-text, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .form-text,
.umcg-website-theme form div[id^=_com_liferay_dynamic_data_mapping_form_web_portlet_DDMFormPortlet_INSTANCE_][id$=_fieldHelp],
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form div[id^=_com_liferay_dynamic_data_mapping_form_web_portlet_DDMFormPortlet_INSTANCE_][id$=_fieldHelp] {
  position: relative;
  display: block;
  color: #4d4d4d;
  font-size: 1.4rem;
  line-height: 1.47rem;
  margin-bottom: 1rem;
  margin-top: 0.4rem;
  padding-left: 0 !important;
}
.umcg-website-theme form .form-text::before, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .form-text::before,
.umcg-website-theme form div[id^=_com_liferay_dynamic_data_mapping_form_web_portlet_DDMFormPortlet_INSTANCE_][id$=_fieldHelp]::before,
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form div[id^=_com_liferay_dynamic_data_mapping_form_web_portlet_DDMFormPortlet_INSTANCE_][id$=_fieldHelp]::before {
  display: none;
}
.umcg-website-theme form .form-feedback-group, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .form-feedback-group {
  font-size: 1.6rem;
  line-height: 1.5;
  color: rgb(239, 62, 34);
}
.umcg-website-theme form .btn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .btn {
  background-color: rgb(0, 144, 195);
  border-color: rgb(0, 144, 195);
  color: #fff;
}
.umcg-website-theme form .btn svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .btn svg {
  display: none;
}
.umcg-website-theme form .btn.btn-primary, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .btn.btn-primary, .umcg-website-theme form .btn.btn-secondary, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .btn.btn-secondary {
  display: inline-block;
  margin-bottom: 1em;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 1.5;
  cursor: pointer;
  color: #fff;
  background-image: none;
  background-color: rgb(0, 49, 131);
  border: 1px solid rgb(0, 49, 131);
  padding: 1.1rem 3rem;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transition: 300ms ease-out;
  transition: 300ms ease-out;
  border-radius: 2.5rem;
  text-decoration: none;
}
.umcg-website-theme form .btn.btn-primary:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .btn.btn-primary:hover, .umcg-website-theme form .btn.btn-primary:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .btn.btn-primary:focus, .umcg-website-theme form .btn.btn-secondary:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .btn.btn-secondary:hover, .umcg-website-theme form .btn.btn-secondary:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .btn.btn-secondary:focus {
  background-color: #fff;
  color: rgb(0, 49, 131);
}
.umcg-website-theme form .btn.btn-secondary, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .btn.btn-secondary {
  background-color: rgb(0, 144, 195);
  border: 1px solid rgb(0, 144, 195);
  color: #fff;
}
.umcg-website-theme form .btn.lfr-ddm-form-pagination-next, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .btn.lfr-ddm-form-pagination-next {
  position: relative;
  padding-right: 5rem;
}
.umcg-website-theme form .btn.lfr-ddm-form-pagination-next::before, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .btn.lfr-ddm-form-pagination-next::before {
  font-family: "iconfont";
  font-style: normal;
  font-weight: 400;
  content: "\ea02";
  position: absolute;
  right: 2rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-family: "iconfont" !important;
  font-size: 16px;
  color: #fff;
  -webkit-transition: ease-in-out 150ms;
  transition: ease-in-out 150ms;
}
.umcg-website-theme form .btn:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .btn:hover {
  color: #037da8;
}
.umcg-website-theme form .btn:hover::before, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .btn:hover::before {
  color: #037da8;
}
.umcg-website-theme form .btn:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .btn:focus {
  color: #037da8;
}
.umcg-website-theme form .btn:focus::before, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .btn:focus::before {
  color: #037da8;
}
.umcg-website-theme form .btn.pull-center, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .btn.pull-center {
  margin-left: auto;
  margin-right: auto;
}
.umcg-website-theme form .lfr-ddm-form-page-title, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .lfr-ddm-form-page-title {
  font-size: 1.8rem !important;
  line-height: 1.45 !important;
  font-family: "Open Sans", sans-serif !important;
  color: #121212 !important;
  font-weight: bold !important;
  margin-bottom: 2rem !important;
}
.umcg-website-theme form .lfr-ddm-form-pagination-controls, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .lfr-ddm-form-pagination-controls {
  text-align: center;
  margin-bottom: 3.2rem;
}
.umcg-website-theme form .lfr-ddm-form-pagination-controls::after, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .lfr-ddm-form-pagination-controls::after {
  clear: both;
  content: " ";
  display: table;
  width: 100%;
}
.umcg-website-theme form .sr-only, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
}
.umcg-website-theme form .container-fluid, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .container-fluid {
  padding: 0;
}
.umcg-website-theme form .ddm-form-pagination, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .ddm-form-pagination {
  border-top: 1px solid #c6dff1;
  border-bottom: 1px solid #c6dff1;
  padding: 2rem 0 1rem;
  margin-bottom: 3rem;
}
.umcg-website-theme form .ddm-form-pagination .multi-step-indicator-label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .ddm-form-pagination .multi-step-indicator-label {
  font-size: 1.4rem !important;
  line-height: 1.5 !important;
  position: static !important;
  left: auto !important;
  overflow: visible !important;
  text-overflow: clip !important;
  white-space: normal !important;
  margin-bottom: 0 !important;
  margin-top: 0 !important;
  -webkit-transform: translateX(0%) !important;
          transform: translateX(0%) !important;
  text-align: center !important;
  max-width: none !important;
}
.umcg-website-theme form .ddm-form-pagination .multi-step-indicator, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .ddm-form-pagination .multi-step-indicator {
  width: auto !important;
}
.umcg-website-theme form .ddm-form-pagination .multi-step-icon, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .ddm-form-pagination .multi-step-icon {
  display: none;
}
.umcg-website-theme form .ddm-form-pagination .multi-step-nav, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .ddm-form-pagination .multi-step-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  list-style: none;
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
  counter-reset: multi-step-nav-counter;
  margin: 0 -0.5rem;
}
.umcg-website-theme form .ddm-form-pagination .multi-step-item, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .ddm-form-pagination .multi-step-item {
  counter-increment: multi-step-nav-counter;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 0.5rem !important;
  cursor: pointer;
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 1rem;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0px;
}
.umcg-website-theme form .ddm-form-pagination .multi-step-item::before, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .ddm-form-pagination .multi-step-item::before {
  content: counter(multi-step-nav-counter);
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background-color: #fff;
  color: #121212;
  text-align: center;
  line-height: 42px;
  font-weight: bold;
  font-size: 1.8rem;
  margin-bottom: 0.5rem;
}
.umcg-website-theme form .ddm-form-pagination .multi-step-item.active::before, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .ddm-form-pagination .multi-step-item.active::before {
  background-color: rgb(0, 144, 195);
  color: #fff;
}
.umcg-website-theme form .table-responsive, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .table-responsive {
  overflow-x: auto;
}
.umcg-website-theme form .table-responsive table, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .table-responsive table {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.5) !important;
  margin-bottom: 1.6rem;
}
.umcg-website-theme form .table-responsive table th, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .table-responsive table th,
.umcg-website-theme form .table-responsive table td,
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .table-responsive table td {
  background-color: transparent !important;
  text-align: center;
  border: 0 !important;
  border-bottom: 1px solid #c6dff1 !important;
  padding: 1rem 1rem 0.8rem;
}
.umcg-website-theme form .table-responsive table th, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .table-responsive table th {
  color: rgb(0, 49, 131);
  font-size: 1.6rem;
  line-height: 1.5;
}
.umcg-website-theme form .table-responsive table tr:last-child th, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .table-responsive table tr:last-child th,
.umcg-website-theme form .table-responsive table tr:last-child td,
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .table-responsive table tr:last-child td {
  border-bottom: 0 !important;
}
.umcg-website-theme form .table-responsive table tr:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .table-responsive table tr:hover {
  background-color: transparent !important;
}
.umcg-website-theme form .table-responsive table tr td:first-child, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .table-responsive table tr td:first-child {
  text-align: left;
}
.umcg-website-theme form .table-responsive table thead tr:last-child th, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .table-responsive table thead tr:last-child th,
.umcg-website-theme form .table-responsive table thead tr:last-child td,
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .table-responsive table thead tr:last-child td {
  border-bottom: 1px solid #c6dff1 !important;
}
.umcg-website-theme form .table-responsive table .custom-radio, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .table-responsive table .custom-radio,
.umcg-website-theme form .table-responsive table .custom-checkbox,
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .table-responsive table .custom-checkbox {
  display: inline-block !important;
}
.umcg-website-theme form .table-responsive .table-responsive, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .table-responsive .table-responsive {
  overflow: visible;
}
.umcg-website-theme form .form-builder-select-field, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .form-builder-select-field {
  display: block;
  font-size: 1.8rem;
  line-height: 1.5;
  font-family: "Open Sans", sans-serif;
  color: rgb(0, 49, 131);
  padding: 0 !important;
  width: 100% !important;
  max-width: 52rem;
  height: 5rem;
  border: 0;
  border-radius: 5px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.umcg-website-theme form .select-field-trigger, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .select-field-trigger {
  height: 50px !important;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='19px' height='19px' viewBox='0 0 19 19' enable-background='new 0 0 19 19' xml:space='preserve'%3E%3Cg%3E%3Cpath fill='%23003183' d='M8.975,14.097L1.903,7.025c-0.586-0.585-0.586-1.536,0-2.121c0.586-0.586,1.536-0.586,2.122,0l6.01,6.01 l6.01-6.01c0.586-0.586,1.536-0.586,2.122,0c0.586,0.585,0.586,1.536,0,2.121l-7.071,7.071C10.51,14.682,9.561,14.682,8.975,14.097 z'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat, repeat;
  background-position: right 1.5rem top 50%, 0 0;
  background-size: 1rem auto, 100%;
  padding: 0 !important;
  width: 100% !important;
}
.umcg-website-theme form .select-field-trigger svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .select-field-trigger svg {
  display: none;
}
.umcg-website-theme form .form-builder-select-field, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .form-builder-select-field {
  margin-bottom: 1rem;
}
.umcg-website-theme form .results-chosen.select-field-trigger, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .results-chosen.select-field-trigger {
  position: relative;
  top: 2px;
  padding-right: 4rem !important;
  border: 0 !important;
  border: 1px solid #ccd6e6 !important;
  border-radius: 5px !important;
  color: rgb(0, 49, 131) !important;
}
.umcg-website-theme form .results-chosen.select-field-trigger .option-selected-placeholder, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .results-chosen.select-field-trigger .option-selected-placeholder,
.umcg-website-theme form .results-chosen.select-field-trigger .option-selected,
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .results-chosen.select-field-trigger .option-selected {
  font-size: 1.8rem;
  line-height: 1.5;
  padding: 1rem 1rem 1.2rem 1.5rem;
  color: rgb(0, 49, 131) !important;
}
.umcg-website-theme form .liferay-ddm-form-field-document-library .input-group, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .liferay-ddm-form-field-document-library .input-group {
  position: relative;
}
.umcg-website-theme form .liferay-ddm-form-field-document-library .input-group .input-group-item .select-button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .liferay-ddm-form-field-document-library .input-group .input-group-item .select-button,
.umcg-website-theme form .liferay-ddm-form-field-document-library .input-group .input-group-item .btn-secondary,
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .liferay-ddm-form-field-document-library .input-group .input-group-item .btn-secondary {
  position: absolute;
  right: 0.8rem;
  top: 0.8rem;
  border-radius: 5px !important;
  border: 1px solid #b3c1da;
  background: #e3eff8;
  color: rgb(0, 49, 131);
  font-size: 1.8rem;
  line-height: 1.5;
  padding: 1.1rem 1.6rem 1.1rem;
  height: auto !important;
}
.umcg-website-theme form .liferay-ddm-form-field-document-library .input-group .input-group-item .select-button:disabled, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .liferay-ddm-form-field-document-library .input-group .input-group-item .select-button:disabled,
.umcg-website-theme form .liferay-ddm-form-field-document-library .input-group .input-group-item .btn-secondary:disabled,
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .liferay-ddm-form-field-document-library .input-group .input-group-item .btn-secondary:disabled {
  opacity: 0.5;
}
.umcg-website-theme form .liferay-ddm-form-field-document-library .input-group .input-group-item input[type=text], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .liferay-ddm-form-field-document-library .input-group .input-group-item input[type=text] {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}
.umcg-website-theme form .field-group-radio .field-group-item, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .field-group-radio .field-group-item {
  position: relative;
  margin-bottom: 1.3rem;
}
.umcg-website-theme form .field-group-radio .field-group-item label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .field-group-radio .field-group-item label {
  cursor: pointer;
}
.umcg-website-theme form .field-group-radio .field-group-item:last-child, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .field-group-radio .field-group-item:last-child {
  margin-bottom: 0;
}
.umcg-website-theme form .field-group-radio input, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .field-group-radio input {
  opacity: 0.01;
  width: 0;
  margin: 0;
}
.umcg-website-theme form .field-group-radio input:checked + label::after, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .field-group-radio input:checked + label::after {
  opacity: 1;
}
.umcg-website-theme form .field-group-radio input:checked + label::before, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .field-group-radio input:checked + label::before {
  border-color: rgb(0, 49, 131);
}
.umcg-website-theme form .field-group-radio label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .field-group-radio label {
  padding-left: 3rem;
  display: inline-block;
}
.umcg-website-theme form .field-group-radio label::before, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .field-group-radio label::before, .umcg-website-theme form .field-group-radio label::after, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .field-group-radio label::after {
  content: "";
  display: block;
  position: absolute;
  border-radius: 50%;
  width: 22px;
  height: 22px;
  left: 0;
  top: 2px;
  background-color: #fff;
  border: 1px solid #ccd6e6;
  -webkit-transition: border-color 300ms;
  transition: border-color 300ms;
}
.umcg-website-theme form .field-group-radio label::after, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .field-group-radio label::after {
  width: 16px;
  height: 16px;
  left: 3px;
  top: 5px;
  border-color: transparent;
  background-color: rgb(0, 144, 195);
  opacity: 0;
  -webkit-transition: all 300ms;
  transition: all 300ms;
}
.umcg-website-theme form .field-group-checkbox .field-group-item, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .field-group-checkbox .field-group-item {
  position: relative;
  margin-bottom: 1.3rem;
}
.umcg-website-theme form .field-group-checkbox .field-group-item label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .field-group-checkbox .field-group-item label {
  cursor: pointer;
}
.umcg-website-theme form .field-group-checkbox .field-group-item:last-child, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .field-group-checkbox .field-group-item:last-child {
  margin-bottom: 0;
}
.umcg-website-theme form .field-group-checkbox input, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .field-group-checkbox input {
  opacity: 0.01;
  width: 0;
  margin: 0;
}
.umcg-website-theme form .field-group-checkbox input:checked + label::after, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .field-group-checkbox input:checked + label::after {
  opacity: 1;
  background-color: rgb(0, 144, 195);
}
.umcg-website-theme form .field-group-checkbox input:checked + label::before, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .field-group-checkbox input:checked + label::before {
  border-color: rgb(0, 49, 131);
}
.umcg-website-theme form .field-group-checkbox label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .field-group-checkbox label {
  padding-left: 3rem;
  display: inline-block;
}
.umcg-website-theme form .field-group-checkbox label::before, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .field-group-checkbox label::before, .umcg-website-theme form .field-group-checkbox label::after, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .field-group-checkbox label::after {
  content: "";
  display: block;
  position: absolute;
  border-radius: 3px;
  width: 22px;
  height: 22px;
  left: 0;
  top: 2px;
  background-color: #fff;
  border: 1px solid #ccd6e6;
  -webkit-transition: border-color 300ms;
  transition: border-color 300ms;
}
.umcg-website-theme form .field-group-checkbox label::after, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .field-group-checkbox label::after {
  font-family: "iconfont";
  font-style: normal;
  font-weight: 400;
  content: "\ea05";
  width: 18px;
  height: 18px;
  border-radius: 3px;
  overflow: hidden;
  left: 2px;
  top: 4px;
  padding: 1px 0 0 1px;
  font-size: 10.5px;
  color: #fff;
  opacity: 0;
  -webkit-transition: all 300ms;
  transition: all 300ms;
}
.umcg-website-theme form .group, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .group {
  margin-bottom: 3.2rem;
}
@media all and (min-width: 768px) {
  .umcg-website-theme form .ddm-form-pagination .multi-step-nav, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .ddm-form-pagination .multi-step-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media all and (min-width: 992px) {
  .umcg-website-theme form, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form {
    padding: 3rem 5rem;
  }
}
@media print {
  .umcg-website-theme form, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form {
    display: none;
  }
}
.umcg-website-theme .navbar-nav form, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .navbar-nav form {
  padding: 0 !important;
}
@media all and (min-width: 768px) {
  .umcg-website-theme .navbar-nav form, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .navbar-nav form {
    padding: 0 !important;
  }
}
@media all and (min-width: 992px) {
  .umcg-website-theme .navbar-nav form, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .navbar-nav form {
    padding: 0 !important;
  }
}
.umcg-website-theme .dropdown-menu, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .dropdown-menu {
  width: 100%;
  max-width: 52rem;
  border: 1px solid rgb(0, 49, 131) !important;
  padding: 0 !important;
}
.umcg-website-theme .dropdown-menu .list-unstyled, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .dropdown-menu .list-unstyled {
  width: 100%;
  max-width: 52rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 8px 20px 16px;
  background: #fff;
  border: 1px solid #fff;
  border-radius: 5px;
}
.umcg-website-theme .dropdown-menu select, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .dropdown-menu select {
  display: block;
  height: auto !important;
  font-size: 1.8rem !important;
  line-height: 1.5 !important;
  font-family: "Open Sans", sans-serif !important;
  color: rgb(0, 49, 131) !important;
  padding: 1rem 3rem 1.2rem 1.5rem !important;
  width: 100%;
  max-width: 100%;
  border: 1px solid #ccd6e6 !important;
  border-radius: 5px !important;
  -webkit-appearance: none !important;
     -moz-appearance: none !important;
          appearance: none !important;
  background-color: #fff !important;
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='19px' height='19px' viewBox='0 0 19 19' enable-background='new 0 0 19 19' xml:space='preserve'%3E%3Cg%3E%3Cpath fill='%23003183' d='M8.975,14.097L1.903,7.025c-0.586-0.585-0.586-1.536,0-2.121c0.586-0.586,1.536-0.586,2.122,0l6.01,6.01 l6.01-6.01c0.586-0.586,1.536-0.586,2.122,0c0.586,0.585,0.586,1.536,0,2.121l-7.071,7.071C10.51,14.682,9.561,14.682,8.975,14.097 z'/%3E%3C/g%3E%3C/svg%3E") !important;
  background-repeat: no-repeat, repeat !important;
  background-position: right 1.5rem top 50%, 0 0 !important;
  background-size: 0.65rem auto, 100% !important;
}
.umcg-website-theme .dropdown-menu .date-picker-day abbr, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .dropdown-menu .date-picker-day abbr {
  font-size: 1.31rem !important;
  line-height: 1.5 !important;
}
.umcg-website-theme .dropdown-menu li, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .dropdown-menu li {
  width: 100%;
}
.umcg-website-theme .dropdown-menu li button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .dropdown-menu li button {
  border-bottom: 1px solid #c6dff1 !important;
}
.umcg-website-theme .dropdown-menu li:last-child button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .dropdown-menu li:last-child button {
  border-bottom: 0 !important;
}
.umcg-website-theme .dropdown-menu button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .dropdown-menu button {
  position: relative;
  padding: 0.8rem 0 0.9rem;
  font-size: 1.8rem;
  line-height: 1.5;
  color: rgb(0, 49, 131) !important;
  height: auto !important;
}
.umcg-website-theme .dropdown-menu button:active, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .dropdown-menu button:active {
  background-color: #ebeff5 !important;
}
.umcg-website-theme .dropdown-menu button.date-picker-calendar-item, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .dropdown-menu button.date-picker-calendar-item {
  padding: 0.6rem !important;
  width: 30px !important;
  font-size: 1.31rem !important;
  line-height: 1.5 !important;
}
.umcg-website-theme .dropdown-menu button.date-picker-calendar-item.active, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .dropdown-menu button.date-picker-calendar-item.active, .umcg-website-theme .dropdown-menu button.date-picker-calendar-item:active, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .dropdown-menu button.date-picker-calendar-item:active {
  background-color: #e6eaf3 !important;
}
.umcg-website-theme .dropdown-menu form, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .dropdown-menu form {
  padding: 2rem !important;
}
.umcg-website-theme .dropdown-menu .text-muted, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .dropdown-menu .text-muted {
  font-size: 1.6rem;
  line-height: 1.5;
}
@media all and (min-width: 768px) {
  .umcg-website-theme .dropdown-menu form, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .dropdown-menu form {
    padding: 2rem !important;
  }
}
@media all and (min-width: 992px) {
  .umcg-website-theme .dropdown-menu form, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .dropdown-menu form {
    padding: 2rem !important;
  }
}
.umcg-website-theme .portlet-forms form, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .portlet-forms form {
  padding: 2.5rem 2rem 0.5rem !important;
}
@media all and (min-width: 992px) {
  .umcg-website-theme .portlet-forms form, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .portlet-forms form {
    padding: 3rem 5rem !important;
  }
}
.umcg-website-theme .portlet-forms form table, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .portlet-forms form table {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.5) !important;
  margin-bottom: 1.6rem;
}
.umcg-website-theme .portlet-forms form table th, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .portlet-forms form table th,
.umcg-website-theme .portlet-forms form table td,
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .portlet-forms form table td {
  background-color: transparent !important;
  text-align: center;
  border-top: 1px solid #c6dff1;
  border-bottom: 1px solid #c6dff1;
  border-right: 1px solid #c6dff1;
}
.umcg-website-theme .portlet-forms form table th[scope=col], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .portlet-forms form table th[scope=col], .umcg-website-theme .portlet-forms form table th[scope=row], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .portlet-forms form table th[scope=row],
.umcg-website-theme .portlet-forms form table td[scope=col],
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .portlet-forms form table td[scope=col],
.umcg-website-theme .portlet-forms form table td[scope=row],
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .portlet-forms form table td[scope=row] {
  font-weight: bold;
}
.umcg-website-theme .portlet-forms form table th[scope=col], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .portlet-forms form table th[scope=col],
.umcg-website-theme .portlet-forms form table td[scope=col],
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .portlet-forms form table td[scope=col] {
  color: rgb(0, 49, 131);
}
.umcg-website-theme .portlet-forms form table tr:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .portlet-forms form table tr:hover {
  background-color: transparent !important;
}
.umcg-website-theme .portlet-forms form table thead, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .portlet-forms form table thead {
  background-color: transparent;
}
.umcg-website-theme .portlet-forms form table thead tr th, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .portlet-forms form table thead tr th {
  color: rgb(0, 49, 131);
}
.umcg-website-theme .portlet-forms form table tbody, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .portlet-forms form table tbody {
  background-color: transparent;
}
.umcg-website-theme .portlet-forms form table caption, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .portlet-forms form table caption {
  margin-top: 0.5rem;
  text-align: left;
  margin-bottom: 2rem;
}
@media all and (min-width: 768px) {
  .umcg-website-theme .portlet-forms form table, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .portlet-forms form table {
    overflow-x: visible;
  }
}
.umcg-website-theme form.form .custom-control-label-text,
.umcg-website-theme form.form .lfr-ddm-form-container .lfr-ddm-form-page-title,
.umcg-website-theme form.form .lfr-ddm-form-container .lfr-ddm-form-page-description,
.umcg-website-theme form.form .lfr-ddm-form-container .lfr-ddm-form-page,
.umcg-website-theme form.form .liferay-ddm-form-field-paragraph,
.umcg-website-theme form.form .liferay-ddm-form-field-paragraph-text,
.umcg-website-theme form.form .lfr-ddm__default-page-header .lfr-ddm__default-page-header-description, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form.form .custom-control-label-text,
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form.form .lfr-ddm-form-container .lfr-ddm-form-page-title,
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form.form .lfr-ddm-form-container .lfr-ddm-form-page-description,
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form.form .lfr-ddm-form-container .lfr-ddm-form-page,
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form.form .liferay-ddm-form-field-paragraph,
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form.form .liferay-ddm-form-field-paragraph-text,
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form.form .lfr-ddm__default-page-header .lfr-ddm__default-page-header-description {
  margin: 0;
  padding: 0;
  border: 0;
  line-height: normal;
  height: auto;
  font: inherit;
  vertical-align: baseline;
  color: #121212;
  font-size: 1em;
  position: relative;
}
.umcg-website-theme form.form .container-fluid-1280, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form.form .container-fluid-1280 {
  padding-left: 0;
  padding-right: 0;
}
.umcg-website-theme form.form .form-control:not(textarea), .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form.form .form-control:not(textarea),
.umcg-website-theme form.form .custom-select,
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form.form .custom-select,
.umcg-website-theme form.form .select-button,
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form.form .select-button {
  height: 4.175rem;
}
.umcg-website-theme form.form .lfr-ddm-form-container .lfr-ddm-form-page-description, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form.form .lfr-ddm-form-container .lfr-ddm-form-page-description {
  margin-bottom: 1em;
}
.umcg-website-theme form.form .lfr-ddm__default-page-header, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form.form .lfr-ddm__default-page-header {
  margin-bottom: 1em;
}
.umcg-website-theme form.form .lfr-ddm__default-page-header .lfr-ddm__default-page-header-line, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form.form .lfr-ddm__default-page-header .lfr-ddm__default-page-header-line {
  display: none;
}
.umcg-website-theme form.form .lfr-ddm__default-page-header-title, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form.form .lfr-ddm__default-page-header-title {
  font-family: "CaspariWT", sans-serif;
  color: #6c757d;
  margin: 0;
  word-wrap: break-word;
  font-size: 3.2rem;
  padding: 4rem 0 0 0;
  font-weight: 300;
}
.umcg-website-theme form.form .lfr-ddm-form-page-title .text-secondary, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form.form .lfr-ddm-form-page-title .text-secondary {
  display: none;
}
.umcg-website-theme form.form .ddm-row .ddm-field-container.ddm-target, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form.form .ddm-row .ddm-field-container.ddm-target {
  padding: 0;
}
.umcg-website-theme form.form .custom-checkbox .custom-control-input:checked ~ .custom-control-label::after, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form.form .custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: none;
}
.umcg-website-theme form.form .custom-control-label:before, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form.form .custom-control-label:before, .umcg-website-theme form.form .custom-control-label:after, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form.form .custom-control-label:after {
  display: none;
}
.umcg-website-theme form.form .custom-control-input, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form.form .custom-control-input,
.umcg-website-theme form.form .custom-control-label,
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form.form .custom-control-label {
  font-size: 1em;
  margin: 0;
  padding: 0;
  border: 0;
  height: auto;
  line-height: normal;
  position: relative;
}
.umcg-website-theme form.form .custom-control-input input, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form.form .custom-control-input input,
.umcg-website-theme form.form .custom-control-label input,
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form.form .custom-control-label input {
  margin: 3px 0.5ex;
}
.umcg-website-theme form.form .dropdown-toggle, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form.form .dropdown-toggle {
  width: auto;
}
.umcg-website-theme form.form .form-control, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form.form .form-control {
  display: inline-block;
}
.umcg-website-theme form.form span.label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form.form span.label {
  padding: 0.6em;
  display: inline-block;
}
.umcg-website-theme form.form .ddm-form-builder-app .lfr-ddm-form-page > .row, .umcg-website-theme form.form .ddm-form-builder-app .lfr-ddm-form-page > .umcg-search-results, .umcg-website-theme form.form .ddm-form-builder-app .lfr-ddm-form-page > .portlet-search-bar, .umcg-website-theme form.form .ddm-form-builder-app .portlet-content .portlet-body .lfr-ddm-form-page > .portlet-forms, .umcg-website-theme .portlet-content .portlet-body form.form .ddm-form-builder-app .lfr-ddm-form-page > .portlet-forms, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form.form .ddm-form-builder-app .lfr-ddm-form-page > .row, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form.form .ddm-form-builder-app .lfr-ddm-form-page > .umcg-search-results, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form.form .ddm-form-builder-app .lfr-ddm-form-page > .portlet-search-bar, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form.form .ddm-form-builder-app .portlet-content .portlet-body .lfr-ddm-form-page > .portlet-forms, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .portlet-content .portlet-body form.form .ddm-form-builder-app .lfr-ddm-form-page > .portlet-forms {
  margin-right: -25px;
  margin-left: -25px;
}
.umcg-website-theme form.form .form-control-sm, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form.form .form-control-sm {
  height: auto;
}
.umcg-website-theme form.form .form-builder-select-field .multiple-label-list li, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form.form .form-builder-select-field .multiple-label-list li {
  font-size: inherit;
  margin: 0;
}
.umcg-website-theme form.form .input-group-inset-item-after .btn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form.form .input-group-inset-item-after .btn {
  line-height: inherit;
  padding-bottom: 0.5rem;
  background-color: transparent;
}
.umcg-website-theme form.form .input-group-inset-item-after .btn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form.form .input-group-inset-item-after .btn,
.umcg-website-theme form.form .input-group-inset-item-after .button,
.umcg-website-theme form.form .input-group-inset-item-after input[type=submit],
.umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form.form .input-group-inset-item-after input[type=submit],
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form.form .input-group-inset-item-after input[type=submit],
.umcg-website-theme form.form .input-group-inset-item-after input.cta-button-lightblue[type=submit],
.umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form.form .input-group-inset-item-after input.cta-button-lightblue[type=submit],
.umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form.form .input-group-inset-item-after .umcg-website-theme input.cta-button-lightblue[type=submit],
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form.form .input-group-inset-item-after .umcg-website-theme input.cta-button-lightblue[type=submit],
.umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form.form .umcg-website-theme .input-group-inset-item-after input.cta-button-lightblue[type=submit],
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form.form .umcg-website-theme .input-group-inset-item-after input.cta-button-lightblue[type=submit],
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form.form .input-group-inset-item-after input.cta-button-lightblue[type=submit],
.umcg-website-theme form.form .input-group-inset-item-after .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue[type=submit],
.umcg-website-theme form.form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .input-group-inset-item-after input.cta-button-lightblue[type=submit],
.umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form.form .input-group-inset-item-after input.cta-button-lightblue[type=submit],
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form.form .input-group-inset-item-after input.cta-button-lightblue[type=submit],
.umcg-website-theme form.form .input-group-inset-item-after input.cta-button-darkblue[type=submit],
.umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form.form .input-group-inset-item-after input.cta-button-darkblue[type=submit],
.umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form.form .input-group-inset-item-after .umcg-website-theme input.cta-button-darkblue[type=submit],
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form.form .input-group-inset-item-after .umcg-website-theme input.cta-button-darkblue[type=submit],
.umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form.form .umcg-website-theme .input-group-inset-item-after input.cta-button-darkblue[type=submit],
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form.form .umcg-website-theme .input-group-inset-item-after input.cta-button-darkblue[type=submit],
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form.form .input-group-inset-item-after input.cta-button-darkblue[type=submit],
.umcg-website-theme form.form .input-group-inset-item-after .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-darkblue[type=submit],
.umcg-website-theme form.form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .input-group-inset-item-after input.cta-button-darkblue[type=submit],
.umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form.form .input-group-inset-item-after input.cta-button-darkblue[type=submit],
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form.form .input-group-inset-item-after input.cta-button-darkblue[type=submit],
.umcg-website-theme form.form .input-group-inset-item-after input.cta-button-lightblue.cta-button-darkblue[type=submit],
.umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form.form .input-group-inset-item-after input.cta-button-lightblue.cta-button-darkblue[type=submit],
.umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form.form .input-group-inset-item-after .umcg-website-theme input.cta-button-lightblue.cta-button-darkblue[type=submit],
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form.form .input-group-inset-item-after .umcg-website-theme input.cta-button-lightblue.cta-button-darkblue[type=submit],
.umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form.form .umcg-website-theme .input-group-inset-item-after input.cta-button-lightblue.cta-button-darkblue[type=submit],
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form.form .umcg-website-theme .input-group-inset-item-after input.cta-button-lightblue.cta-button-darkblue[type=submit],
.umcg-website-theme form.form .input-group-inset-item-after .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue.cta-button-darkblue[type=submit],
.umcg-website-theme form.form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .input-group-inset-item-after input.cta-button-lightblue.cta-button-darkblue[type=submit],
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form.form .input-group-inset-item-after input.cta-button-lightblue.cta-button-darkblue[type=submit],
.umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form.form .input-group-inset-item-after input.cta-button-lightblue.cta-button-darkblue[type=submit],
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form.form .input-group-inset-item-after input.cta-button-lightblue.cta-button-darkblue[type=submit],
.umcg-website-theme form.form .input-group-inset-item-after input.cta-button-white[type=submit],
.umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form.form .input-group-inset-item-after input.cta-button-white[type=submit],
.umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form.form .input-group-inset-item-after .umcg-website-theme input.cta-button-white[type=submit],
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form.form .input-group-inset-item-after .umcg-website-theme input.cta-button-white[type=submit],
.umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form.form .umcg-website-theme .input-group-inset-item-after input.cta-button-white[type=submit],
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form.form .umcg-website-theme .input-group-inset-item-after input.cta-button-white[type=submit],
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form.form .input-group-inset-item-after input.cta-button-white[type=submit],
.umcg-website-theme form.form .input-group-inset-item-after .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-white[type=submit],
.umcg-website-theme form.form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .input-group-inset-item-after input.cta-button-white[type=submit],
.umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form.form .input-group-inset-item-after input.cta-button-white[type=submit],
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form.form .input-group-inset-item-after input.cta-button-white[type=submit],
.umcg-website-theme form.form .input-group-inset-item-after input.cta-button-lightblue.cta-button-white[type=submit],
.umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form.form .input-group-inset-item-after input.cta-button-lightblue.cta-button-white[type=submit],
.umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form.form .input-group-inset-item-after .umcg-website-theme input.cta-button-lightblue.cta-button-white[type=submit],
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form.form .input-group-inset-item-after .umcg-website-theme input.cta-button-lightblue.cta-button-white[type=submit],
.umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form.form .umcg-website-theme .input-group-inset-item-after input.cta-button-lightblue.cta-button-white[type=submit],
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form.form .umcg-website-theme .input-group-inset-item-after input.cta-button-lightblue.cta-button-white[type=submit],
.umcg-website-theme form.form .input-group-inset-item-after .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue.cta-button-white[type=submit],
.umcg-website-theme form.form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .input-group-inset-item-after input.cta-button-lightblue.cta-button-white[type=submit],
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form.form .input-group-inset-item-after input.cta-button-lightblue.cta-button-white[type=submit],
.umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form.form .input-group-inset-item-after input.cta-button-lightblue.cta-button-white[type=submit],
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form.form .input-group-inset-item-after input.cta-button-lightblue.cta-button-white[type=submit],
.umcg-website-theme form.form .input-group-inset-item-after input.cta-button-darkblue.cta-button-white[type=submit],
.umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form.form .input-group-inset-item-after input.cta-button-darkblue.cta-button-white[type=submit],
.umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form.form .input-group-inset-item-after .umcg-website-theme input.cta-button-darkblue.cta-button-white[type=submit],
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form.form .input-group-inset-item-after .umcg-website-theme input.cta-button-darkblue.cta-button-white[type=submit],
.umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form.form .umcg-website-theme .input-group-inset-item-after input.cta-button-darkblue.cta-button-white[type=submit],
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form.form .umcg-website-theme .input-group-inset-item-after input.cta-button-darkblue.cta-button-white[type=submit],
.umcg-website-theme form.form .input-group-inset-item-after .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-darkblue.cta-button-white[type=submit],
.umcg-website-theme form.form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .input-group-inset-item-after input.cta-button-darkblue.cta-button-white[type=submit],
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form.form .input-group-inset-item-after input.cta-button-darkblue.cta-button-white[type=submit],
.umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form.form .input-group-inset-item-after input.cta-button-darkblue.cta-button-white[type=submit],
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form.form .input-group-inset-item-after input.cta-button-darkblue.cta-button-white[type=submit],
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form.form .input-group-inset-item-after .button,
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form.form .input-group-inset-item-after input[type=submit],
.umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form.form .input-group-inset-item-after input[type=submit],
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form.form .input-group-inset-item-after input[type=submit],
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form.form .input-group-inset-item-after input.cta-button-lightblue[type=submit],
.umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form.form .input-group-inset-item-after input.cta-button-lightblue[type=submit],
.umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form.form .input-group-inset-item-after input.cta-button-lightblue[type=submit],
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form.form .input-group-inset-item-after .umcg-website-theme input.cta-button-lightblue[type=submit],
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form.form .umcg-website-theme .input-group-inset-item-after input.cta-button-lightblue[type=submit],
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form.form .input-group-inset-item-after input.cta-button-lightblue[type=submit],
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form.form .input-group-inset-item-after .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue[type=submit],
.umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form.form .input-group-inset-item-after .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue[type=submit],
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form.form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .input-group-inset-item-after input.cta-button-lightblue[type=submit],
.umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form.form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .input-group-inset-item-after input.cta-button-lightblue[type=submit],
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form.form .input-group-inset-item-after input.cta-button-lightblue[type=submit],
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form.form .input-group-inset-item-after input.cta-button-darkblue[type=submit],
.umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form.form .input-group-inset-item-after input.cta-button-darkblue[type=submit],
.umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form.form .input-group-inset-item-after input.cta-button-darkblue[type=submit],
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form.form .input-group-inset-item-after .umcg-website-theme input.cta-button-darkblue[type=submit],
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form.form .umcg-website-theme .input-group-inset-item-after input.cta-button-darkblue[type=submit],
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form.form .input-group-inset-item-after input.cta-button-darkblue[type=submit],
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form.form .input-group-inset-item-after .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-darkblue[type=submit],
.umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form.form .input-group-inset-item-after .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-darkblue[type=submit],
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form.form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .input-group-inset-item-after input.cta-button-darkblue[type=submit],
.umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form.form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .input-group-inset-item-after input.cta-button-darkblue[type=submit],
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form.form .input-group-inset-item-after input.cta-button-darkblue[type=submit],
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form.form .input-group-inset-item-after input.cta-button-lightblue.cta-button-darkblue[type=submit],
.umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form.form .input-group-inset-item-after input.cta-button-lightblue.cta-button-darkblue[type=submit],
.umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form.form .input-group-inset-item-after input.cta-button-lightblue.cta-button-darkblue[type=submit],
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form.form .input-group-inset-item-after .umcg-website-theme input.cta-button-lightblue.cta-button-darkblue[type=submit],
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form.form .umcg-website-theme .input-group-inset-item-after input.cta-button-lightblue.cta-button-darkblue[type=submit],
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form.form .input-group-inset-item-after .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue.cta-button-darkblue[type=submit],
.umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form.form .input-group-inset-item-after .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue.cta-button-darkblue[type=submit],
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form.form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .input-group-inset-item-after input.cta-button-lightblue.cta-button-darkblue[type=submit],
.umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form.form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .input-group-inset-item-after input.cta-button-lightblue.cta-button-darkblue[type=submit],
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form.form .input-group-inset-item-after input.cta-button-lightblue.cta-button-darkblue[type=submit],
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form.form .input-group-inset-item-after input.cta-button-lightblue.cta-button-darkblue[type=submit],
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form.form .input-group-inset-item-after input.cta-button-white[type=submit],
.umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form.form .input-group-inset-item-after input.cta-button-white[type=submit],
.umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form.form .input-group-inset-item-after input.cta-button-white[type=submit],
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form.form .input-group-inset-item-after .umcg-website-theme input.cta-button-white[type=submit],
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form.form .umcg-website-theme .input-group-inset-item-after input.cta-button-white[type=submit],
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form.form .input-group-inset-item-after input.cta-button-white[type=submit],
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form.form .input-group-inset-item-after .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-white[type=submit],
.umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form.form .input-group-inset-item-after .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-white[type=submit],
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form.form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .input-group-inset-item-after input.cta-button-white[type=submit],
.umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form.form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .input-group-inset-item-after input.cta-button-white[type=submit],
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form.form .input-group-inset-item-after input.cta-button-white[type=submit],
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form.form .input-group-inset-item-after input.cta-button-lightblue.cta-button-white[type=submit],
.umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form.form .input-group-inset-item-after input.cta-button-lightblue.cta-button-white[type=submit],
.umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form.form .input-group-inset-item-after input.cta-button-lightblue.cta-button-white[type=submit],
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form.form .input-group-inset-item-after .umcg-website-theme input.cta-button-lightblue.cta-button-white[type=submit],
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form.form .umcg-website-theme .input-group-inset-item-after input.cta-button-lightblue.cta-button-white[type=submit],
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form.form .input-group-inset-item-after .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue.cta-button-white[type=submit],
.umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form.form .input-group-inset-item-after .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue.cta-button-white[type=submit],
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form.form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .input-group-inset-item-after input.cta-button-lightblue.cta-button-white[type=submit],
.umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form.form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .input-group-inset-item-after input.cta-button-lightblue.cta-button-white[type=submit],
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form.form .input-group-inset-item-after input.cta-button-lightblue.cta-button-white[type=submit],
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form.form .input-group-inset-item-after input.cta-button-lightblue.cta-button-white[type=submit],
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form.form .input-group-inset-item-after input.cta-button-darkblue.cta-button-white[type=submit],
.umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form.form .input-group-inset-item-after input.cta-button-darkblue.cta-button-white[type=submit],
.umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form.form .input-group-inset-item-after input.cta-button-darkblue.cta-button-white[type=submit],
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form.form .input-group-inset-item-after .umcg-website-theme input.cta-button-darkblue.cta-button-white[type=submit],
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form.form .umcg-website-theme .input-group-inset-item-after input.cta-button-darkblue.cta-button-white[type=submit],
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form.form .input-group-inset-item-after .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-darkblue.cta-button-white[type=submit],
.umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form.form .input-group-inset-item-after .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-darkblue.cta-button-white[type=submit],
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form.form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .input-group-inset-item-after input.cta-button-darkblue.cta-button-white[type=submit],
.umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form.form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .input-group-inset-item-after input.cta-button-darkblue.cta-button-white[type=submit],
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form.form .input-group-inset-item-after input.cta-button-darkblue.cta-button-white[type=submit],
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form.form .input-group-inset-item-after input.cta-button-darkblue.cta-button-white[type=submit] {
  right: 0;
  padding-top: 0.5rem;
  z-index: 7;
}
.umcg-website-theme form.form .input-group-inset-item-after .btn::before, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form.form .input-group-inset-item-after .btn::before,
.umcg-website-theme form.form .input-group-inset-item-after .button::before,
.umcg-website-theme form.form .input-group-inset-item-after input[type=submit]::before,
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form.form .input-group-inset-item-after .button::before,
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form.form .input-group-inset-item-after input[type=submit]::before {
  position: relative;
  font-family: "iconfont" !important;
  font-size: 24px;
  color: rgb(0, 49, 131);
}
.umcg-website-theme form.form .input-group-inset-item-after .btn:hover::before, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form.form .input-group-inset-item-after .btn:hover::before,
.umcg-website-theme form.form .input-group-inset-item-after .button:hover::before,
.umcg-website-theme form.form .input-group-inset-item-after input[type=submit]:hover::before,
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form.form .input-group-inset-item-after .button:hover::before,
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form.form .input-group-inset-item-after input[type=submit]:hover::before {
  color: rgb(255, 125, 0);
}
.umcg-website-theme form.form .liferay-ddm-form-field-document-library .input-group, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form.form .liferay-ddm-form-field-document-library .input-group {
  position: relative;
}
.umcg-website-theme form.form .liferay-ddm-form-field-document-library .input-group .input-group-item.input-group-prepend, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form.form .liferay-ddm-form-field-document-library .input-group .input-group-item.input-group-prepend {
  width: 100%;
}
.umcg-website-theme form.form .liferay-ddm-form-field-document-library .input-group .input-group-item.input-group-append .select-button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form.form .liferay-ddm-form-field-document-library .input-group .input-group-item.input-group-append .select-button {
  right: 0.8rem;
}
.umcg-website-theme form.form .liferay-ddm-form-field-document-library .input-group .input-group-item.input-group-item-shrink .btn-secondary:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form.form .liferay-ddm-form-field-document-library .input-group .input-group-item.input-group-item-shrink .btn-secondary:hover {
  background-color: rgb(0, 49, 131);
  color: #fff;
}
.umcg-website-theme form.form .liferay-ddm-form-field-document-library .input-group .input-group-item .select-button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form.form .liferay-ddm-form-field-document-library .input-group .input-group-item .select-button {
  right: 3rem;
}
.umcg-website-theme form.form .liferay-ddm-form-field-document-library .input-group .input-group-item .clear-button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form.form .liferay-ddm-form-field-document-library .input-group .input-group-item .clear-button {
  position: relative;
  left: 2rem;
  top: 2.1rem;
  font-size: 2rem;
  border: none;
  background: transparent;
  color: rgb(0, 49, 131);
}
.umcg-website-theme form.form .liferay-ddm-form-field-document-library .input-group .input-group-item .clear-button svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form.form .liferay-ddm-form-field-document-library .input-group .input-group-item .clear-button svg {
  display: block;
}
.umcg-website-theme form.form .lfr-ddm-form-pagination-controls, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form.form .lfr-ddm-form-pagination-controls {
  text-align: unset;
}
.umcg-website-theme form.form .lfr-ddm-form-pagination-controls .lfr-ddm-form-pagination-next, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form.form .lfr-ddm-form-pagination-controls .lfr-ddm-form-pagination-next, .umcg-website-theme form.form .lfr-ddm-form-pagination-controls #ddm-form-submit, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form.form .lfr-ddm-form-pagination-controls #ddm-form-submit {
  float: right !important;
}
.umcg-website-theme form.form.custom-facet-form, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form.form.custom-facet-form {
  padding-right: 0 !important;
  padding-left: 0 !important;
  background-color: transparent;
  margin-bottom: 0 !important;
  max-width: 100%;
  padding: 0 !important;
}
.umcg-website-theme .portlet-forms .lfr-ddm-form-field-repeatable-toolbar .ddm-form-field-repeatable-delete-button svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .portlet-forms .lfr-ddm-form-field-repeatable-toolbar .ddm-form-field-repeatable-delete-button svg,
.umcg-website-theme .portlet-forms .lfr-ddm-form-field-repeatable-toolbar .ddm-form-field-repeatable-add-button svg,
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .portlet-forms .lfr-ddm-form-field-repeatable-toolbar .ddm-form-field-repeatable-add-button svg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
}
.umcg-website-theme form .ddm-form-pagination .multi-step-indicator-label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .ddm-form-pagination .multi-step-indicator-label {
  white-space: normal !important;
  text-align: center !important;
  max-width: none !important;
}
.umcg-website-theme form .ddm-form-pagination .multi-step-item, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .ddm-form-pagination .multi-step-item {
  -ms-flex-item-align: start;
      align-self: flex-start;
}
.cookie-component-overlay {
  background-color: rgba(0, 49, 131, 0.9);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 20;
  color: #fff;
  padding: 2rem;
  text-align: center;
  display: none;
}
.cookie-component-overlay p, .cookie-component-overlay .umcg-website-theme pp, .umcg-website-theme .cookie-component-overlay pp, .cookie-component-overlay .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ pp, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-component-overlay pp {
  text-align: left;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 1.5;
}
.cookie-component-overlay .cookie-component-overlay-title {
  text-align: center;
  margin-bottom: 2rem;
}
.cookie-component-overlay .button-tetiary, .cookie-component-overlay .umcg-website-theme .button.cta-button-white, .umcg-website-theme .cookie-component-overlay .button.cta-button-white, .cookie-component-overlay .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button.cta-button-white, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-component-overlay .button.cta-button-white, .cookie-component-overlay .umcg-website-theme form input.cta-button-white[type=submit], .umcg-website-theme form .cookie-component-overlay input.cta-button-white[type=submit], .cookie-component-overlay .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-component-overlay input.cta-button-white[type=submit] {
  margin-left: auto;
  margin-right: auto;
  font-size: 1.6rem;
  line-height: 1.5;
  padding-left: 2rem;
  padding-right: 2rem;
}
.cookie-component-overlay .button-tetiary:hover, .cookie-component-overlay .umcg-website-theme .button.cta-button-white:hover, .umcg-website-theme .cookie-component-overlay .button.cta-button-white:hover, .cookie-component-overlay .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-component-overlay .button.cta-button-white:hover, .cookie-component-overlay .umcg-website-theme form input.cta-button-white[type=submit]:hover, .umcg-website-theme form .cookie-component-overlay input.cta-button-white[type=submit]:hover, .cookie-component-overlay .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-component-overlay input.cta-button-white[type=submit]:hover, .cookie-component-overlay .button-tetiary:focus, .cookie-component-overlay .umcg-website-theme .button.cta-button-white:focus, .umcg-website-theme .cookie-component-overlay .button.cta-button-white:focus, .cookie-component-overlay .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-component-overlay .button.cta-button-white:focus, .cookie-component-overlay .umcg-website-theme form input.cta-button-white[type=submit]:focus, .umcg-website-theme form .cookie-component-overlay input.cta-button-white[type=submit]:focus, .cookie-component-overlay .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-component-overlay input.cta-button-white[type=submit]:focus {
  border-color: #fff;
}
.cookie-level-0 .cookie-component-overlay, .cookie-level-1 .cookie-component-overlay {
  display: block;
}
.video .cookie-component-overlay {
  overflow: hidden;
  border-radius: 5px;
}

@media all and (min-width: 576px) {
  p, .umcg-website-theme pp, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ pp {
    font-weight: normal;
  }
  .button-tetiary, .umcg-website-theme .button.cta-button-white, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button.cta-button-white, .umcg-website-theme form input.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-white[type=submit] {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
#rsbtn_scrollcontrols.unselectable {
  top: 20px !important;
  bottom: auto !important;
  border-radius: 10px;
  background-color: #fff;
  border: 1px solid rgb(160, 202, 232);
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.15);
  padding: 0;
  overflow: hidden;
}
#rsbtn_scrollcontrols.unselectable .rsicn-rslogo-2019 {
  display: none;
}
#rsbtn_scrollcontrols.unselectable button.rsbtn_scroll_playpause, #rsbtn_scrollcontrols.unselectable button.rsbtn_scroll_togglescroll, #rsbtn_scrollcontrols.unselectable button.rsbtn_scroll_close {
  text-align: center;
  position: relative;
  color: rgb(0, 49, 131);
  background-color: #fff;
  font-size: 16px;
  line-height: 40px;
  height: 40px;
  width: auto;
  margin-right: 0;
  margin-left: 0;
  border: none;
  padding: 0 15px;
  min-width: 46px;
}
#rsbtn_scrollcontrols.unselectable button.rsbtn_scroll_playpause:hover, #rsbtn_scrollcontrols.unselectable button.rsbtn_scroll_togglescroll:hover, #rsbtn_scrollcontrols.unselectable button.rsbtn_scroll_close:hover {
  background-color: #f0f0f0;
}
#rsbtn_scrollcontrols.unselectable button.rsbtn_scroll_playpause i, #rsbtn_scrollcontrols.unselectable button.rsbtn_scroll_togglescroll i, #rsbtn_scrollcontrols.unselectable button.rsbtn_scroll_close i {
  position: relative;
  top: 2px;
  margin: 0 auto;
  float: none;
}
#rsbtn_scrollcontrols.unselectable button.rsbtn_scroll_playpause::after, #rsbtn_scrollcontrols.unselectable button.rsbtn_scroll_togglescroll::after, #rsbtn_scrollcontrols.unselectable button.rsbtn_scroll_close::after {
  content: "";
  position: absolute;
  right: 0;
  top: 5px;
  bottom: 5px;
  width: 1px;
  background-color: rgb(160, 202, 232);
  z-index: 1;
}
#rsbtn_scrollcontrols.unselectable button.rsbtn_scroll_togglescroll {
  padding-right: 40px;
}
#rsbtn_scrollcontrols.unselectable button.rsbtn_scroll_togglescroll span {
  font-size: 0;
}
#rsbtn_scrollcontrols.unselectable button.rsbtn_scroll_togglescroll span::before {
  content: "";
  position: absolute;
  top: 10px;
  right: 15px;
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 2px;
  border: 1px solid #b3c1da;
  background-color: #d9e0ec;
}
#rsbtn_scrollcontrols.unselectable button.rsbtn_scroll_togglescroll.enabled span::after {
  font-family: "iconfont";
  font-style: normal;
  font-weight: 400;
  content: "\ea07";
  position: absolute;
  right: 20px;
  color: rgb(0, 49, 131);
  font-family: "iconfont" !important;
  font-size: 16px;
}
#rsbtn_scrollcontrols.unselectable button.rsbtn_scroll_close::after {
  display: none;
}
#rsbtn_scrollcontrols.unselectable .rsicn-play::before,
#rsbtn_scrollcontrols.unselectable .rsicn-pause::before,
#rsbtn_scrollcontrols.unselectable .rsicn-cross::before {
  font-family: "iconfont";
  font-style: normal;
  font-weight: 400;
  content: "\ea0f";
  font-family: "iconfont" !important;
  font-size: 14px;
}
#rsbtn_scrollcontrols.unselectable .rsicn-pause::before {
  font-family: "iconfont";
  font-style: normal;
  font-weight: 400;
  content: "\ea0e";
}
#rsbtn_scrollcontrols.unselectable .rsicn-cross::before {
  font-family: "iconfont";
  font-style: normal;
  font-weight: 400;
  content: "\ea08";
  color: rgb(239, 62, 34);
}

#rsmpl_container {
  top: 20px !important;
  bottom: auto !important;
  -webkit-box-shadow: 0 2px 5px 0 rgba(18, 18, 18, 0.2) !important;
          box-shadow: 0 2px 5px 0 rgba(18, 18, 18, 0.2) !important;
}
#rsmpl_container.rs_visible {
  right: 20px !important;
  overflow: hidden;
  border-radius: 5px;
  background-color: #fff;
  border: 1px solid rgb(160, 202, 232);
}
#rsmpl_container .rsmpl-tools .rsmpl-tapread.rsmpl-tool.active button span::after {
  font-family: "iconfont";
  font-style: normal;
  font-weight: 400;
  content: "\ea07";
  position: absolute;
  right: 20px;
  color: rgb(0, 49, 131);
  font-family: "iconfont" !important;
  font-size: 16px;
}
#rsmpl_container .rsmpl-tools .rsmpl-tapread.rsmpl-tool button:focus {
  outline: 1;
  color: rgb(0, 49, 131);
}
#rsmpl_container .rsmpl-tools .rsmpl-tapread.rsmpl-tool button .rsbtn_btnlabel {
  font-family: "Open Sans", sans-serif;
  padding-right: 30px;
  height: auto;
  width: auto;
  position: static;
  overflow: visible;
  top: auto;
}
#rsmpl_container .rsmpl-tools .rsmpl-tapread.rsmpl-tool button i {
  display: none;
}
#rsmpl_container .rsmpl-tools .rsmpl-tapread.rsmpl-tool button span::before {
  content: "";
  position: absolute;
  top: 10px;
  right: 15px;
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 2px;
  border: 1px solid #b3c1da;
  background-color: #d9e0ec;
}
#rsmpl_container .rsmpl-collapse,
#rsmpl_container .rsmpl-settings,
#rsmpl_container .rsmpl-pagemask,
#rsmpl_container .rsmpl-dictionary,
#rsmpl_container .rsmpl-dl,
#rsmpl_container .rsmpl-stop,
#rsmpl_container .rsmpl-progress {
  display: none;
}
#rsmpl_container .rsicn-cross::before {
  font-family: "iconfont";
  font-style: normal;
  font-weight: 400;
  content: "\ea08";
  font-family: iconfont !important;
  position: relative;
  top: -2px;
  font-size: 14px;
  color: rgb(239, 62, 34);
}
#rsmpl_container .rsmpl-tools {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#rsmpl_container .rsmpl-tools .rsmpl-tool.rsmpl-tapread button, #rsmpl_container .rsmpl-tools .rsmpl-tool.rsmpl-closer button {
  text-align: center;
  position: relative;
  color: rgb(0, 49, 131);
  background-color: #fff;
  font-size: 16px;
  line-height: 40px;
  height: 40px;
  width: auto;
  margin-right: 0;
  margin-left: 0;
  border: none;
  padding: 0 15px;
  min-width: 46px;
}
#rsmpl_container .rsmpl-tools .rsmpl-tool.rsmpl-tapread button:hover, #rsmpl_container .rsmpl-tools .rsmpl-tool.rsmpl-closer button:hover {
  background-color: #f0f0f0;
}
#rsmpl_container .rsmpl-tools .rsmpl-tool.rsmpl-tapread button::after {
  content: "";
  position: absolute;
  right: 0;
  top: 5px;
  bottom: 5px;
  width: 1px;
  background-color: rgb(160, 202, 232);
  z-index: 1;
}
#rsmpl_container .rsmpl-tools .rsmpl-player .rsmpl-player-tool button {
  text-align: center;
  position: relative;
  color: rgb(0, 49, 131);
  background-color: #fff;
  font-size: 16px;
  line-height: 40px;
  height: 40px;
  width: auto;
  margin-right: 0;
  margin-left: 0;
  border: none;
  padding: 0 15px;
  min-width: 46px;
}
#rsmpl_container .rsmpl-tools .rsmpl-player .rsmpl-player-tool button:hover {
  background-color: #f0f0f0;
}
#rsmpl_container .rsmpl-tools .rsmpl-player .rsmpl-player-tool button::after {
  content: "";
  position: absolute;
  right: 0;
  top: 5px;
  bottom: 5px;
  width: 1px;
  background-color: rgb(160, 202, 232);
  z-index: 1;
}
#rsmpl_container .rsmpl-tools .rsmpl-player .rsmpl-playpause .rsicn::before {
  font-family: "iconfont";
  font-style: normal;
  font-weight: 400;
  content: "\ea0f";
  font-family: "iconfont" !important;
  font-size: 14px;
}
#rsmpl_container .rsmpl-player {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}
#rsmpl_container.rsstopped .rsmpl-tools .rsmpl-player .rsmpl-playpause .rsicn.rsicn-pause::before {
  font-family: "iconfont";
  font-style: normal;
  font-weight: 400;
  content: "\ea0f";
  position: relative;
  top: -2px;
  font-family: "iconfont" !important;
  font-size: 14px;
  color: rgb(0, 49, 131);
}
#rsmpl_container.rsplaying .rsmpl-tools .rsmpl-player .rsmpl-playpause .rsicn.rsicn-pause::before, #rsmpl_container.rspaused .rsmpl-tools .rsmpl-player .rsmpl-playpause .rsicn.rsicn-pause::before {
  font-family: "iconfont";
  font-style: normal;
  font-weight: 400;
  content: "\ea0e";
  position: relative;
  top: -2px;
  font-family: "iconfont" !important;
  font-size: 14px;
  color: rgb(0, 49, 131);
}

.readspeakerbutton {
  pointer-events: all;
}
.readspeakerbutton .rsbtn_text {
  border: 0;
  clip: rect(0, 0, 0, 0);
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
}
.readspeakerbutton .rsbtn_text::before, .readspeakerbutton .rsbtn_text::after {
  display: none;
}
.readspeakerbutton.rsbtn {
  padding-bottom: 0;
  margin-bottom: 0;
}
.readspeakerbutton.rsbtn.rsexpanded .rsbtn_play {
  padding-right: 0;
}
.readspeakerbutton.rsbtn.rspaused .rsbtn_exp .rsbtn_exp_inner .rsbtn_pause .rsicn:before {
  font-family: "iconfont";
  font-style: normal;
  font-weight: 400;
  content: "\ea0f";
  font-family: "iconfont" !important;
  font-size: 14px;
}
.readspeakerbutton.rsbtn.rsstopped .rsbtn_exp .rsbtn_exp_inner .rsbtn_pause .rsicn:before {
  font-family: "iconfont";
  font-style: normal;
  font-weight: 400;
  content: "\ea0f";
}
.readspeakerbutton.rsbtn [class*=" rsicn-"]:before {
  position: relative;
  top: 1px;
}
.readspeakerbutton.rsbtn .rsbtn_tooltoggle {
  display: none !important;
}
.readspeakerbutton.rsbtn .rsicn-pause:before {
  font-family: "iconfont";
  font-style: normal;
  font-weight: 400;
  content: "\ea0e";
  font-family: "iconfont" !important;
  font-size: 14px;
}
.readspeakerbutton.rsbtn .rsicn-stop:before {
  font-family: "iconfont";
  font-style: normal;
  font-weight: 400;
  content: "\ea12";
  font-family: "iconfont" !important;
  font-size: 14px;
}
.readspeakerbutton.rsbtn .rsicn-backward2:before {
  font-family: "iconfont";
  font-style: normal;
  font-weight: 400;
  content: "\ea04";
  font-family: "iconfont" !important;
  font-size: 14px;
}
.readspeakerbutton.rsbtn .rsicn-forward3:before {
  font-family: "iconfont";
  font-style: normal;
  font-weight: 400;
  content: "\ea0a";
  font-family: "iconfont" !important;
  font-size: 14px;
}
.readspeakerbutton.rsbtn .rsicn-cross:before {
  font-family: "iconfont";
  font-style: normal;
  font-weight: 400;
  content: "\ea08";
  color: rgb(239, 62, 34);
  font-family: "iconfont" !important;
  font-size: 14px;
}
.readspeakerbutton.rsbtn .rsbtn_play {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 0;
  background-color: transparent;
}
.readspeakerbutton.rsbtn .rsbtn_play:focus {
  outline: solid 2px rgb(233, 94, 39);
}
.readspeakerbutton.rsbtn .rsbtn_play:hover, .readspeakerbutton.rsbtn .rsbtn_play:focus {
  background-color: transparent;
}
.readspeakerbutton.rsbtn .rsbtn_play .icn {
  height: 26px;
  width: 26px;
}
.readspeakerbutton.rsbtn .rsbtn_play .rsbtn_left {
  float: none;
  margin-left: 0;
}
.readspeakerbutton.rsbtn .rsbtn_play .rsbtn_left .rsbtn_text::after {
  display: none;
}
.readspeakerbutton.rsbtn .rsbtn_play .rsbtn_left .rsbtn_text span {
  font-weight: bold;
  text-transform: uppercase;
  position: relative;
  font-size: 1.6rem;
  line-height: 1.5;
  font-family: "Open Sans", sans-serif;
  color: rgb(0, 49, 131);
  padding-left: 0;
  padding-right: 0;
}
.readspeakerbutton.rsbtn .rsicn-meter:before {
  font-family: "iconfont";
  font-style: normal;
  font-weight: 400;
  content: "\ea11";
  font-family: "iconfont" !important;
  font-size: 14px;
}
.readspeakerbutton.rsbtn .rsicn-volume:before {
  font-family: "iconfont";
  font-style: normal;
  font-weight: 400;
  content: "\ea09";
  font-family: "iconfont" !important;
  font-size: 14px;
}
.readspeakerbutton.rsbtn .rs-player-loadindicator {
  height: 8px;
  bottom: -13px;
  top: auto;
  left: 0 !important;
  border-radius: 4px;
  background-color: #fff;
  border: 1px solid rgb(160, 202, 232);
}
.readspeakerbutton.rsbtn .rs-player-loadindicator .rsbtn-progress {
  height: 8px;
  top: -1px;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
  background-color: rgb(255, 125, 0);
}
.readspeakerbutton.rsbtn .rs-player-loadindicator .rsbtn-loading {
  height: 8px;
  top: -1px;
  background-color: rgb(255, 125, 0);
}
.readspeakerbutton.rsbtn .rsbtn_exp {
  height: auto;
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 2;
}
.readspeakerbutton.rsbtn .rsbtn_exp .rsbtn_exp_inner {
  border: 0;
  top: -41px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.readspeakerbutton.rsbtn .rsbtn_exp .rsbtn_exp_inner .rsbtn_pause:hover, .readspeakerbutton.rsbtn .rsbtn_exp .rsbtn_exp_inner .rsbtn_pause:focus {
  color: rgb(0, 49, 131);
}
.readspeakerbutton.rsbtn .rsbtn_exp .rsbtn_exp_inner .rsbtn_closer:hover span.rsicn::before, .readspeakerbutton.rsbtn .rsbtn_exp .rsbtn_exp_inner .rsbtn_closer:focus span.rsicn::before {
  font-family: "iconfont";
  font-style: normal;
  font-weight: 400;
  content: "\ea08";
  font-family: "iconfont" !important;
  font-size: 14px;
}
.readspeakerbutton.rsbtn .rsbtn_exp .rsbtn_exp_inner .rsbtn_player_item {
  position: relative;
  border-bottom: 1px solid rgb(160, 202, 232);
  border-top: 1px solid rgb(160, 202, 232);
  border-left: 0;
  background-color: #fff;
  line-height: 38px;
  padding: 0 1.3rem;
  color: rgb(0, 49, 131);
}
.readspeakerbutton.rsbtn .rsbtn_exp .rsbtn_exp_inner .rsbtn_player_item.rsbtn_stop {
  color: rgb(239, 62, 34);
}
.readspeakerbutton.rsbtn .rsbtn_exp .rsbtn_exp_inner .rsbtn_player_item:before {
  content: "";
  position: absolute;
  left: 0;
  width: 1px;
  top: 0.4rem;
  bottom: 0.4rem;
  background-color: rgb(160, 202, 232);
}
.readspeakerbutton.rsbtn .rsbtn_exp .rsbtn_exp_inner .rsbtn_player_item:first-child {
  border-left: 1px solid rgb(160, 202, 232);
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.readspeakerbutton.rsbtn .rsbtn_exp .rsbtn_exp_inner .rsbtn_player_item:first-child::before {
  display: none;
}
.readspeakerbutton.rsbtn .rsbtn_exp .rsbtn_exp_inner .rsbtn_player_item.rsbtn_closer {
  border-right: 1px solid rgb(160, 202, 232);
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.readspeakerbutton.rsbtn .rsbtn_exp .rsbtn_exp_inner .rsbtn_player_item:hover {
  background-color: #f0f0f0;
  color: rgb(0, 49, 131);
}
.readspeakerbutton.rsbtn .rsbtn_exp .rsbtn_exp_inner .rsbtn_player_item:focus {
  outline: 1px solid rgb(233, 94, 39);
  z-index: 1;
}
@media all and (min-width: 768px) {
  .readspeakerbutton .rsbtn_text {
    border: 0;
    clip: auto;
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
    font-size: 1.6rem;
    line-height: 1.5;
    position: relative;
  }
  .readspeakerbutton svg {
    margin-right: 10px;
  }
}
@media all and (min-width: 992px) {
  .readspeakerbutton.rsbtn .rsbtn_exp .rsbtn_exp_inner {
    top: 0;
  }
  .navigation-open .readspeakerbutton.rsbtn .rsbtn_play {
    pointer-events: none;
  }
  .navigation-open .readspeakerbutton.rsbtn .rsbtn_play .rsbtn_left .rsbtn_text span {
    color: #001e50;
  }
  .navigation-open .readspeakerbutton.rsbtn .rsbtn_play svg {
    fill: #001e50;
  }
}
@media print {
  .readspeakerbutton {
    display: none;
  }
}

/* CSS for Liferay search suggestions popup*/
.dropdown-menu.search-bar-suggestions-dropdown-menu {
  max-height: none;
}

.search-bar-suggestions-dropdown-menu button.dropdown-item.search-bar-suggestions-show-more {
  display: none;
}
.search-bar-suggestions-dropdown-menu .search-bar-suggestions-results-list .dropdown-subheader {
  display: none;
}
.search-bar-suggestions-dropdown-menu .search-bar-suggestions-results-list .suggestion-item-description {
  display: none;
}
.search-bar-suggestions-dropdown-menu .search-bar-suggestions-results-list li > ul > li {
  margin-bottom: 0.9rem;
  padding-left: 25px;
  padding-right: 20px;
}
.search-bar-suggestions-dropdown-menu .search-bar-suggestions-results-list li > ul > li:first-child {
  margin-bottom: 15px;
  margin-top: 15px;
}
.search-bar-suggestions-dropdown-menu .search-bar-suggestions-results-list li > ul > li:last-child {
  margin-bottom: 15px;
}
.search-bar-suggestions-dropdown-menu .search-bar-suggestions-results-list li > ul > li .dropdown-item:hover {
  background-color: transparent;
  text-decoration: underline;
}
.search-bar-suggestions-dropdown-menu .search-bar-suggestions-results-list li > ul > li .dropdown-item:active {
  background-color: transparent;
}
.search-bar-suggestions-dropdown-menu .search-bar-suggestions-results-list li > ul > li .dropdown-item:focus, .search-bar-suggestions-dropdown-menu .search-bar-suggestions-results-list li > ul > li .dropdown-item:focus-visible {
  background-color: transparent;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 0 0.2rem rgb(233, 94, 39);
          box-shadow: 0 0 0 0.2rem rgb(233, 94, 39);
}
.search-bar-suggestions-dropdown-menu .search-bar-suggestions-results-list li > ul > li a {
  display: block;
  color: rgb(0, 49, 131);
  text-decoration: none;
  padding: 0;
}
.search-bar-suggestions-dropdown-menu .search-bar-suggestions-results-list li > ul > li a::before {
  font-family: "iconfont";
  font-style: normal;
  font-weight: 400;
  content: "\ea01";
  display: inline-block;
  font-size: 14px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  color: rgb(255, 125, 0);
  margin-right: 5px;
}
.search-bar-suggestions-dropdown-menu .search-bar-suggestions-results-list li > ul > li a div.suggestion-item-title {
  color: rgb(0, 49, 131);
  text-transform: none;
  font-weight: normal;
  text-decoration: none;
  font-size: 1.8rem;
  line-height: 1.5;
  margin-left: 11px;
  display: inline;
}
@media (min-width: 992px) {
  .search-bar-suggestions-dropdown-menu .search-bar-suggestions-results-list li > ul > li {
    padding-left: 30px;
    padding-right: 30px;
  }
  .search-bar-suggestions-dropdown-menu .search-bar-suggestions-results-list li > ul > li:first-child {
    margin-bottom: 15px;
    margin-top: 18px;
  }
  .search-bar-suggestions-dropdown-menu .search-bar-suggestions-results-list li > ul > li:last-child {
    margin-bottom: 18px;
  }
}

.umcg-website-theme .breadcrumb-theme, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .breadcrumb-theme {
  margin: 0 0 1.9rem;
  color: #121212;
}
.umcg-website-theme .breadcrumb-theme.breadcrumb-footer, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .breadcrumb-theme.breadcrumb-footer {
  padding-bottom: 2.4rem;
  margin-bottom: 0;
}
.umcg-website-theme .breadcrumb-theme a, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .breadcrumb-theme a {
  text-decoration: none;
  color: #121212;
  font-size: 1.6rem;
  font-weight: 600;
}
.umcg-website-theme .breadcrumb-theme a:hover .title, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .breadcrumb-theme a:hover .title, .umcg-website-theme .breadcrumb-theme a:active .title, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .breadcrumb-theme a:active .title {
  text-decoration: underline;
}
.umcg-website-theme .breadcrumb-theme svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .breadcrumb-theme svg {
  position: relative;
  display: inline-block;
  top: -2px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  fill: #121212;
  margin: 0 0.5rem 0 0;
}
.umcg-website-theme .breadcrumb-theme .breadcrumb-secondary, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .breadcrumb-theme .breadcrumb-secondary,
.umcg-website-theme .breadcrumb-theme .secondary-icon,
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .breadcrumb-theme .secondary-icon {
  display: none;
}
.umcg-website-theme .breadcrumb-theme.news a, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .breadcrumb-theme.news a {
  font-weight: 400;
}
@media all and (min-width: 992px) {
  .umcg-website-theme .breadcrumb-theme, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .breadcrumb-theme {
    margin-bottom: 4.3rem;
  }
  .umcg-website-theme .breadcrumb-theme svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .breadcrumb-theme svg {
    top: 0;
    margin-left: 0.5rem;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  .umcg-website-theme .breadcrumb-theme a svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .breadcrumb-theme a svg {
    top: -1px;
  }
  .umcg-website-theme .breadcrumb-theme .breadcrumb-secondary, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .breadcrumb-theme .breadcrumb-secondary,
  .umcg-website-theme .breadcrumb-theme .secondary-icon,
  .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .breadcrumb-theme .secondary-icon {
    display: inline-block;
  }
  .umcg-website-theme .breadcrumb-theme.breadcrumb-footer, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .breadcrumb-theme.breadcrumb-footer {
    margin-bottom: 2.4rem;
  }
}
.umcg-website-theme .breadcrumb-button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .breadcrumb-button {
  display: block;
  margin-bottom: 2rem;
}
.umcg-website-theme .breadcrumb-button a, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .breadcrumb-button a {
  display: inline-block;
  position: relative;
  background-color: rgb(0, 49, 131);
  opacity: 0.8;
  border-radius: 5px;
  font-size: 1.6rem;
  line-height: 1.5;
  padding: 0.3rem 1.5rem 0.3rem 3rem;
  border: 1px solid rgba(0, 49, 131, 0.8);
  color: #fff;
  font-weight: 600;
  text-decoration: none;
}
.umcg-website-theme .breadcrumb-button a:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .breadcrumb-button a:hover {
  opacity: 1;
  border-color: rgb(0, 49, 131);
  background-color: rgb(0, 49, 131);
}
.umcg-website-theme .breadcrumb-button .icon, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .breadcrumb-button .icon {
  position: absolute;
  left: 0.9rem;
  top: 0.2rem;
}
.umcg-website-theme .breadcrumb-button svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .breadcrumb-button svg {
  fill: #fff;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media all and (min-width: 768px) {
  .umcg-website-theme .breadcrumb-button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .breadcrumb-button {
    margin-bottom: 3.9rem;
  }
}
@media all and (min-width: 992px) {
  .umcg-website-theme .breadcrumb-theme .breadcrumb-primary, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .breadcrumb-theme .breadcrumb-primary {
    display: inline-block;
  }
}
@media print {
  .umcg-website-theme .breadcrumb-theme, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .breadcrumb-theme {
    display: none;
  }
}
.umcg-website-theme .lead-theme, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .lead-theme {
  margin: 0 0 4.4rem;
}
.umcg-website-theme .lead-theme p, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .lead-theme p, .umcg-website-theme .lead-theme pp, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .lead-theme pp {
  color: rgb(0, 49, 131);
  font-size: 2rem;
  line-height: 1.7;
}
.umcg-website-theme .visual, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .visual {
  position: absolute;
  width: 100vw;
  height: 600px;
  overflow: hidden;
  z-index: 0;
}
.umcg-website-theme .visual::before, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .visual::before {
  content: "";
  position: absolute;
  z-index: -2;
  width: 1600px;
  height: 1600px;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-44%);
          transform: translateX(-44%);
  display: block;
  border-radius: 50%;
  border: 1px solid rgb(255, 125, 0);
}
.umcg-website-theme .visual::after, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .visual::after {
  content: "";
  position: absolute;
  z-index: -2;
  width: 1600px;
  height: 1600px;
  left: 50%;
  top: 0px;
  -webkit-transform: translateX(-46%);
          transform: translateX(-46%);
  display: block;
  border-radius: 50%;
  background: linear-gradient(to bottom, rgba(160, 202, 232, 0.4) 0%, rgba(255, 255, 255, 0) 220px);
}
.umcg-website-theme .visual--simple-gradient, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .visual--simple-gradient {
  left: 0;
}
.umcg-website-theme .visual--simple-gradient::before, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .visual--simple-gradient::before {
  display: none;
}
.umcg-website-theme .visual--simple-gradient::after, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .visual--simple-gradient::after {
  border-top: 1px solid rgb(255, 125, 0);
  background: -webkit-gradient(linear, left bottom, left top, from(#fff), to(rgb(160, 202, 232)));
  background: linear-gradient(0deg, #fff 0%, rgb(160, 202, 232) 100%);
  opacity: 0.4;
  border-radius: 0;
  height: 180px;
  width: 100vw;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.umcg-website-theme .visual--simple-gradient .visual-container, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .visual--simple-gradient .visual-container {
  display: none;
}
@media all and (min-width: 576px) {
  .umcg-website-theme .visual::before, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .visual::before {
    -webkit-transform: translateX(-45%);
            transform: translateX(-45%);
    width: 400vw;
    height: 400vw;
  }
  .umcg-website-theme .visual::after, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .visual::after {
    width: 400vw;
    height: 400vw;
  }
  .umcg-website-theme .visual--simple-gradient::after, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .visual--simple-gradient::after {
    width: 100vw;
    height: 180px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media all and (min-width: 992px) {
  .umcg-website-theme .visual::before, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .visual::before {
    -webkit-transform: translateX(-52%);
            transform: translateX(-52%);
    width: 200vw;
    height: 200vw;
  }
  .umcg-website-theme .visual::after, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .visual::after {
    -webkit-transform: translateX(-53.5%);
            transform: translateX(-53.5%);
    width: 200vw;
    height: 200vw;
  }
  .umcg-website-theme .visual .visual-container::after, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .visual .visual-container::after {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    right: 0;
    top: 0;
    width: 610px;
    height: 200vw;
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(60%, #fff));
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #fff 60%);
  }
  .umcg-website-theme .visual .visual-container::before, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .visual .visual-container::before {
    content: "";
    display: none;
    position: absolute;
    z-index: -1;
    left: -50px;
    top: 0;
    width: 140px;
    height: 200vw;
    background: -webkit-gradient(linear, left top, right top, from(#fff), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(90deg, #fff 0%, rgba(255, 255, 255, 0) 100%);
  }
  .umcg-website-theme .visual--simple-gradient, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .visual--simple-gradient {
    left: 0;
  }
  .umcg-website-theme .visual--simple-gradient::after, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .visual--simple-gradient::after {
    height: 180px;
  }
}
@media all and (min-width: 1200px) {
  .umcg-website-theme .visual::before, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .visual::before {
    -webkit-transform: translateX(-47.5%);
            transform: translateX(-47.5%);
    width: 200vw;
    height: 200vw;
  }
  .umcg-website-theme .visual::after, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .visual::after {
    -webkit-transform: translateX(-48.5%);
            transform: translateX(-48.5%);
    width: 200vw;
    height: 200vw;
  }
  .umcg-website-theme .visual .visual-container::before, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .visual .visual-container::before {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    left: -50px;
    top: 0;
    width: 140px;
    height: 200vw;
    background: -webkit-gradient(linear, left top, right top, from(#fff), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(90deg, #fff 0%, rgba(255, 255, 255, 0) 100%);
  }
  .umcg-website-theme .visual--simple-gradient::after, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .visual--simple-gradient::after {
    width: 100vw;
    height: 180px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media all and (min-width: 1230px) {
  .umcg-website-theme .visual, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .visual {
    width: 100%;
    left: 75px;
  }
  .umcg-website-theme .visual .visual-container::before, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .visual .visual-container::before {
    left: 0;
  }
  .umcg-website-theme .visual .visual-container::after, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .visual .visual-container::after {
    width: 350px;
  }
  .umcg-website-theme .visual--simple-gradient, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .visual--simple-gradient {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 100vw;
    max-width: 1490px;
  }
}
@media print {
  .umcg-website-theme .visual, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .visual {
    display: none;
  }
}
.umcg-website-theme .visual--mirrored, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .visual--mirrored {
  -webkit-transform: rotate(180deg) scaleX(-1);
          transform: rotate(180deg) scaleX(-1);
  z-index: -3;
  width: 100vw;
  max-width: 1100px;
  left: -25px;
}
.umcg-website-theme .visual--mirrored::before, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .visual--mirrored::before {
  -webkit-transform: translateX(-44.5%);
          transform: translateX(-44.5%);
  top: 0;
}
.umcg-website-theme .visual--mirrored::after, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .visual--mirrored::after {
  top: 5px;
  -webkit-transform: translateX(-47%);
          transform: translateX(-47%);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 125, 0, 0.2)), color-stop(8%, rgba(255, 255, 255, 0)));
  background: linear-gradient(to bottom, rgba(255, 125, 0, 0.2) 0%, rgba(255, 255, 255, 0) 8%);
}
@media all and (min-width: 576px) {
  .umcg-website-theme .visual--mirrored, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .visual--mirrored {
    left: -75px;
  }
  .umcg-website-theme .visual--mirrored::before, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .visual--mirrored::before {
    -webkit-transform: translateX(-54.5%);
            transform: translateX(-54.5%);
  }
  .umcg-website-theme .visual--mirrored::after, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .visual--mirrored::after {
    -webkit-transform: translateX(-53%);
            transform: translateX(-53%);
  }
}
@media all and (min-width: 992px) {
  .umcg-website-theme .visual--mirrored .visual-container::after, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .visual--mirrored .visual-container::after {
    right: auto;
    left: 0;
    width: 610px;
    height: 16vw;
    background: -webkit-gradient(linear, left top, right top, color-stop(20%, #fff), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(90deg, #fff 20%, rgba(255, 255, 255, 0) 100%);
  }
  .umcg-website-theme .visual--mirrored .visual-container::before, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .visual--mirrored .visual-container::before {
    display: block;
    left: auto;
    right: 0;
    height: 16vw;
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(#fff));
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #fff 100%);
  }
}
@media all and (min-width: 1200px) {
  .umcg-website-theme .visual--mirrored, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .visual--mirrored {
    left: -15rem;
  }
}
@media print {
  .umcg-website-theme .visual--mirrored, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .visual--mirrored {
    display: none;
  }
}
.umcg-website-theme .logo, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .logo {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 81px;
  position: relative;
  z-index: 2;
}
.umcg-website-theme .logo:focus:not(:hover), .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .logo:focus:not(:hover) {
  outline-color: rgb(233, 94, 39);
}
@media all and (min-width: 768px) {
  .umcg-website-theme .logo, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .logo {
    max-width: 130px;
  }
}
@media all and (min-width: 1200px) {
  .umcg-website-theme .logo, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .logo {
    padding: 0;
  }
}
.umcg-website-theme .settings, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .settings {
  text-align: right;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin: 2rem 0rem 8.7rem 0rem;
  position: relative;
  z-index: 4;
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
  max-width: 1px;
}
.umcg-website-theme .settings .font-size-btn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .settings .font-size-btn {
  padding-right: 12px;
}
.umcg-website-theme .settings .triangle-icn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .settings .triangle-icn {
  position: absolute;
  right: 0;
  bottom: 2px;
}
.umcg-website-theme .settings > ul, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .settings > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  margin-left: -6px;
  margin-right: -6px;
}
.umcg-website-theme .settings > ul > li, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .settings > ul > li {
  margin: 0 6px 0;
}
.umcg-website-theme .settings .setting-language, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .settings .setting-language {
  position: absolute;
  top: 50px;
  right: 19px;
  z-index: 50;
  width: 90px;
}
.umcg-website-theme .settings .setting-readspeaker button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .settings .setting-readspeaker button {
  background-color: transparent;
  border: 0;
  font-size: 1.8rem;
  line-height: 1.5;
  font-family: "Open Sans", sans-serif;
  text-align: left;
  position: relative;
  cursor: pointer;
}
.umcg-website-theme .settings .setting-readspeaker button .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .settings .setting-readspeaker button .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
}
.page-header-margin .umcg-website-theme .settings, .page-header-margin .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .settings {
  margin-bottom: 2.5rem;
}
@media all and (min-width: 768px) {
  .umcg-website-theme .settings, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .settings {
    margin-top: 4rem;
    margin-bottom: 11.7rem;
  }
  .umcg-website-theme .settings .setting-language, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .settings .setting-language {
    top: 110px;
  }
}
@media all and (min-width: 992px) {
  .umcg-website-theme .settings, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .settings {
    margin: 3.5rem 1.8em 2rem 0;
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    pointer-events: none;
    z-index: 39;
  }
  .umcg-website-theme .settings > ul > li, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .settings > ul > li {
    pointer-events: initial;
  }
}
@media all and (min-width: 1200px) {
  .umcg-website-theme .settings, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .settings {
    margin-bottom: 2rem;
    margin-right: 75px;
  }
}
@media print {
  .umcg-website-theme .settings, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .settings {
    display: none;
  }
}
.umcg-website-theme .search, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .search {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  text-align: right;
  color: #fff;
  -ms-flex-item-align: start;
      align-self: flex-start;
}
.umcg-website-theme .search.search-navigation, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .search.search-navigation {
  background-color: transparent;
}
.umcg-website-theme .search.search-navigation form, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .search.search-navigation form {
  padding: 2rem 1.5rem 1rem;
  margin-bottom: 0;
}
.umcg-website-theme .search form, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .search form {
  position: relative;
  top: 15px;
  border-radius: 5px;
  background-color: #e3eff8;
  padding: 20px 15px 10px;
  margin: 0 15px 15px;
}
.umcg-website-theme .search .field-group-theme, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .search .field-group-theme {
  position: relative;
}
.umcg-website-theme .search .field-group-theme input, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .search .field-group-theme input {
  padding-right: 50px;
  margin-bottom: 0;
}
.umcg-website-theme .search .field-group-theme button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .search .field-group-theme button {
  position: absolute;
  top: 0;
  bottom: 1rem;
  padding-right: 1rem;
  right: 0;
  cursor: pointer;
}
.umcg-website-theme .search .search-wrapper, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .search .search-wrapper {
  position: relative;
}
.umcg-website-theme .search .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .search .label {
  color: #fff;
  font-size: 1.6rem;
  line-height: 1.5;
  text-transform: uppercase;
  font-weight: bold;
  -ms-flex-item-align: center;
      align-self: center;
  margin-left: 11px;
}
.navigation-open .umcg-website-theme .search .search-wrapper, .navigation-open .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .search .search-wrapper {
  -webkit-animation: 450ms searchOpen forwards;
          animation: 450ms searchOpen forwards;
}
.navigation-close .umcg-website-theme .search .search-wrapper, .navigation-close .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .search .search-wrapper {
  -webkit-animation: 450ms searchClose forwards;
          animation: 450ms searchClose forwards;
}
.umcg-website-theme .search .search-results, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .search .search-results {
  text-align: left;
  color: rgb(0, 49, 131);
  overflow: auto;
  overflow-x: hidden;
  top: 5px;
  width: 100%;
  bottom: 100px;
  padding: 15px 15px 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.umcg-website-theme .search .search-results > li, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .search .search-results > li {
  margin-bottom: 0.9rem;
  cursor: pointer;
}
.umcg-website-theme .search .search-results a, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .search .search-results a {
  display: block;
  color: rgb(0, 49, 131);
  text-decoration: none;
}
.umcg-website-theme .search .search-results a .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .search .search-results a .label {
  color: rgb(0, 49, 131);
  text-transform: none;
  font-weight: normal;
  text-decoration: none;
  font-size: 1.8rem;
  line-height: 1.5;
}
.umcg-website-theme .search .search-results a::before, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .search .search-results a::before {
  font-family: "iconfont";
  font-style: normal;
  font-weight: 400;
  content: "\ea01";
  display: inline-block;
  font-size: 14px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  color: rgb(255, 125, 0);
  margin-right: 5px;
}
.umcg-website-theme .search .search-results a[aria-selected=true] .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .search .search-results a[aria-selected=true] .label, .umcg-website-theme .search .search-results a:hover .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .search .search-results a:hover .label {
  text-decoration: underline;
}
@media all and (min-width: 992px) {
  .umcg-website-theme .search .search-results .search-results, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .search .search-results .search-results {
    position: absolute;
    top: 85%;
    bottom: auto;
    left: 20px;
    width: auto;
    right: 20px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    background-color: #fff;
    padding: 0;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.15);
            box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.15);
    border-radius: 5px;
  }
  .umcg-website-theme .search .search-results .search-results li, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .search .search-results .search-results li {
    padding-left: 30px;
    padding-right: 30px;
  }
  .umcg-website-theme .search .search-results .search-results li:first-child, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .search .search-results .search-results li:first-child {
    margin-bottom: 15px;
    margin-top: 30px;
  }
  .umcg-website-theme .search .search-results .search-results li:last-child, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .search .search-results .search-results li:last-child {
    margin-bottom: 30px;
  }
}
.umcg-website-theme .search .loader, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .search .loader {
  display: none;
}
.umcg-website-theme .search--loading .loader, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .search--loading .loader {
  display: block;
}
@-webkit-keyframes searchOpen {
  0% {
    max-height: 0;
    min-height: 0;
    opacity: 0;
    -webkit-transform: translate(0, 50px);
            transform: translate(0, 50px);
  }
  100% {
    max-height: 390px;
    min-height: 390px;
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@keyframes searchOpen {
  0% {
    max-height: 0;
    min-height: 0;
    opacity: 0;
    -webkit-transform: translate(0, 50px);
            transform: translate(0, 50px);
  }
  100% {
    max-height: 390px;
    min-height: 390px;
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@-webkit-keyframes searchClose {
  0% {
    max-height: 390px;
    min-height: 390px;
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  100% {
    max-height: 0;
    min-height: 0;
    opacity: 0;
    -webkit-transform: translate(0, 50px);
            transform: translate(0, 50px);
  }
}
@keyframes searchClose {
  0% {
    max-height: 390px;
    min-height: 390px;
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  100% {
    max-height: 0;
    min-height: 0;
    opacity: 0;
    -webkit-transform: translate(0, 50px);
            transform: translate(0, 50px);
  }
}
@media all and (min-width: 768px) {
  .umcg-website-theme .search, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .search {
    position: relative;
    top: -5px;
  }
}
@media all and (min-width: 992px) {
  .umcg-website-theme .search, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .search {
    top: 0;
    min-width: 860px;
    border-radius: 10px;
    overflow: visible;
  }
  .umcg-website-theme .search .search-wrapper, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .search .search-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .navigation-open .umcg-website-theme .search .search-wrapper, .navigation-open .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .search .search-wrapper {
    -webkit-animation: none;
            animation: none;
  }
  .navigation-close .umcg-website-theme .search .search-wrapper, .navigation-close .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .search .search-wrapper {
    -webkit-animation: none;
            animation: none;
  }
  .umcg-website-theme .search form, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .search form {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    position: static;
    bottom: 0;
    left: 0;
    right: 0;
    top: auto;
    margin: 0;
  }
  .umcg-website-theme .search .search-results, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .search .search-results {
    position: absolute;
    top: 85%;
    bottom: auto;
    left: 20px;
    width: auto;
    right: 20px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    background-color: #fff;
    padding: 0;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.15);
            box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.15);
    border-radius: 5px;
  }
  .umcg-website-theme .search .search-results li, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .search .search-results li {
    padding-left: 30px;
    padding-right: 30px;
  }
  .umcg-website-theme .search .search-results li:first-child, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .search .search-results li:first-child {
    margin-bottom: 15px;
    margin-top: 30px;
  }
  .umcg-website-theme .search .search-results li:last-child, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .search .search-results li:last-child {
    margin-bottom: 30px;
  }
}
.umcg-website-theme .search-result--hero, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .search-result--hero {
  text-align: left;
  color: rgb(0, 49, 131);
  overflow: auto;
  overflow-x: hidden;
  top: 5px;
  width: 100%;
  bottom: 100px;
  padding: 15px 15px 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: fixed;
  width: 400px;
  height: 400px;
  top: 0;
}
.umcg-website-theme .search-result--hero > li, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .search-result--hero > li {
  margin-bottom: 0.9rem;
  cursor: pointer;
}
.umcg-website-theme .search-result--hero a, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .search-result--hero a {
  display: block;
  color: rgb(0, 49, 131);
  text-decoration: none;
}
.umcg-website-theme .search-result--hero a .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .search-result--hero a .label {
  color: rgb(0, 49, 131);
  text-transform: none;
  font-weight: normal;
  text-decoration: none;
  font-size: 1.8rem;
  line-height: 1.5;
}
.umcg-website-theme .search-result--hero a::before, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .search-result--hero a::before {
  font-family: "iconfont";
  font-style: normal;
  font-weight: 400;
  content: "\ea01";
  display: inline-block;
  font-size: 14px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  color: rgb(255, 125, 0);
  margin-right: 5px;
}
.umcg-website-theme .search-result--hero a[aria-selected=true] .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .search-result--hero a[aria-selected=true] .label, .umcg-website-theme .search-result--hero a:hover .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .search-result--hero a:hover .label {
  text-decoration: underline;
}
@media all and (min-width: 992px) {
  .umcg-website-theme .search-result--hero .search-results, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .search-result--hero .search-results {
    position: absolute;
    top: 85%;
    bottom: auto;
    left: 20px;
    width: auto;
    right: 20px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    background-color: #fff;
    padding: 0;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.15);
            box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.15);
    border-radius: 5px;
  }
  .umcg-website-theme .search-result--hero .search-results li, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .search-result--hero .search-results li {
    padding-left: 30px;
    padding-right: 30px;
  }
  .umcg-website-theme .search-result--hero .search-results li:first-child, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .search-result--hero .search-results li:first-child {
    margin-bottom: 15px;
    margin-top: 30px;
  }
  .umcg-website-theme .search-result--hero .search-results li:last-child, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .search-result--hero .search-results li:last-child {
    margin-bottom: 30px;
  }
}
.umcg-website-theme .navigation, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .navigation {
  width: 100%;
}
.umcg-website-theme .navigation .tab-list-container, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .navigation .tab-list-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.umcg-website-theme .navigation .tab-list-item, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .navigation .tab-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 2rem;
}
.umcg-website-theme .navigation .tab-list-item .search-button:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .navigation .tab-list-item .search-button:focus {
  outline-color: rgb(233, 94, 39);
}
.umcg-website-theme .navigation .tab-list-item:last-child, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .navigation .tab-list-item:last-child {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-right: 0;
}
.umcg-website-theme .navigation .tab-button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .navigation .tab-button {
  padding: 0;
  visibility: visible;
  -webkit-transition: opacity 450ms ease-in-out, visibility 450ms 0s;
  transition: opacity 450ms ease-in-out, visibility 450ms 0s;
}
.umcg-website-theme .navigation .tab-button[aria-expanded=true], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .navigation .tab-button[aria-expanded=true] {
  z-index: 42;
}
.umcg-website-theme .navigation .tabs, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .navigation .tabs {
  position: fixed;
  left: 50px;
  right: 50px;
  z-index: 41;
  max-width: 122rem;
  border-radius: 0 0 10px 10px;
}
.umcg-website-theme .navigation .tabs-content, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .navigation .tabs-content {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 450ms ease-in-out, visibility 450ms 0s;
  transition: opacity 450ms ease-in-out, visibility 450ms 0s;
}
.umcg-website-theme .navigation .tabs-content[aria-hidden=false], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .navigation .tabs-content[aria-hidden=false] {
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity 450ms ease-in-out, visibility 450ms 0s;
  transition: opacity 450ms ease-in-out, visibility 450ms 0s;
}
.umcg-website-theme .navigation [aria-hidden=true] > .navigation-container, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .navigation [aria-hidden=true] > .navigation-container,
.umcg-website-theme .navigation [aria-hidden=true] > .search,
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .navigation [aria-hidden=true] > .search {
  opacity: 0;
}
.umcg-website-theme .navigation .navigation-container, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .navigation .navigation-container,
.umcg-website-theme .navigation .search,
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .navigation .search {
  max-height: 0;
  overflow-y: auto;
}
.umcg-website-theme .navigation .navigation-container, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .navigation .navigation-container {
  background-color: #fff;
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
}
.umcg-website-theme .navigation .navigation-container-inner, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .navigation .navigation-container-inner,
.umcg-website-theme .navigation .search-wrapper,
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .navigation .search-wrapper {
  position: relative;
}
.navigation-open .umcg-website-theme .navigation .navigation-container, .navigation-open .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .navigation .navigation-container {
  -webkit-animation: 450ms navigationOpenLowHeight forwards;
          animation: 450ms navigationOpenLowHeight forwards;
}
.navigation-open .umcg-website-theme .navigation .search, .navigation-open .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .navigation .search {
  -webkit-animation: 450ms searchOpenLowHeight forwards;
          animation: 450ms searchOpenLowHeight forwards;
}
.navigation-close .umcg-website-theme .navigation .navigation-container, .navigation-close .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .navigation .navigation-container {
  -webkit-animation: 450ms navigationCloseLowHeight forwards;
          animation: 450ms navigationCloseLowHeight forwards;
}
.navigation-close .umcg-website-theme .navigation .search, .navigation-close .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .navigation .search {
  -webkit-animation: 450ms searchCloseLowHeight forwards;
          animation: 450ms searchCloseLowHeight forwards;
}
.umcg-website-theme .navigation .navigation-group, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .navigation .navigation-group {
  width: 100%;
}
.umcg-website-theme .navigation .navigation-item, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .navigation .navigation-item {
  margin: 0;
}
@-webkit-keyframes navigationOpen {
  0% {
    max-height: 0;
    opacity: 0;
    -webkit-transform: translate(0, 50px);
            transform: translate(0, 50px);
  }
  100% {
    max-height: 660px;
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@keyframes navigationOpen {
  0% {
    max-height: 0;
    opacity: 0;
    -webkit-transform: translate(0, 50px);
            transform: translate(0, 50px);
  }
  100% {
    max-height: 660px;
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@-webkit-keyframes navigationClose {
  0% {
    max-height: 660px;
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  100% {
    max-height: 0;
    opacity: 0;
    -webkit-transform: translate(0, 50px);
            transform: translate(0, 50px);
  }
}
@keyframes navigationClose {
  0% {
    max-height: 660px;
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  100% {
    max-height: 0;
    opacity: 0;
    -webkit-transform: translate(0, 50px);
            transform: translate(0, 50px);
  }
}
@-webkit-keyframes navigationOpenLowHeight {
  0% {
    max-height: 0;
    opacity: 0;
    -webkit-transform: translate(0, 50px);
            transform: translate(0, 50px);
  }
  100% {
    max-height: calc(100vh - 80px);
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@keyframes navigationOpenLowHeight {
  0% {
    max-height: 0;
    opacity: 0;
    -webkit-transform: translate(0, 50px);
            transform: translate(0, 50px);
  }
  100% {
    max-height: calc(100vh - 80px);
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@-webkit-keyframes navigationCloseLowHeight {
  0% {
    max-height: calc(100vh - 80px);
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  100% {
    max-height: 0;
    opacity: 0;
    -webkit-transform: translate(0, 50px);
            transform: translate(0, 50px);
  }
}
@keyframes navigationCloseLowHeight {
  0% {
    max-height: calc(100vh - 80px);
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  100% {
    max-height: 0;
    opacity: 0;
    -webkit-transform: translate(0, 50px);
            transform: translate(0, 50px);
  }
}
@-webkit-keyframes searchOpenLowHeight {
  0% {
    max-height: 0;
    opacity: 0;
    -webkit-transform: translate(0, 50px);
            transform: translate(0, 50px);
  }
  100% {
    max-height: calc(80vh - 80px);
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@keyframes searchOpenLowHeight {
  0% {
    max-height: 0;
    opacity: 0;
    -webkit-transform: translate(0, 50px);
            transform: translate(0, 50px);
  }
  100% {
    max-height: calc(80vh - 80px);
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@-webkit-keyframes searchCloseLowHeight {
  0% {
    max-height: calc(80vh - 80px);
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  100% {
    max-height: 0;
    opacity: 0;
    -webkit-transform: translate(0, 50px);
            transform: translate(0, 50px);
  }
}
@keyframes searchCloseLowHeight {
  0% {
    max-height: calc(80vh - 80px);
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  100% {
    max-height: 0;
    opacity: 0;
    -webkit-transform: translate(0, 50px);
            transform: translate(0, 50px);
  }
}
@media all and (min-height: 500px) {
  .navigation-open .umcg-website-theme .navigation .navigation-container, .navigation-open .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .navigation .navigation-container,
  .navigation-open .umcg-website-theme .navigation .search,
  .navigation-open .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .navigation .search {
    -webkit-animation: 450ms navigationOpen forwards;
            animation: 450ms navigationOpen forwards;
  }
  .navigation-close .umcg-website-theme .navigation .navigation-container, .navigation-close .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .navigation .navigation-container,
  .navigation-close .umcg-website-theme .navigation .search,
  .navigation-close .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .navigation .search {
    -webkit-animation: 450ms navigationClose forwards;
            animation: 450ms navigationClose forwards;
  }
  .umcg-website-theme .navigation .search, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .navigation .search {
    overflow-y: visible;
  }
}
@media all and (min-width: 992px) {
  .umcg-website-theme .navigation .tab-button.search-button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .navigation .tab-button.search-button {
    padding-left: 10px;
    padding-right: 0;
    margin-right: 0;
  }
  .umcg-website-theme .navigation .tab-button.menu-button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .navigation .tab-button.menu-button {
    padding-left: 0;
  }
  .umcg-website-theme .navigation .tab-button[aria-hidden=true], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .navigation .tab-button[aria-hidden=true] {
    opacity: 1;
    visibility: visible;
    pointer-events: none;
  }
  .umcg-website-theme .navigation .tab-button[aria-hidden=true] .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .navigation .tab-button[aria-hidden=true] .label {
    color: #001e50;
  }
  .umcg-website-theme .navigation .tab-button[aria-hidden=true] .line, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .navigation .tab-button[aria-hidden=true] .line {
    background-color: #001e50;
  }
  .umcg-website-theme .navigation .tab-button[aria-hidden=true] svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .navigation .tab-button[aria-hidden=true] svg {
    fill: #001e50;
  }
  .umcg-website-theme .navigation .tabs, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .navigation .tabs {
    background-color: transparent;
    position: absolute;
    top: 9rem;
    right: 0;
    min-width: 540px;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
    -webkit-transition: opacity 450ms ease-in-out, visibility 450ms 0s, -webkit-transform 450ms ease-in-out;
    transition: opacity 450ms ease-in-out, visibility 450ms 0s, -webkit-transform 450ms ease-in-out;
    transition: transform 450ms ease-in-out, opacity 450ms ease-in-out, visibility 450ms 0s;
    transition: transform 450ms ease-in-out, opacity 450ms ease-in-out, visibility 450ms 0s, -webkit-transform 450ms ease-in-out;
  }
  .umcg-website-theme .navigation .navigation-container, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .navigation .navigation-container,
  .umcg-website-theme .navigation .search,
  .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .navigation .search {
    max-height: none;
    border-radius: 5px;
  }
  .navigation-open .umcg-website-theme .navigation .navigation-container, .navigation-open .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .navigation .navigation-container,
  .navigation-open .umcg-website-theme .navigation .search,
  .navigation-open .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .navigation .search {
    background-color: #fff;
    -webkit-animation: none;
            animation: none;
  }
  .navigation-open .umcg-website-theme .navigation .tabs, .navigation-open .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .navigation .tabs {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-transition: opacity 450ms ease-out, visibility 0s, -webkit-transform 450ms ease-out;
    transition: opacity 450ms ease-out, visibility 0s, -webkit-transform 450ms ease-out;
    transition: transform 450ms ease-out, opacity 450ms ease-out, visibility 0s;
    transition: transform 450ms ease-out, opacity 450ms ease-out, visibility 0s, -webkit-transform 450ms ease-out;
  }
  .navigation-close .umcg-website-theme .navigation .navigation-container, .navigation-close .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .navigation .navigation-container,
  .navigation-close .umcg-website-theme .navigation .search,
  .navigation-close .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .navigation .search {
    -webkit-animation: none;
            animation: none;
  }
  .umcg-website-theme .navigation .tabs-content, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .navigation .tabs-content {
    opacity: 1;
    visibility: visible;
    -webkit-transition: none;
    transition: none;
  }
  .umcg-website-theme .navigation .tabs-content[aria-hidden=false], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .navigation .tabs-content[aria-hidden=false] {
    opacity: 1;
    visibility: visible;
    -webkit-transition: none;
    transition: none;
  }
  .umcg-website-theme .navigation .tab-list-container, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .navigation .tab-list-container {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .umcg-website-theme .navigation .tab-list-item, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .navigation .tab-list-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
}
@media print {
  .umcg-website-theme .navigation, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .navigation {
    display: none;
  }
}
.umcg-website-theme .navigation .tabs, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .navigation .tabs {
  z-index: 40;
}
@-webkit-keyframes navigationOpenLowHeightFix {
  0% {
    max-height: 0;
    opacity: 0;
    -webkit-transform: translate(0, 50px);
            transform: translate(0, 50px);
  }
  100% {
    max-height: calc(100vh - 210px);
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@keyframes navigationOpenLowHeightFix {
  0% {
    max-height: 0;
    opacity: 0;
    -webkit-transform: translate(0, 50px);
            transform: translate(0, 50px);
  }
  100% {
    max-height: calc(100vh - 210px);
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@media all and (min-height: 500px) {
  .navigation-open .umcg-website-theme .navigation .navigation-container, .navigation-open .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .navigation .navigation-container,
  .navigation-open .umcg-website-theme .navigation .search,
  .navigation-open .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .navigation .search {
    -webkit-animation: 450ms navigationOpenLowHeightFix forwards;
            animation: 450ms navigationOpenLowHeightFix forwards;
  }
}
.umcg-website-theme .menu-button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .menu-button {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  cursor: pointer;
}
.umcg-website-theme .menu-button[aria-expanded=true] .line, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .menu-button[aria-expanded=true] .line {
  background-color: #fff;
}
.umcg-website-theme .menu-button[aria-expanded=true] .line-1, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .menu-button[aria-expanded=true] .line-1 {
  -webkit-transform: translateY(7px) rotateZ(45deg);
          transform: translateY(7px) rotateZ(45deg);
}
.umcg-website-theme .menu-button[aria-expanded=true] .line-2, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .menu-button[aria-expanded=true] .line-2 {
  width: 0;
}
.umcg-website-theme .menu-button[aria-expanded=true] .line-3, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .menu-button[aria-expanded=true] .line-3 {
  -webkit-transform: translateY(-7px) rotateZ(-45deg);
          transform: translateY(-7px) rotateZ(-45deg);
}
.umcg-website-theme .menu-button[aria-expanded=true] .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .menu-button[aria-expanded=true] .label {
  color: #fff;
}
.umcg-website-theme .menu-button .icon, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .menu-button .icon {
  -ms-flex-item-align: center;
      align-self: center;
}
.umcg-website-theme .menu-button .line, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .menu-button .line {
  margin: 4px auto;
  display: block;
  border-radius: 1px;
  width: 24px;
  height: 3px;
  background-color: rgb(0, 49, 131);
  -webkit-transition: 300ms ease-out;
  transition: 300ms ease-out;
}
.umcg-website-theme .menu-button .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .menu-button .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  color: rgb(0, 49, 131);
  font-size: 1.6rem;
  line-height: 1.5;
  text-transform: uppercase;
  font-weight: bold;
  -ms-flex-item-align: center;
      align-self: center;
  margin-left: 11px;
}
@media all and (min-width: 768px) {
  .umcg-website-theme .menu-button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .menu-button {
    top: 0;
    margin-left: 10px;
  }
  .umcg-website-theme .menu-button .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .menu-button .label {
    border: 0;
    clip: auto;
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    color: rgb(0, 49, 131);
    margin-left: 11px;
    -webkit-transition: ease-in-out 300ms;
    transition: ease-in-out 300ms;
  }
}
@media all and (min-width: 992px) {
  .umcg-website-theme .menu-button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .menu-button {
    padding: 6px 20px 6px 0;
  }
  .umcg-website-theme .menu-button .line, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .menu-button .line {
    background-color: rgb(0, 49, 131);
  }
  .umcg-website-theme .menu-button[aria-expanded=true] .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .menu-button[aria-expanded=true] .label {
    color: #fff;
  }
  .umcg-website-theme .menu-button[aria-expanded=true] .line, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .menu-button[aria-expanded=true] .line {
    background-color: #fff;
  }
}
.umcg-website-theme .search-button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .search-button {
  background-color: transparent;
  border: 0;
  font-size: 1.8rem;
  line-height: 1.5;
  font-family: "Open Sans", sans-serif;
  text-align: left;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: rgb(0, 49, 131);
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 9px 35px 9px 20px;
  position: relative;
  min-width: 26px;
  height: 100%;
}
.umcg-website-theme .search-button .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .search-button .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
}
.umcg-website-theme .search-button svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .search-button svg {
  fill: rgb(0, 49, 131);
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 1;
  -webkit-transition: opacity 450ms;
  transition: opacity 450ms;
}
.umcg-website-theme .search-button svg.close-theme, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .search-button svg.close-theme {
  opacity: 0;
}
.umcg-website-theme .search-button[aria-expanded=true] .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .search-button[aria-expanded=true] .label {
  color: #fff;
}
.umcg-website-theme .search-button[aria-expanded=true] .line, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .search-button[aria-expanded=true] .line {
  background-color: #fff;
}
.umcg-website-theme .search-button[aria-expanded=true] svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .search-button[aria-expanded=true] svg {
  opacity: 0;
}
.umcg-website-theme .search-button[aria-expanded=true] svg.close-theme, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .search-button[aria-expanded=true] svg.close-theme {
  fill: #fff;
  opacity: 1;
}
@media all and (min-width: 768px) {
  .umcg-website-theme .search-button .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .search-button .label {
    border: 0;
    clip: auto;
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
    font-size: 1.6rem;
    line-height: 1.5;
    padding-left: 28px;
  }
  .umcg-website-theme .search-button svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .search-button svg {
    right: auto;
    left: 0;
    fill: rgb(0, 49, 131);
  }
  .umcg-website-theme .search-button svg.close-theme, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .search-button svg.close-theme {
    top: calc(50% + 1px);
  }
}
@media all and (min-width: 992px) {
  .umcg-website-theme .search-button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .search-button {
    color: rgb(0, 49, 131);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 35px;
    padding-right: 20px;
    top: 0;
  }
  .umcg-website-theme .search-button[aria-expanded=true] .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .search-button[aria-expanded=true] .label {
    color: #fff;
  }
  .umcg-website-theme .search-button[aria-expanded=true] svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .search-button[aria-expanded=true] svg {
    fill: #fff;
  }
  .umcg-website-theme .search-button[aria-expanded=true] .line, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .search-button[aria-expanded=true] .line {
    background-color: #fff;
  }
}
.umcg-website-theme .slider-item .aspect-ratio img, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .slider-item .aspect-ratio img {
  height: 100%;
  max-height: none;
  max-width: none;
}
.umcg-website-theme .interactive-slide, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .interactive-slide {
  position: relative;
  display: block;
  color: #000;
  text-decoration: none;
  font-size: 1.6rem;
}
.umcg-website-theme .interactive-slide h3, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .interactive-slide h3 {
  font-size: 1.6rem;
  margin-top: 0.6rem;
}
.umcg-website-theme .interactive-slide p, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .interactive-slide p, .umcg-website-theme .interactive-slide pp, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .interactive-slide pp {
  font-size: 1.6rem;
  margin: 0;
  margin-top: 0.6rem;
}
.slider-copyright .umcg-website-theme .interactive-slide figure, .slider-copyright .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .interactive-slide figure {
  margin-bottom: 4.5rem;
}
.umcg-website-theme .slider-copyright .interactive-slide figure, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .slider-copyright .interactive-slide figure {
  margin-bottom: 4.5rem;
}
.umcg-website-theme .alt-navigation, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .alt-navigation {
  background-color: #ecf4fa;
  margin: 0 -2rem;
  padding: 4rem;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.umcg-website-theme .alt-navigation .alt-navigation-item, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .alt-navigation .alt-navigation-item {
  margin-bottom: 3rem;
}
.umcg-website-theme .alt-navigation .title, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .alt-navigation .title {
  display: block;
  color: rgb(0, 49, 131);
  font-weight: 600;
  margin-bottom: 1.4rem;
}
.umcg-website-theme .alt-navigation a, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .alt-navigation a {
  color: rgb(0, 49, 131);
  text-decoration: none;
}
.umcg-website-theme .alt-navigation a .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .alt-navigation a .label {
  text-decoration: none;
}
.umcg-website-theme .alt-navigation a:hover .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .alt-navigation a:hover .label {
  text-decoration: underline;
}
.umcg-website-theme .alt-navigation a svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .alt-navigation a svg {
  margin-left: 1rem;
  margin-top: -0.3rem;
}
.umcg-website-theme .alt-navigation li, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .alt-navigation li {
  margin-bottom: 1.4rem;
}
.umcg-website-theme .alt-navigation li:last-child, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .alt-navigation li:last-child {
  margin-bottom: 0;
}
.umcg-website-theme .alt-navigation .navigation-group-alt a, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .alt-navigation .navigation-group-alt a {
  color: rgb(0, 49, 131);
  text-decoration: none;
}
.umcg-website-theme .alt-navigation .navigation-group-alt a .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .alt-navigation .navigation-group-alt a .label {
  padding-left: 5px;
  text-decoration: underline;
}
.umcg-website-theme .alt-navigation .navigation-group-alt a:hover .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .alt-navigation .navigation-group-alt a:hover .label {
  text-decoration: none;
}
.umcg-website-theme .alt-navigation .navigation-group-alt a:visited, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .alt-navigation .navigation-group-alt a:visited {
  color: rgb(85, 31, 120);
}
@media all and (min-width: 992px) {
  .umcg-website-theme .alt-navigation, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .alt-navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 4rem 15px;
    margin: 0 -1.8rem;
  }
  .umcg-website-theme .alt-navigation .alt-navigation-item, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .alt-navigation .alt-navigation-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    margin-bottom: 0;
    padding: 0 25px;
  }
  .umcg-website-theme .alt-navigation .multi-column, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .alt-navigation .multi-column {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
  }
  .umcg-website-theme .alt-navigation .multi-column ul, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .alt-navigation .multi-column ul {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
  }
}
@media all and (min-width: 1200px) {
  .umcg-website-theme .alt-navigation, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .alt-navigation {
    margin: 0 -10rem;
    padding-left: 75px;
    padding-right: 75px;
  }
}
.umcg-website-theme .main-navigation .navigation-group, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .main-navigation .navigation-group {
  margin-bottom: 3rem;
}
.umcg-website-theme .main-navigation .main-navigation-button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .main-navigation .main-navigation-button {
  background-color: #fff;
  border: 1px solid #fff;
  font-family: "Open Sans", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 10px;
  padding: 11px 12px 11px 19px;
  border-radius: 5px;
  text-decoration: none;
  color: rgb(0, 49, 131);
  font-weight: 600;
  text-align: left;
  font-size: 1.8rem;
  line-height: 1.5;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
.umcg-website-theme .main-navigation .main-navigation-button svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .main-navigation .main-navigation-button svg {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.umcg-website-theme .main-navigation .main-navigation-button .icon, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .main-navigation .main-navigation-button .icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20px;
          flex: 0 0 20px;
}
.umcg-website-theme .main-navigation .main-navigation-button .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .main-navigation .main-navigation-button .label {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.umcg-website-theme .main-navigation .main-navigation-button:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .main-navigation .main-navigation-button:hover {
  border-color: rgb(0, 49, 131);
}
.umcg-website-theme .main-navigation .main-navigation-button[aria-expanded=true], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .main-navigation .main-navigation-button[aria-expanded=true] {
  color: #fff;
  background-color: #335a9c;
  border-color: #335a9c;
}
.umcg-website-theme .main-navigation .main-navigation-button[aria-expanded=true] svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .main-navigation .main-navigation-button[aria-expanded=true] svg {
  fill: #fff;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.umcg-website-theme .main-navigation .main-navigation-tabs-content, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .main-navigation .main-navigation-tabs-content {
  padding: 0 2rem;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 450ms ease-in-out, visibility 450ms 0s;
  transition: opacity 450ms ease-in-out, visibility 450ms 0s;
  -webkit-animation: 450ms mainNavigationClose forwards;
          animation: 450ms mainNavigationClose forwards;
}
.umcg-website-theme .main-navigation .main-navigation-tabs-content li, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .main-navigation .main-navigation-tabs-content li {
  margin-bottom: 1.5rem;
}
.umcg-website-theme .main-navigation .main-navigation-tabs-content li:last-child, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .main-navigation .main-navigation-tabs-content li:last-child {
  margin-bottom: 0;
}
.umcg-website-theme .main-navigation .main-navigation-tabs-content ul, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .main-navigation .main-navigation-tabs-content ul {
  padding-bottom: 5rem;
}
.umcg-website-theme .main-navigation .main-navigation-tabs-content a, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .main-navigation .main-navigation-tabs-content a {
  color: rgb(0, 49, 131);
}
.umcg-website-theme .main-navigation .main-navigation-tabs-content[aria-hidden=false], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .main-navigation .main-navigation-tabs-content[aria-hidden=false] {
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity 450ms ease-in-out, visibility 450ms 0s;
  transition: opacity 450ms ease-in-out, visibility 450ms 0s;
  -webkit-animation: 450ms mainNavigationOpen forwards;
          animation: 450ms mainNavigationOpen forwards;
}
@-webkit-keyframes mainNavigationOpen {
  0% {
    max-height: 0;
    opacity: 0;
    -webkit-transform: translate(0, 50px);
            transform: translate(0, 50px);
  }
  99% {
    max-height: 50rem;
  }
  100% {
    max-height: none;
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@keyframes mainNavigationOpen {
  0% {
    max-height: 0;
    opacity: 0;
    -webkit-transform: translate(0, 50px);
            transform: translate(0, 50px);
  }
  99% {
    max-height: 50rem;
  }
  100% {
    max-height: none;
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@-webkit-keyframes mainNavigationClose {
  0% {
    max-height: 50rem;
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  100% {
    max-height: 0;
    opacity: 0;
    -webkit-transform: translate(0, 50px);
            transform: translate(0, 50px);
  }
}
@keyframes mainNavigationClose {
  0% {
    max-height: 50rem;
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  100% {
    max-height: 0;
    opacity: 0;
    -webkit-transform: translate(0, 50px);
            transform: translate(0, 50px);
  }
}
@-webkit-keyframes mainNavigationOpenDesktop {
  0% {
    opacity: 0;
    -webkit-transform: translate(-50px, 0);
            transform: translate(-50px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@keyframes mainNavigationOpenDesktop {
  0% {
    opacity: 0;
    -webkit-transform: translate(-50px, 0);
            transform: translate(-50px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@-webkit-keyframes mainNavigationCloseDesktop {
  0% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(-50px, 0);
            transform: translate(-50px, 0);
  }
}
@keyframes mainNavigationCloseDesktop {
  0% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(-50px, 0);
            transform: translate(-50px, 0);
  }
}
@media all and (min-width: 992px) {
  .umcg-website-theme .main-navigation .navigation-group, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .main-navigation .navigation-group {
    width: 32rem;
    padding-right: 2rem;
    -webkit-transition: -webkit-box-shadow 300ms ease-in-out;
    transition: -webkit-box-shadow 300ms ease-in-out;
    transition: box-shadow 300ms ease-in-out;
    transition: box-shadow 300ms ease-in-out, -webkit-box-shadow 300ms ease-in-out;
    -webkit-box-shadow: 7px -1px 0 -14px rgba(0, 49, 131, 0.2);
            box-shadow: 7px -1px 0 -14px rgba(0, 49, 131, 0.2);
  }
  .umcg-website-theme .main-navigation .navigation-group, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .main-navigation .navigation-group {
    -webkit-box-shadow: 7px -1px 20px -14px rgba(0, 49, 131, 0.2);
            box-shadow: 7px -1px 20px -14px rgba(0, 49, 131, 0.2);
  }
  .umcg-website-theme .main-navigation .main-navigation-tab-list, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .main-navigation .main-navigation-tab-list {
    position: relative;
    padding-bottom: 2rem;
    margin-bottom: 1rem;
  }
  .umcg-website-theme .main-navigation .main-navigation-tabs-content, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .main-navigation .main-navigation-tabs-content {
    padding: 2rem 0 2rem;
    position: absolute;
    top: 0;
    overflow-y: auto;
    bottom: 0;
    left: 38rem;
    right: 0;
    -webkit-animation: 450ms mainNavigationCloseDesktop forwards;
            animation: 450ms mainNavigationCloseDesktop forwards;
  }
  .umcg-website-theme .main-navigation .main-navigation-tabs-content[aria-hidden=false], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .main-navigation .main-navigation-tabs-content[aria-hidden=false] {
    -webkit-animation: 450ms mainNavigationOpenDesktop forwards;
            animation: 450ms mainNavigationOpenDesktop forwards;
  }
  .umcg-website-theme .main-navigation .main-navigation-button svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .main-navigation .main-navigation-button svg {
    -webkit-transform: none;
            transform: none;
  }
  .umcg-website-theme .main-navigation .main-navigation-button[aria-expanded=true] svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .main-navigation .main-navigation-button[aria-expanded=true] svg {
    -webkit-transform: none;
            transform: none;
  }
}
.umcg-website-theme .page-title .chapeau, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .page-title .chapeau {
  display: block;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
  font-size: 1.47rem;
  line-height: 1.5;
  font-weight: normal;
  letter-spacing: 0.15rem;
}
.umcg-website-theme .page-title .subtitle, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .page-title .subtitle {
  margin: 1rem 0 0;
  display: block;
  font-size: 2rem;
  line-height: 1.5;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
}
.umcg-website-theme .page-title .post-date, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .page-title .post-date {
  display: block;
  font-size: 2.2rem;
  line-height: 1.5;
  color: #037da8;
  font-weight: 400;
  margin: -0.9rem 0 2.2rem;
  font-family: "CaspariWT", sans-serif;
}
@media all and (min-width: 992px) {
  .umcg-website-theme .page-title .subtitle, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .page-title .subtitle {
    margin-top: 2rem;
  }
}
.umcg-website-theme .navigation-container .navigation-container-inner, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .navigation-container .navigation-container-inner {
  padding: 20px 20px 0;
}
@media all and (min-width: 992px) {
  .umcg-website-theme .navigation-container, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .navigation-container {
    width: calc(100vw - 50px - 1.5rem);
  }
  .umcg-website-theme .navigation-container .navigation-container-inner, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .navigation-container .navigation-container-inner {
    max-height: calc(100vh - 120px);
    overflow-y: auto;
  }
}
@media all and (min-width: 1200px) {
  .umcg-website-theme .navigation-container, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .navigation-container {
    max-width: 122rem;
  }
  .umcg-website-theme .navigation-container .navigation-container-inner, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .navigation-container .navigation-container-inner {
    padding: 4rem 10rem 0;
  }
}
.umcg-website-theme .navigation-overlay, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .navigation-overlay {
  background-color: transparent;
  border: 0;
  font-size: 1.8rem;
  line-height: 1.5;
  font-family: "Open Sans", sans-serif;
  text-align: left;
  opacity: 0;
  visibility: hidden;
  position: fixed;
  left: 0;
  width: 100vw;
  bottom: 0;
  height: 100vh;
  z-index: 40;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transition: opacity 450ms ease-in-out, visibility 450ms 0s;
  transition: opacity 450ms ease-in-out, visibility 450ms 0s;
}
.navigation-open .umcg-website-theme .navigation-overlay, .navigation-open .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .navigation-overlay {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 450ms ease-in-out, visibility 450ms 0s;
  transition: opacity 450ms ease-in-out, visibility 450ms 0s;
}
.umcg-website-theme .button-arrow, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button-arrow {
  position: relative;
  text-decoration: none;
}
.umcg-website-theme .button-arrow svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button-arrow svg {
  fill: rgb(255, 125, 0);
  position: absolute;
  left: 0;
  top: 0.7rem;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.umcg-website-theme .button-arrow .label-theme, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button-arrow .label-theme {
  display: inline-block;
  padding: 0 0 0 3rem;
}
.umcg-website-theme .button-arrow:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button-arrow:hover {
  text-decoration: underline;
}
.umcg-website-theme .button-arrow:visited .label-theme, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button-arrow:visited .label-theme {
  color: rgb(85, 31, 120);
}
.umcg-website-theme .button-arrow--rtl .label-theme, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button-arrow--rtl .label-theme {
  padding: 0 3rem 0 0;
}
.umcg-website-theme .button-arrow--rtl svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button-arrow--rtl svg {
  left: auto;
  right: 0;
}
.umcg-website-theme .button-arrow--theme-2 .label-theme, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button-arrow--theme-2 .label-theme {
  text-decoration: none;
}
.umcg-website-theme .button-arrow--theme-2:hover .label-theme, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button-arrow--theme-2:hover .label-theme {
  text-decoration: underline;
}
.umcg-website-theme .icon-title, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .icon-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.umcg-website-theme .icon-title h2, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .icon-title h2 {
  padding-right: 2rem;
}
.umcg-website-theme .icon-title svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .icon-title svg {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.umcg-website-theme .pagination, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .pagination {
  background-color: transparent;
  padding: 0;
  margin-bottom: 4rem;
}
.umcg-website-theme .pagination .previous a, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .pagination .previous a,
.umcg-website-theme .pagination .next a,
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .pagination .next a {
  display: inline-block;
  position: relative;
  background-color: #e3eff8;
  color: rgb(0, 49, 131);
  font-weight: 600;
  min-width: 145px;
  padding: 11px 20px;
  text-decoration: none;
  border-radius: 5px;
  border: 1px solid #e3eff8;
}
.umcg-website-theme .pagination .previous a::before, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .pagination .previous a::before,
.umcg-website-theme .pagination .next a::before,
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .pagination .next a::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 9px 9px 9px 0;
  border-color: transparent rgb(0, 49, 131) transparent transparent;
}
.umcg-website-theme .pagination .previous a:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .pagination .previous a:hover,
.umcg-website-theme .pagination .next a:hover,
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .pagination .next a:hover {
  border-color: rgb(160, 202, 232);
}
.umcg-website-theme .pagination .previous, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .pagination .previous {
  margin-right: 20px;
}
.umcg-website-theme .pagination .previous a, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .pagination .previous a {
  padding-left: 40px;
}
.umcg-website-theme .pagination .previous a::before, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .pagination .previous a::before {
  left: 20px;
}
.umcg-website-theme .pagination .next a, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .pagination .next a {
  padding-right: 40px;
}
.umcg-website-theme .pagination .next a::before, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .pagination .next a::before {
  right: 20px;
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}
.umcg-website-theme .pagination .first, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .pagination .first {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}
.umcg-website-theme .pagination .first a, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .pagination .first a {
  color: rgb(0, 49, 131);
  position: relative;
  display: inline-block;
  font-weight: 600;
  min-width: 145px;
  padding: 11px 20px 11px 40px;
  text-decoration: none;
  border-radius: 5px;
  border: 1px solid transparent;
}
.umcg-website-theme .pagination .first a::before, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .pagination .first a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 9px 9px 9px 0;
  border-color: transparent rgb(0, 49, 131) transparent transparent;
}
.umcg-website-theme .pagination .first a::after, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .pagination .first a::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 24px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 9px 9px 9px 0;
  border-color: transparent rgb(0, 49, 131) transparent transparent;
}
.umcg-website-theme .pagination .first a:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .pagination .first a:hover {
  border-color: rgb(160, 202, 232);
}
.umcg-website-theme .pagination .pager, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .pagination .pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.umcg-website-theme .pagination .pager li, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .pagination .pager li {
  margin-bottom: 20px;
}
.umcg-website-theme .pagination .search-results, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .pagination .search-results {
  margin-bottom: 44px;
  display: block;
}
@media all and (min-width: 576px) {
  .umcg-website-theme .pagination .pager .previous, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .pagination .pager .previous,
  .umcg-website-theme .pagination .pager .next,
  .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .pagination .pager .next {
    margin-left: 0;
    margin-right: 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
}
.umcg-website-theme .lfr-pagination, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .lfr-pagination {
  padding: 0;
  margin-bottom: 4rem;
}
.umcg-website-theme .lfr-pagination li.disabled, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .lfr-pagination li.disabled {
  display: none;
}
.umcg-website-theme .lfr-pagination li:not(.last):not(.first).disabled a, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .lfr-pagination li:not(.last):not(.first).disabled a {
  background-color: #f0f0f0;
  color: #b3b3b3;
}
.umcg-website-theme .lfr-pagination li:not(.last):not(.first).disabled a::before, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .lfr-pagination li:not(.last):not(.first).disabled a::before {
  border-color: transparent #b3b3b3 transparent transparent;
}
.umcg-website-theme .lfr-pagination li:not(.last):not(.first).disabled a:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .lfr-pagination li:not(.last):not(.first).disabled a:hover {
  border-color: transparent;
}
.umcg-website-theme .lfr-pagination .first, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .lfr-pagination .first {
  grid-area: start;
}
.umcg-website-theme .lfr-pagination .first a, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .lfr-pagination .first a {
  font-size: 0;
}
.umcg-website-theme .lfr-pagination .first a span, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .lfr-pagination .first a span {
  font-size: 1.8rem;
}
.umcg-website-theme .lfr-pagination .first.disabled a, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .lfr-pagination .first.disabled a {
  color: #b3b3b3;
}
.umcg-website-theme .lfr-pagination .first.disabled a::after, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .lfr-pagination .first.disabled a::after, .umcg-website-theme .lfr-pagination .first.disabled a::before, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .lfr-pagination .first.disabled a::before {
  border-color: transparent #b3b3b3 transparent transparent;
}
.umcg-website-theme .lfr-pagination .first.disabled a:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .lfr-pagination .first.disabled a:hover {
  border-color: transparent;
}
.umcg-website-theme .lfr-pagination li:not(.last):not(.first) a, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .lfr-pagination li:not(.last):not(.first) a {
  display: inline-block;
  position: relative;
  background-color: #e3eff8;
  color: rgb(0, 49, 131);
  font-weight: 600;
  min-width: 145px;
  padding: 11px 20px;
  text-decoration: none;
  border-radius: 5px;
  border: 1px solid #e3eff8;
}
.umcg-website-theme .lfr-pagination li:not(.last):not(.first) a::before, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .lfr-pagination li:not(.last):not(.first) a::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 9px 9px 9px 0;
  border-color: transparent rgb(0, 49, 131) transparent transparent;
}
.umcg-website-theme .lfr-pagination li:not(.last):not(.first) a:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .lfr-pagination li:not(.last):not(.first) a:hover {
  border-color: rgb(160, 202, 232);
}
.umcg-website-theme .lfr-pagination li:not(.last):not(.first), .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .lfr-pagination li:not(.last):not(.first) {
  margin-right: 20px;
  grid-area: rewind;
}
.umcg-website-theme .lfr-pagination li:not(.last):not(.first) a, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .lfr-pagination li:not(.last):not(.first) a {
  padding-left: 40px;
  text-align: left;
}
.umcg-website-theme .lfr-pagination li:not(.last):not(.first) a::before, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .lfr-pagination li:not(.last):not(.first) a::before {
  left: 20px;
}
.umcg-website-theme .lfr-pagination li:not(.last):not(.first) + li:not(.last):not(.first), .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .lfr-pagination li:not(.last):not(.first) + li:not(.last):not(.first) {
  grid-area: forward;
}
.umcg-website-theme .lfr-pagination li:not(.last):not(.first) + li:not(.last):not(.first) a, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .lfr-pagination li:not(.last):not(.first) + li:not(.last):not(.first) a {
  padding-left: 20px;
  padding-right: 40px;
}
.umcg-website-theme .lfr-pagination li:not(.last):not(.first) + li:not(.last):not(.first) a::before, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .lfr-pagination li:not(.last):not(.first) + li:not(.last):not(.first) a::before {
  left: auto;
  right: 20px;
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}
.umcg-website-theme .lfr-pagination .first, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .lfr-pagination .first,
.umcg-website-theme .lfr-pagination .last,
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .lfr-pagination .last {
  margin-right: 20px;
}
.umcg-website-theme .lfr-pagination .first a, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .lfr-pagination .first a,
.umcg-website-theme .lfr-pagination .last a,
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .lfr-pagination .last a {
  color: rgb(0, 49, 131);
  position: relative;
  display: inline-block;
  font-weight: 600;
  min-width: 145px;
  padding: 11px 20px 11px 40px;
  text-decoration: none;
  border-radius: 5px;
  border: 1px solid transparent;
  text-align: left;
}
.umcg-website-theme .lfr-pagination .first a::before, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .lfr-pagination .first a::before,
.umcg-website-theme .lfr-pagination .last a::before,
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .lfr-pagination .last a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 9px 9px 9px 0;
  border-color: transparent rgb(0, 49, 131) transparent transparent;
}
.umcg-website-theme .lfr-pagination .first a::after, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .lfr-pagination .first a::after,
.umcg-website-theme .lfr-pagination .last a::after,
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .lfr-pagination .last a::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 24px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 9px 9px 9px 0;
  border-color: transparent rgb(0, 49, 131) transparent transparent;
}
.umcg-website-theme .lfr-pagination .first a:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .lfr-pagination .first a:hover,
.umcg-website-theme .lfr-pagination .last a:hover,
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .lfr-pagination .last a:hover {
  border-color: rgb(160, 202, 232);
}
.umcg-website-theme .lfr-pagination .first a:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .lfr-pagination .first a:focus, .umcg-website-theme .lfr-pagination .first a:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .lfr-pagination .first a:hover,
.umcg-website-theme .lfr-pagination .last a:focus,
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .lfr-pagination .last a:focus,
.umcg-website-theme .lfr-pagination .last a:hover,
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .lfr-pagination .last a:hover {
  background-color: transparent;
}
.umcg-website-theme .lfr-pagination .last, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .lfr-pagination .last {
  grid-area: end;
}
.umcg-website-theme .lfr-pagination .last a, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .lfr-pagination .last a {
  padding: 11px 40px 11px 20px;
}
.umcg-website-theme .lfr-pagination .last a::before, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .lfr-pagination .last a::before {
  left: auto;
  right: 15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-width: 9px 0 9px 9px;
  border-color: transparent transparent transparent rgb(0, 49, 131);
}
.umcg-website-theme .lfr-pagination .last a::after, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .lfr-pagination .last a::after {
  left: auto;
  right: 24px;
  border-width: 9px 0 9px 9px;
  border-color: transparent transparent transparent rgb(0, 49, 131);
}
.umcg-website-theme .lfr-pagination .pagination, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .lfr-pagination .pagination {
  display: grid;
  grid-template-areas: "rewind forward" "start end";
  grid-template-rows: auto auto;
  grid-template-columns: auto auto;
  float: left;
}
.umcg-website-theme .lfr-pagination .pagination li, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .lfr-pagination .pagination li {
  margin-bottom: 20px;
  justify-self: flex-start;
}
.umcg-website-theme .lfr-pagination .search-results, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .lfr-pagination .search-results {
  margin-bottom: 44px;
  display: block;
}
.umcg-website-theme .umcg-search-results .taglib-empty-result-message, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-search-results .taglib-empty-result-message {
  margin-bottom: 2rem;
  padding: 2rem;
  background-color: #e3eff8;
  border-radius: 5px;
}
.umcg-website-theme .umcg-search-results #fm, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-search-results #fm {
  background-color: transparent;
  padding: 0;
  border: 0;
  margin: 0;
}
.umcg-website-theme .taglib-page-iterator .search-results, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .taglib-page-iterator .search-results {
  margin-left: 0;
  float: none;
  line-height: initial;
}
.umcg-website-theme .pager-lexicon, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .pager-lexicon {
  margin-bottom: 6rem;
}
.umcg-website-theme .pager-lexicon p, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .pager-lexicon p, .umcg-website-theme .pager-lexicon pp, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .pager-lexicon pp {
  margin: 1.6rem 0;
}
.umcg-website-theme .pager-lexicon .pagination, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .pager-lexicon .pagination {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 0;
}
.umcg-website-theme .pager-lexicon .pagination .page-item .page-link .lfr-portal-tooltip, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .pager-lexicon .pagination .page-item .page-link .lfr-portal-tooltip {
  background-color: transparent;
  color: rgb(0, 49, 131);
  border: none;
}
.umcg-website-theme .pager-lexicon .pagination .page-item.disabled .page-link .lfr-portal-tooltip, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .pager-lexicon .pagination .page-item.disabled .page-link .lfr-portal-tooltip {
  background-color: transparent;
}
.umcg-website-theme .pager-lexicon .pagination-bar, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .pager-lexicon .pagination-bar {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.umcg-website-theme .pager-lexicon .pagination-items-per-page, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .pager-lexicon .pagination-items-per-page {
  display: none;
}
.umcg-website-theme .pager-lexicon .pagination-results, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .pager-lexicon .pagination-results {
  text-align: center;
}
.umcg-website-theme .pager-lexicon li, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .pager-lexicon li {
  padding-left: 5px;
  padding-right: 5px;
}
.umcg-website-theme .pager-lexicon li.page-item, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .pager-lexicon li.page-item {
  margin-bottom: 10px;
}
.umcg-website-theme .pager-lexicon li .page-link, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .pager-lexicon li .page-link, .umcg-website-theme .pager-lexicon li > a, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .pager-lexicon li > a {
  cursor: pointer;
  width: 3.6rem;
  height: 3.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #e3eff8;
  border: 1px solid #ccd6e6;
  font-weight: 600;
  text-transform: uppercase;
  color: rgb(0, 49, 131);
  border-radius: 5px;
  text-decoration: none;
}
.umcg-website-theme .pager-lexicon li .page-link:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .pager-lexicon li .page-link:hover, .umcg-website-theme .pager-lexicon li > a:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .pager-lexicon li > a:hover {
  background-color: #fff;
}
.umcg-website-theme .pager-lexicon li .page-link span, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .pager-lexicon li .page-link span, .umcg-website-theme .pager-lexicon li > a span, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .pager-lexicon li > a span {
  height: 100%;
}
.umcg-website-theme .pager-lexicon li.active > a, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .pager-lexicon li.active > a, .umcg-website-theme .pager-lexicon li.active > .page-link, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .pager-lexicon li.active > .page-link {
  background-color: rgb(0, 49, 131);
  border-color: rgb(0, 49, 131);
  color: #fff;
}
.umcg-website-theme .pager-lexicon li.disabled > a, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .pager-lexicon li.disabled > a, .umcg-website-theme .pager-lexicon li.disabled > .page-link, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .pager-lexicon li.disabled > .page-link {
  opacity: 0.5;
  cursor: initial;
}
.umcg-website-theme .pager-lexicon li.disabled > a:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .pager-lexicon li.disabled > a:hover, .umcg-website-theme .pager-lexicon li.disabled > .page-link:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .pager-lexicon li.disabled > .page-link:hover {
  background-color: #e3eff8;
}
.umcg-website-theme .pager-lexicon .dropdown-menu, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .pager-lexicon .dropdown-menu {
  border: none;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 49, 131, 0.2);
          box-shadow: 0 0 10px 0 rgba(0, 49, 131, 0.2);
  min-width: auto;
  padding: 5px 10px;
}
.umcg-website-theme .pager-lexicon .dropdown-menu .link-list, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .pager-lexicon .dropdown-menu .link-list {
  max-height: 179px;
  margin-bottom: 0;
}
.umcg-website-theme .pager-lexicon .dropdown-menu .link-list li, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .pager-lexicon .dropdown-menu .link-list li {
  border-top: 0;
  margin-bottom: 0;
  padding: 5px 0;
}
.umcg-website-theme .search-result-card, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .search-result-card {
  display: block;
  position: relative;
  -webkit-box-shadow: 0 0 9px 0 rgba(10, 10, 10, 0.15);
          box-shadow: 0 0 9px 0 rgba(10, 10, 10, 0.15);
  padding: 20px 20px 25px;
  margin-bottom: 15px;
  border-radius: 5px;
  text-decoration: none;
}
.umcg-website-theme .search-result-card h2, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .search-result-card h2 {
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-all;
  word-break: break-word;
  -ms-hyphens: auto;
      hyphens: auto;
  font-size: 1.8rem;
  line-height: 1.5;
  font-family: "Open Sans", sans-serif;
  margin-bottom: 1.6rem;
  padding-right: 30px;
}
.umcg-website-theme .search-result-card svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .search-result-card svg {
  position: absolute;
  top: 23px;
  right: 20px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  fill: rgb(255, 125, 0);
}
.umcg-website-theme .search-result-card .content, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .search-result-card .content,
.umcg-website-theme .search-result-card .path,
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .search-result-card .path {
  color: #0a0a0a;
}
.umcg-website-theme .search-result-card .path, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .search-result-card .path {
  display: block;
  color: gray;
  font-size: 1.6rem;
}
.umcg-website-theme .search-result-card .content, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .search-result-card .content {
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-all;
  word-break: break-word;
  -ms-hyphens: auto;
      hyphens: auto;
  margin-bottom: 2.4rem;
}
.umcg-website-theme .search-result-card:hover h2, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .search-result-card:hover h2 {
  text-decoration: underline;
}
@media all and (min-width: 992px) {
  .umcg-website-theme .search-result-card, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .search-result-card {
    padding: 25px 30px;
  }
}
.umcg-website-theme .loader, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .loader {
  display: inline-block;
  position: absolute;
  width: 80px;
  height: 80px;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.umcg-website-theme .loader div, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .loader div {
  position: absolute;
  border: 4px solid rgb(0, 49, 131);
  opacity: 1;
  border-radius: 50%;
  -webkit-animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
          animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
.umcg-website-theme .loader div:nth-child(2), .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .loader div:nth-child(2) {
  -webkit-animation-delay: -0.5s;
          animation-delay: -0.5s;
}
@-webkit-keyframes lds-ripple {
  0% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: 0px;
    left: 0px;
    width: 72px;
    height: 72px;
    opacity: 0;
  }
}
@keyframes lds-ripple {
  0% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: 0px;
    left: 0px;
    width: 72px;
    height: 72px;
    opacity: 0;
  }
}
.umcg-website-theme .portlet-search-bar, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .portlet-search-bar {
  position: relative;
  z-index: 2;
}
.umcg-website-theme .portlet-search-bar form, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .portlet-search-bar form {
  margin-bottom: 1.8rem;
  padding: 2rem 2rem 1rem;
}
.umcg-website-theme .portlet-search-bar form label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .portlet-search-bar form label {
  font-weight: bold;
  color: #0a0a0a;
  margin-bottom: 21px;
  font-size: 1.8rem;
  line-height: 1.5;
  width: 100%;
}
.umcg-website-theme .portlet-search-bar form input[type]:not([type=submit]):not([type=radio]):not([type=checkbox]), .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .portlet-search-bar form input[type]:not([type=submit]):not([type=radio]):not([type=checkbox]) {
  padding-right: 50px;
}
.umcg-website-theme .portlet-search-bar form .input-group-inset-item-after .btn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .portlet-search-bar form .input-group-inset-item-after .btn {
  position: absolute;
  top: 0;
  bottom: 1rem;
  padding-top: 0;
  padding-right: 1rem;
  right: 0;
  cursor: pointer;
}
.umcg-website-theme .portlet-search-bar form .input-group-inset-item-after svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .portlet-search-bar form .input-group-inset-item-after svg {
  display: block;
  fill: #003183;
  position: relative;
  width: 26px;
  height: 26px;
}
@media all and (min-width: 992px) {
  .umcg-website-theme .portlet-search-bar form, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .portlet-search-bar form {
    padding: 2rem 3rem 1rem;
  }
}
.umcg-website-theme .portlet-search-bar form .input-group-inset-item-after .search-bar-search-button::before, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .portlet-search-bar form .input-group-inset-item-after .search-bar-search-button::before {
  display: none;
}
.umcg-website-theme .portlet-search-bar form .input-group-inset-item-after .btn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .portlet-search-bar form .input-group-inset-item-after .btn {
  color: blue;
  height: 100%;
  padding-left: 1.5rem;
  width: 5rem;
}
.umcg-website-theme .portlet-search-bar form .input-group-inset-item-after .btn svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .portlet-search-bar form .input-group-inset-item-after .btn svg {
  display: block;
  color: rgb(0, 49, 131);
  font-size: 28px;
  margin-bottom: 0.7rem;
}
.umcg-website-theme .rubriek .text-block, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .rubriek .text-block {
  background-color: rgb(255, 245, 235);
  border-radius: 5px;
  font-size: 1.6rem;
  padding: 2.4rem;
}
.umcg-website-theme .rubriek .text-block h2, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .rubriek .text-block h2 {
  font-size: 2.2rem;
}
.umcg-website-theme .rubriek .text-block p, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .rubriek .text-block p, .umcg-website-theme .rubriek .text-block pp, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .rubriek .text-block pp {
  font-size: 1.6rem;
}
.umcg-website-theme .filter .filter-group-label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .filter .filter-group-label {
  position: relative;
}
.umcg-website-theme .filter .filter-group-label.accordion, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .filter .filter-group-label.accordion {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
.umcg-website-theme .filter .filter-group-label.accordion .label-theme, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .filter .filter-group-label.accordion .label-theme {
  color: rgb(0, 49, 131);
}
.umcg-website-theme .filter .filter-group-label.accordion .icon, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .filter .filter-group-label.accordion .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20px;
          flex: 0 0 20px;
  position: relative;
  right: 0;
  top: auto;
  width: 20px;
}
.umcg-website-theme .filter .filter-group-label .icon, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .filter .filter-group-label .icon {
  position: absolute;
  display: none;
  right: 15px;
  width: 20px;
  height: 20px;
  margin-left: 10px;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transition: -webkit-transform 450ms ease-in-out;
  transition: -webkit-transform 450ms ease-in-out;
  transition: transform 450ms ease-in-out;
  transition: transform 450ms ease-in-out, -webkit-transform 450ms ease-in-out;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.umcg-website-theme .filter .filter-group-label .icon .line, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .filter .filter-group-label .icon .line {
  top: 9px;
  display: block;
  position: absolute;
  width: 20px;
  height: 2px;
  border-radius: 1px;
  background-color: rgb(0, 49, 131);
}
.umcg-website-theme .filter .filter-group-label .icon .line-2, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .filter .filter-group-label .icon .line-2 {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: opacity 300ms ease-in-out;
  transition: opacity 300ms ease-in-out;
}
.umcg-website-theme .filter .filter-group-label[aria-expanded=true] .icon, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .filter .filter-group-label[aria-expanded=true] .icon {
  -webkit-transform: translate(0, -50%) rotate(180deg);
          transform: translate(0, -50%) rotate(180deg);
}
.umcg-website-theme .filter .filter-group-label[aria-expanded=true] .line-2, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .filter .filter-group-label[aria-expanded=true] .line-2 {
  opacity: 0;
  -webkit-transition: opacity 150ms 300ms ease-in-out;
  transition: opacity 150ms 300ms ease-in-out;
}
.umcg-website-theme .filter .field-group, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .filter .field-group {
  position: relative;
}
.umcg-website-theme .filter .field-group .text-block, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .filter .field-group .text-block {
  margin-bottom: 0;
  padding-top: 20px;
}
.umcg-website-theme .filter .field-group[aria-hidden=true], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .filter .field-group[aria-hidden=true] {
  max-height: 0;
  opacity: 0;
  -webkit-transform: translate(0, 50px);
          transform: translate(0, 50px);
  -webkit-animation: 450ms slideFilterUp;
          animation: 450ms slideFilterUp;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.umcg-website-theme .filter .field-group[aria-hidden=false], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .filter .field-group[aria-hidden=false] {
  margin-bottom: 30px;
  -webkit-animation: 450ms slideFilterDown;
          animation: 450ms slideFilterDown;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.umcg-website-theme .filter legend, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .filter legend {
  color: rgb(0, 49, 131);
  margin-bottom: 3rem;
  font-weight: 700;
}
.umcg-website-theme .filter fieldset, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .filter fieldset {
  margin-bottom: 2rem;
}
@-webkit-keyframes slideFilterDown {
  0% {
    max-height: 0;
    opacity: 0;
    -webkit-transform: translate(0, 50px);
            transform: translate(0, 50px);
  }
  99% {
    max-height: 1000px;
    opacity: 1;
    margin-bottom: 2rem;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  100% {
    max-height: none;
    opacity: 1;
    margin-bottom: 2rem;
  }
}
@keyframes slideFilterDown {
  0% {
    max-height: 0;
    opacity: 0;
    -webkit-transform: translate(0, 50px);
            transform: translate(0, 50px);
  }
  99% {
    max-height: 1000px;
    opacity: 1;
    margin-bottom: 2rem;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  100% {
    max-height: none;
    opacity: 1;
    margin-bottom: 2rem;
  }
}
@-webkit-keyframes slideFilterUp {
  0% {
    max-height: 1000px;
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    margin-bottom: 0;
  }
  100% {
    max-height: 0;
    opacity: 0;
    margin-bottom: 2rem;
    -webkit-transform: translate(0, 50px);
            transform: translate(0, 50px);
  }
}
@keyframes slideFilterUp {
  0% {
    max-height: 1000px;
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    margin-bottom: 0;
  }
  100% {
    max-height: 0;
    opacity: 0;
    margin-bottom: 2rem;
    -webkit-transform: translate(0, 50px);
            transform: translate(0, 50px);
  }
}
.umcg-website-theme .filter .filter-btn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .filter .filter-btn {
  background-color: #e3eff8;
  border: 1px solid rgb(160, 202, 232);
  border-radius: 5px;
  color: rgb(0, 49, 131);
  font-weight: 600;
  padding: 1.1rem 2rem;
  text-align: center;
  width: 100%;
  max-width: 480px;
  margin-bottom: 3rem;
  cursor: pointer;
}
.umcg-website-theme .filter .filter-btn .icon, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .filter .filter-btn .icon {
  margin-right: 0.7rem;
}
.umcg-website-theme .filter .filter-btn:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .filter .filter-btn:hover {
  background-color: #fff;
}
.umcg-website-theme .filter .button-remove-filters, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .filter .button-remove-filters {
  cursor: pointer;
  color: rgb(0, 49, 131);
  margin-bottom: 3.6rem;
}
.umcg-website-theme .filter .button-remove-filters svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .filter .button-remove-filters svg {
  margin-right: 0.7rem;
}
.umcg-website-theme .filter .button-remove-filters .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .filter .button-remove-filters .label {
  text-decoration: underline;
}
.umcg-website-theme .filter .button-remove-filters:hover .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .filter .button-remove-filters:hover .label {
  text-decoration: none;
}
.umcg-website-theme .filter .button-apply-filter, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .filter .button-apply-filter {
  cursor: pointer;
  width: 100%;
  border-radius: 5px;
  padding: 10px;
}
@media all and (min-width: 576px) {
  .umcg-website-theme .filter .filter-btn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .filter .filter-btn {
    width: auto;
    padding-left: 43px;
    padding-right: 43px;
  }
}
.umcg-website-theme .form-filter, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .form-filter {
  background-color: transparent;
  padding: 0;
}
.umcg-website-theme .form-filter label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .form-filter label {
  display: block;
}
.umcg-website-theme .form-filter .filter-group-label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .form-filter .filter-group-label {
  font-weight: 600;
  margin-bottom: 1.5rem;
}
.umcg-website-theme .modal-window-style.modal-filters .modal-description, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .modal-window-style.modal-filters .modal-description {
  position: relative;
  margin-bottom: 0;
}
.umcg-website-theme .filter .filter-btn[aria-hidden=true], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .filter .filter-btn[aria-hidden=true] {
  display: none;
}
.umcg-website-theme .filter .panel-title .collapse-icon, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .filter .panel-title .collapse-icon {
  padding: 0;
  text-decoration: none;
}
.umcg-website-theme .filter .panel-title.h4, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .filter .panel-title.h4 {
  font-weight: 600;
  margin-bottom: 1.3rem !important;
  color: rgb(0, 49, 131);
  font-size: 1.6rem;
  line-height: 1.45;
  pointer-events: none;
}
.umcg-website-theme .filter .facet-value, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .filter .facet-value {
  position: relative;
  margin-bottom: 1.3rem !important;
}
.umcg-website-theme .filter .facet-value .term-name, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .filter .facet-value .term-name {
  padding-left: 1rem;
}
.umcg-website-theme .filter .facet-clear-btn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .filter .facet-clear-btn {
  display: none;
}
.umcg-website-theme .filter .panel-default .panel-heading, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .filter .panel-default .panel-heading {
  border-color: transparent;
  background-color: transparent;
}
.umcg-website-theme .filter .collapse-icon.collapse-icon-middle .collapse-icon-closed, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .filter .collapse-icon.collapse-icon-middle .collapse-icon-closed,
.umcg-website-theme .filter .collapse-icon.collapse-icon-middle .collapse-icon-open,
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .filter .collapse-icon.collapse-icon-middle .collapse-icon-open {
  display: none;
}
.umcg-website-theme .filter .panel-group .panel-default .panel-heading + .panel-collapse > .panel-body, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .filter .panel-group .panel-default .panel-heading + .panel-collapse > .panel-body {
  border-color: transparent;
  padding: 0;
}
.umcg-website-theme .filter .panel, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .filter .panel {
  background-color: transparent;
  border-style: solid;
  border-width: 0;
  border-radius: 0;
  margin-bottom: 0;
}
.umcg-website-theme .filter form, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .filter form {
  color: inherit;
  background-color: transparent;
  padding: 0;
  border-radius: 0;
  margin-bottom: 0;
}
.umcg-website-theme .filter .form-filter, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .filter .form-filter {
  margin-top: 1.5rem;
}
.umcg-website-theme .filter .form-filter .field-group, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .filter .form-filter .field-group {
  float: none;
  width: 100%;
}
.umcg-website-theme .filter .button-remove-filters, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .filter .button-remove-filters {
  margin-top: 2rem;
  padding-left: 0;
}
.umcg-website-theme .filter .collection-filters .group, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .filter .collection-filters .group {
  margin-bottom: 4.2rem;
  border-bottom: 1px solid #c6dff1;
}
.umcg-website-theme .filter .collection-filters .group .filter-group-label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .filter .collection-filters .group .filter-group-label {
  background-color: transparent;
  padding: 1.2rem 0;
  font-weight: bold;
  margin-bottom: 0;
}
.umcg-website-theme .filter .collection-filters .group .field-group-item, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .filter .collection-filters .group .field-group-item {
  border-top: 1px solid #c6dff1;
  padding-top: 1.2rem;
  padding-bottom: 1.3rem;
  margin-bottom: 0;
}
.umcg-website-theme .filter .collection-filters .group .field-group-item.selected .button-reset, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .filter .collection-filters .group .field-group-item.selected .button-reset,
.umcg-website-theme .filter .collection-filters .group .field-group-item.selected label,
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .filter .collection-filters .group .field-group-item.selected label {
  font-weight: 600;
}
.umcg-website-theme .filter .collection-filters .group .field-group-item.selected .button-reset .icon, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .filter .collection-filters .group .field-group-item.selected .button-reset .icon,
.umcg-website-theme .filter .collection-filters .group .field-group-item.selected label .icon,
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .filter .collection-filters .group .field-group-item.selected label .icon {
  display: inline-block;
}
.umcg-website-theme .filter .collection-filters .group .field-group-item.selected .button-reset svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .filter .collection-filters .group .field-group-item.selected .button-reset svg,
.umcg-website-theme .filter .collection-filters .group .field-group-item.selected label svg,
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .filter .collection-filters .group .field-group-item.selected label svg {
  fill: rgb(255, 125, 0);
}
.umcg-website-theme .filter .collection-filters .group .field-group-item .button-reset, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .filter .collection-filters .group .field-group-item .button-reset,
.umcg-website-theme .filter .collection-filters .group .field-group-item label,
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .filter .collection-filters .group .field-group-item label {
  color: rgb(0, 49, 131);
  font-size: 1.6rem;
  line-height: 1.5;
  margin: 0;
}
.umcg-website-theme .filter .collection-filters .group .field-group-item .button-reset .icon, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .filter .collection-filters .group .field-group-item .button-reset .icon,
.umcg-website-theme .filter .collection-filters .group .field-group-item label .icon,
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .filter .collection-filters .group .field-group-item label .icon {
  display: none;
  margin-left: 0.5rem;
}
.umcg-website-theme .filter .collection-filters .group .field-group-item .button-reset svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .filter .collection-filters .group .field-group-item .button-reset svg,
.umcg-website-theme .filter .collection-filters .group .field-group-item label svg,
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .filter .collection-filters .group .field-group-item label svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  fill: #d0e5f4;
  position: relative;
}
.umcg-website-theme .filter .collection-filters .group .field-group-item .button-reset:hover .icon, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .filter .collection-filters .group .field-group-item .button-reset:hover .icon,
.umcg-website-theme .filter .collection-filters .group .field-group-item label:hover .icon,
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .filter .collection-filters .group .field-group-item label:hover .icon {
  display: inline-block;
}
.umcg-website-theme .filter .collection-filters .group .field-group-item .button-reset, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .filter .collection-filters .group .field-group-item .button-reset {
  margin: 0;
}
.umcg-website-theme .active-filters, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .active-filters {
  margin-bottom: 20px;
}
.umcg-website-theme .active-filters h2, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .active-filters h2 {
  color: #0a0a0a;
  margin-bottom: 1.6rem;
}
.umcg-website-theme .active-filters .filter-item, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .active-filters .filter-item {
  margin-bottom: 1rem;
  position: relative;
  border-radius: 5px;
  width: 100%;
  text-align: left;
}
.umcg-website-theme .active-filters .filter-item:hover svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .active-filters .filter-item:hover svg {
  fill: #fff;
}
.umcg-website-theme .active-filters li, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .active-filters li {
  margin-bottom: 0;
}
.umcg-website-theme .active-filters .filter-item-name, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .active-filters .filter-item-name {
  display: inline-block;
  padding-right: 30px;
  text-align: left;
}
.umcg-website-theme .active-filters svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .active-filters svg {
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: 1px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
}
.umcg-website-theme .active-filters button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .active-filters button {
  font-size: 18px;
}
@media all and (min-width: 576px) {
  .umcg-website-theme .active-filters li, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .active-filters li {
    display: inline-block;
  }
  .umcg-website-theme .active-filters .filter-item, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .active-filters .filter-item {
    width: auto;
  }
}
@media all and (min-width: 992px) {
  .umcg-website-theme .active-filters h2, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .active-filters h2 {
    display: inline-block;
    padding-right: 1.3rem;
  }
  .umcg-website-theme .active-filters ul, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .active-filters ul {
    display: inline;
  }
}
.umcg-website-theme .first-letter-filter, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .first-letter-filter {
  margin-bottom: 6rem;
}
.umcg-website-theme .first-letter-filter ol, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .first-letter-filter ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -5px;
  margin-right: -5px;
}
.umcg-website-theme .first-letter-filter li, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .first-letter-filter li {
  padding-left: 5px;
  padding-right: 5px;
  margin-bottom: 10px;
}
.umcg-website-theme .first-letter-filter button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .first-letter-filter button {
  cursor: pointer;
  width: 3.6rem;
  height: 3.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #e3eff8;
  border: 1px solid #ccd6e6;
  font-weight: 600;
  text-transform: uppercase;
  color: rgb(0, 49, 131);
  border-radius: 5px;
}
.umcg-website-theme .first-letter-filter button:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .first-letter-filter button:hover {
  background-color: #fff;
}
.umcg-website-theme .first-letter-filter button[aria-pressed=true], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .first-letter-filter button[aria-pressed=true] {
  background-color: rgb(0, 49, 131);
  border-color: rgb(0, 49, 131);
  color: #fff;
}
.umcg-website-theme .first-letter-filter button:disabled, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .first-letter-filter button:disabled {
  opacity: 0.5;
  cursor: initial;
}
.umcg-website-theme .first-letter-filter button:disabled:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .first-letter-filter button:disabled:hover {
  background-color: #e3eff8;
}
.umcg-website-theme .carousel-card, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .carousel-card {
  margin-bottom: 4.4rem;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
  border-radius: 5px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-decoration: none;
}
.umcg-website-theme .carousel-card p, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .carousel-card p, .umcg-website-theme .carousel-card pp, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .carousel-card pp {
  margin: 0;
}
.slider .umcg-website-theme .carousel-card, .slider .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .carousel-card {
  margin-bottom: 0;
  height: 100%;
}
.umcg-website-theme .carousel-card .content, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .carousel-card .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 2.4rem 0;
}
.umcg-website-theme .carousel-card .content p, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .carousel-card .content p, .umcg-website-theme .carousel-card .content pp, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .carousel-card .content pp {
  margin-bottom: 0;
  color: #0a0a0a;
}
.umcg-website-theme .carousel-card .subtitle, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .carousel-card .subtitle {
  display: block;
  margin: 0 0 1.4rem;
  color: #000;
}
.umcg-website-theme .carousel-card h3, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .carousel-card h3 {
  color: rgb(0, 49, 131);
  margin-bottom: 0.9rem;
  font-family: "Open Sans", sans-serif;
}
.umcg-website-theme .carousel-card figure, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .carousel-card figure {
  position: relative;
  background: rgba(0, 49, 131, 0.08);
}
.umcg-website-theme .carousel-card figure:hover .icon, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .carousel-card figure:hover .icon {
  background-color: rgba(0, 0, 0, 0.5);
}
.umcg-website-theme .carousel-card figure .icon, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .carousel-card figure .icon {
  bottom: 1rem;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  padding: 1rem;
  right: 1rem;
  background: rgba(0, 0, 0, 0.4);
}
.umcg-website-theme .carousel-card figure .icon svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .carousel-card figure .icon svg {
  fill: #fff;
}
.umcg-website-theme .carousel-card figure .icon:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .carousel-card figure .icon:hover {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
}
.umcg-website-theme .carousel-card figure .icon:hover svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .carousel-card figure .icon:hover svg {
  fill: rgb(0, 49, 131);
}
.umcg-website-theme .carousel-card figure.figure-slider-item:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .carousel-card figure.figure-slider-item:hover {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}
.umcg-website-theme .carousel-card picture, .umcg-website-theme .carousel-card .hero focuspoint-picture, .umcg-website-theme .hero .carousel-card focuspoint-picture, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .carousel-card picture, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .carousel-card .hero focuspoint-picture, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .hero .carousel-card focuspoint-picture {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.umcg-website-theme .carousel-card img, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .carousel-card img {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  max-height: 615px;
}
.umcg-website-theme .carousel-card .text-content, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .carousel-card .text-content {
  display: block;
  font-size: 1.6rem;
  line-height: 1.5;
  color: #0a0a0a;
  margin-bottom: 20px;
}
.umcg-website-theme .carousel-card .buttons, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .carousel-card .buttons {
  text-align: right;
  margin-top: 3rem;
}
.umcg-website-theme .carousel-card .buttons .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .carousel-card .buttons .label {
  color: rgb(0, 49, 131);
  text-decoration: underline;
  margin-right: 0.5rem;
}
.umcg-website-theme .carousel-card .buttons .icon-wrapper, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .carousel-card .buttons .icon-wrapper {
  display: inline-block;
  text-align: left;
  text-decoration: none;
}
.umcg-website-theme .carousel-card .buttons svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .carousel-card .buttons svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  fill: rgb(255, 125, 0);
}
.umcg-website-theme .carousel-card:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .carousel-card:hover {
  border-color: rgb(0, 49, 131);
}
.umcg-website-theme .carousel-card:hover .buttons .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .carousel-card:hover .buttons .label {
  text-decoration: none;
}
.umcg-website-theme .carousel-card--vertical figure, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .carousel-card--vertical figure {
  margin-bottom: 2rem;
}
.umcg-website-theme .carousel-card--pull-over, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .carousel-card--pull-over {
  z-index: 2;
}
@media all and (min-width: 1200px) {
  .umcg-website-theme .carousel-card .content, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .carousel-card .content {
    height: auto;
  }
}
.umcg-website-theme a.carousel-card, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ a.carousel-card {
  position: relative;
  -webkit-transition: opacity 150ms;
  transition: opacity 150ms;
}
.umcg-website-theme a.carousel-card::before, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ a.carousel-card::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: block;
  border-radius: 5px;
  border: 1px solid rgb(0, 49, 131);
  z-index: 1;
  opacity: 0;
  -webkit-transition: opacity 150ms;
  transition: opacity 150ms;
}
.umcg-website-theme a.carousel-card:hover::before, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ a.carousel-card:hover::before {
  opacity: 1;
}
.umcg-website-theme .newsletter, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .newsletter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.umcg-website-theme .newsletter .background-color, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .newsletter .background-color {
  border-radius: 0;
  background-color: rgb(207, 228, 243);
  height: 650px;
  left: 0;
  position: absolute;
  width: 100%;
}
.umcg-website-theme .newsletter .wrapper, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .newsletter .wrapper {
  width: 1230px;
}
.umcg-website-theme .newsletter .wrapper .content, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .newsletter .wrapper .content {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 5rem 0 0 0;
  position: relative;
}
.umcg-website-theme .newsletter .wrapper .content .title, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .newsletter .wrapper .content .title {
  width: 100%;
}
.umcg-website-theme .newsletter .wrapper .content .text, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .newsletter .wrapper .content .text {
  color: rgb(0, 49, 131);
}
.umcg-website-theme .newsletter .wrapper .content .form, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .newsletter .wrapper .content .form {
  min-width: 40%;
}
.umcg-website-theme .newsletter .wrapper .content .form form, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .newsletter .wrapper .content .form form {
  background-color: rgb(207, 228, 243);
  padding: 2rem 3rem 0 0;
  margin-bottom: 0;
}
.umcg-website-theme .newsletter .wrapper .content .form form input, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .newsletter .wrapper .content .form form input {
  margin-bottom: 2rem !important;
}
@media all and (min-width: 768px) {
  .umcg-website-theme .newsletter .wrapper .content .text, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .newsletter .wrapper .content .text {
    max-width: 50%;
    position: absolute;
    right: 0;
  }
  .umcg-website-theme .newsletter .wrapper .content .form, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .newsletter .wrapper .content .form {
    max-width: 50%;
  }
  .umcg-website-theme .newsletter .wrapper .content .form form, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .newsletter .wrapper .content .form form {
    padding: 0 3rem 0 0;
  }
}
.umcg-website-theme .news-card, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .news-card {
  position: relative;
  -webkit-transition: opacity 150ms;
  transition: opacity 150ms;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
  display: block;
  text-decoration: none;
}
.umcg-website-theme .news-card::before, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .news-card::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: block;
  border-radius: 5px;
  border: 1px solid rgb(0, 49, 131);
  z-index: 1;
  opacity: 0;
  -webkit-transition: opacity 150ms;
  transition: opacity 150ms;
}
.umcg-website-theme .news-card:hover::before, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .news-card:hover::before {
  opacity: 1;
}
.umcg-website-theme .news-card.news .content h1, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .news-card.news .content h1, .umcg-website-theme .news-card.news .content h2, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .news-card.news .content h2, .umcg-website-theme .news-card.news .content h3, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .news-card.news .content h3 {
  font-size: 1.8rem;
}
.umcg-website-theme .news-card.news .content p, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .news-card.news .content p, .umcg-website-theme .news-card.news .content pp, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .news-card.news .content pp {
  font-size: 1.6rem;
}
.umcg-website-theme .news-card:hover .arrow-button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .news-card:hover .arrow-button {
  background-color: #fff;
}
.umcg-website-theme .news-card:hover svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .news-card:hover svg {
  fill: rgb(0, 49, 131);
}
.umcg-website-theme .news-card::after, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .news-card::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(167, 142, 142, 0)), to(rgba(17, 17, 17, 0.7)));
  background: linear-gradient(180deg, rgba(167, 142, 142, 0) 0%, rgba(17, 17, 17, 0.7) 100%);
  z-index: 1;
}
.umcg-website-theme .news-card.slide, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .news-card.slide, .umcg-website-theme .news-card.shorts, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .news-card.shorts, .umcg-website-theme .news-card.lottie, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .news-card.lottie {
  padding: 0;
  margin: 0;
}
.umcg-website-theme .news-card.slide h3, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .news-card.slide h3, .umcg-website-theme .news-card.shorts h3, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .news-card.shorts h3, .umcg-website-theme .news-card.lottie h3, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .news-card.lottie h3 {
  font-size: 1.8rem;
}
.umcg-website-theme .news-card.slide p, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .news-card.slide p, .umcg-website-theme .news-card.slide pp, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .news-card.slide pp, .umcg-website-theme .news-card.shorts p, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .news-card.shorts p, .umcg-website-theme .news-card.shorts pp, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .news-card.shorts pp, .umcg-website-theme .news-card.lottie p, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .news-card.lottie p, .umcg-website-theme .news-card.lottie pp, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .news-card.lottie pp {
  font-size: 1.6rem;
}
.umcg-website-theme .news-card.slide, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .news-card.slide {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(83.3333333333% - 1rem);
          flex: 0 0 calc(83.3333333333% - 1rem);
}
.umcg-website-theme .news-card.slide .icon, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .news-card.slide .icon {
  background-color: rgb(0, 49, 131);
  border-radius: 1.6rem;
  left: 0.8rem;
  right: auto;
  top: 0.8rem;
  padding: 0.2rem 1.7rem;
}
.umcg-website-theme .news-card.shorts, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .news-card.shorts {
  cursor: pointer;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(55.5555555556% - 1rem);
          flex: 0 0 calc(55.5555555556% - 1rem);
}
.umcg-website-theme .news-card.shorts .tag, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .news-card.shorts .tag {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 16px;
  bottom: 1.7rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0.5rem;
  padding: 0.2rem 1rem;
  top: auto;
}
.umcg-website-theme .news-card.shorts .tag svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .news-card.shorts .tag svg {
  margin-right: 0.8rem;
}
.umcg-website-theme .news-card.lottie, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .news-card.lottie {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}
.umcg-website-theme .news-card h3, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .news-card h3,
.umcg-website-theme .news-card .tag,
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .news-card .tag,
.umcg-website-theme .news-card .time,
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .news-card .time,
.umcg-website-theme .news-card .arrow-button,
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .news-card .arrow-button,
.umcg-website-theme .news-card .sub-title,
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .news-card .sub-title {
  position: absolute;
  z-index: 2;
}
.umcg-website-theme .news-card .teaser, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .news-card .teaser {
  color: #000;
}
.umcg-website-theme .news-card .icon, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .news-card .icon {
  position: absolute;
  top: 2rem;
  right: 2rem;
  z-index: 2;
}
.umcg-website-theme .news-card .icon svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .news-card .icon svg {
  fill: #fff;
}
.umcg-website-theme .news-card figure .aspect-ratio .aspect-ratio-item, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .news-card figure .aspect-ratio .aspect-ratio-item {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.umcg-website-theme .news-card h3, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .news-card h3 {
  color: #fff;
  position: absolute;
  bottom: 2rem;
  left: 2.5rem;
  right: 6rem;
  font-weight: 700;
}
.umcg-website-theme .news-card .tag, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .news-card .tag {
  top: 1.5rem;
  left: 1.7rem;
  padding: 0.2rem 1.3rem;
  font-size: 1.47rem;
  color: #fff;
  background-color: #1a468f;
  border-radius: 5px;
  text-transform: uppercase;
  font-weight: 600;
}
.umcg-website-theme .news-card .arrow-button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .news-card .arrow-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 3.6rem;
  height: 3.6rem;
  bottom: 1.7rem;
  right: 1.5rem;
  border: 1px solid #fff;
  border-radius: 5px;
  -webkit-transition: background-color 150ms ease-in-out;
  transition: background-color 150ms ease-in-out;
}
.umcg-website-theme .news-card svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .news-card svg {
  fill: #fff;
}
.umcg-website-theme .news-card:focus:not(:hover), .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .news-card:focus:not(:hover) {
  position: relative;
  outline: 0;
  border: 1px solid rgb(255, 125, 0);
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.umcg-website-theme .news-card:focus:not(:hover) .arrow-button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .news-card:focus:not(:hover) .arrow-button {
  border-color: rgb(255, 125, 0);
}
.umcg-website-theme .news-card:focus:not(:hover) .arrow-button svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .news-card:focus:not(:hover) .arrow-button svg {
  fill: rgb(255, 125, 0);
}
.umcg-website-theme .news-card .collection-icon, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .news-card .collection-icon {
  position: absolute;
  left: 2rem;
  bottom: 2rem;
  z-index: 2;
}
.umcg-website-theme .news-card .collection-icon svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .news-card .collection-icon svg {
  fill: #fff;
}
.umcg-website-theme .news-card--collection h3, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .news-card--collection h3 {
  left: 5rem;
}
.umcg-website-theme .news-card--event, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .news-card--event {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 20rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 6rem 1.7em 2rem 1.7rem;
}
.umcg-website-theme .news-card--event::after, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .news-card--event::after {
  background: none;
  background-color: #d0e5f4;
}
.umcg-website-theme .news-card--event h3, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .news-card--event h3,
.umcg-website-theme .news-card--event .time,
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .news-card--event .time,
.umcg-website-theme .news-card--event .sub-title,
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .news-card--event .sub-title {
  position: static;
  padding-right: 3.2rem;
  color: rgb(0, 49, 131);
}
.umcg-website-theme .news-card--event h3, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .news-card--event h3,
.umcg-website-theme .news-card--event .sub-title,
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .news-card--event .sub-title {
  margin-bottom: 8px;
}
.umcg-website-theme .news-card--event .sub-title, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .news-card--event .sub-title,
.umcg-website-theme .news-card--event .time,
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .news-card--event .time {
  font-size: 1.6rem;
  line-height: 1.5;
}
.umcg-website-theme .news-card--event .time, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .news-card--event .time {
  margin-top: auto;
  padding-top: 2rem;
}
.umcg-website-theme .news-card--event .arrow-button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .news-card--event .arrow-button {
  border-color: rgb(0, 49, 131);
}
.umcg-website-theme .news-card--event svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .news-card--event svg {
  fill: rgb(0, 49, 131);
}
.umcg-website-theme .news-card--event:hover .arrow-button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .news-card--event:hover .arrow-button {
  background-color: rgb(0, 49, 131);
}
.umcg-website-theme .news-card--event:hover svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .news-card--event:hover svg {
  fill: #fff;
}
.umcg-website-theme .news-card--theme-2, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .news-card--theme-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 20rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 6rem 1.7em 2rem 1.7rem;
  -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.15);
}
.umcg-website-theme .news-card--theme-2::after, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .news-card--theme-2::after {
  background: none;
  background-color: #fff;
}
.umcg-website-theme .news-card--theme-2 h3, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .news-card--theme-2 h3,
.umcg-website-theme .news-card--theme-2 .time,
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .news-card--theme-2 .time,
.umcg-website-theme .news-card--theme-2 .sub-title,
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .news-card--theme-2 .sub-title {
  position: static;
  padding-right: 3.2rem;
  color: rgb(0, 49, 131);
}
.umcg-website-theme .news-card--theme-2 h3, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .news-card--theme-2 h3,
.umcg-website-theme .news-card--theme-2 .sub-title,
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .news-card--theme-2 .sub-title {
  margin-bottom: 8px;
}
.umcg-website-theme .news-card--theme-2 .sub-title, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .news-card--theme-2 .sub-title,
.umcg-website-theme .news-card--theme-2 .time,
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .news-card--theme-2 .time {
  font-size: 1.6rem;
  line-height: 1.5;
}
.umcg-website-theme .news-card--theme-2 .time, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .news-card--theme-2 .time {
  margin-top: auto;
  padding-top: 2rem;
}
.umcg-website-theme .news-card--theme-2 .arrow-button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .news-card--theme-2 .arrow-button {
  border-color: #335a9c;
}
.umcg-website-theme .news-card--theme-2 svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .news-card--theme-2 svg {
  fill: rgb(0, 49, 131);
}
.umcg-website-theme .news-card--theme-2:hover .arrow-button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .news-card--theme-2:hover .arrow-button {
  background-color: #335a9c;
}
.umcg-website-theme .news-card--theme-2:hover svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .news-card--theme-2:hover svg {
  fill: #fff;
}
.discover-list--text-outside .umcg-website-theme .news-card .arrow-button, .discover-list--text-outside .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .news-card .arrow-button {
  display: none;
}
.discover-list--text-outside .umcg-website-theme .news-card h3, .discover-list--text-outside .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .news-card h3 {
  position: static;
  color: rgb(0, 49, 131);
}
.discover-list--text-outside .umcg-website-theme .news-card figure, .discover-list--text-outside .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .news-card figure {
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 1.6rem;
  position: relative;
  -webkit-transition: opacity 150ms;
  transition: opacity 150ms;
}
.discover-list--text-outside .umcg-website-theme .news-card figure::before, .discover-list--text-outside .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .news-card figure::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: block;
  border-radius: 5px;
  border: 1px solid rgb(0, 49, 131);
  z-index: 1;
  opacity: 0;
  -webkit-transition: opacity 150ms;
  transition: opacity 150ms;
}
.discover-list--text-outside .umcg-website-theme .news-card figure:hover::before, .discover-list--text-outside .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .news-card figure:hover::before {
  opacity: 1;
}
.discover-list--text-outside .umcg-website-theme .news-card::before, .discover-list--text-outside .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .news-card::before, .discover-list--text-outside .umcg-website-theme .news-card::after, .discover-list--text-outside .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .news-card::after {
  display: none;
}
.discover-list--text-outside .umcg-website-theme .news-card:hover h3, .discover-list--text-outside .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .news-card:hover h3 {
  text-decoration: underline;
}
.umcg-website-theme .news-card > *:last-child, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .news-card > *:last-child {
  margin-bottom: 0;
}
@media all and (min-width: 768px) {
  .umcg-website-theme .news-card.news .content p, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .news-card.news .content p, .umcg-website-theme .news-card.news .content pp, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .news-card.news .content pp {
    margin: 0;
  }
  .umcg-website-theme .news-card.slide, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .news-card.slide {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 1rem);
            flex: 0 0 calc(50% - 1rem);
  }
  .umcg-website-theme .news-card.shorts, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .news-card.shorts {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(35.7142857143% - 1.3333333333rem);
            flex: 0 0 calc(35.7142857143% - 1.3333333333rem);
  }
}
@media all and (min-width: 992px) {
  .umcg-website-theme .news-card.slide, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .news-card.slide {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(33.3333333333% - 1.3333333333rem);
            flex: 0 0 calc(33.3333333333% - 1.3333333333rem);
  }
  .umcg-website-theme .news-card.shorts, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .news-card.shorts {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(23.2558139535% - 1.6rem);
            flex: 0 0 calc(23.2558139535% - 1.6rem);
  }
}
.umcg-website-theme .news-container, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .news-container {
  margin-bottom: 4rem;
}
.umcg-website-theme .news-container .link, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .news-container .link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.umcg-website-theme .news-slider-container, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .news-slider-container {
  position: relative;
  margin: 20px 0;
  /* Navigation Buttons */
  /* Show buttons on container hover */
  /* Hide buttons when at start/end - more specific selectors */
}
.umcg-website-theme .news-slider-container .news-slider, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .news-slider-container .news-slider {
  overflow: hidden;
  width: calc(100% + 25px);
  -webkit-transition: -webkit-transform 0.8s ease;
  transition: -webkit-transform 0.8s ease;
  transition: transform 0.8s ease;
  transition: transform 0.8s ease, -webkit-transform 0.8s ease;
}
.umcg-website-theme .news-slider-container .news-slider:before, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .news-slider-container .news-slider:before {
  display: none;
}
.umcg-website-theme .news-slider-container .news-slider:after, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .news-slider-container .news-slider:after {
  display: none;
}
.umcg-website-theme .news-slider-container .news-slider.at-end:after, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .news-slider-container .news-slider.at-end:after {
  display: none;
  opacity: 0;
  -webkit-transition: -webkit-transform 0.8s ease;
  transition: -webkit-transform 0.8s ease;
  transition: transform 0.8s ease;
  transition: transform 0.8s ease, -webkit-transform 0.8s ease;
}
.umcg-website-theme .news-slider-container .news-slider.at-start:before, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .news-slider-container .news-slider.at-start:before {
  display: none;
  opacity: 0;
  -webkit-transition: -webkit-transform 0.8s ease;
  transition: -webkit-transform 0.8s ease;
  transition: transform 0.8s ease;
  transition: transform 0.8s ease, -webkit-transform 0.8s ease;
}
.umcg-website-theme .news-slider-container .news-slider .news-slider-track, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .news-slider-container .news-slider .news-slider-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: -webkit-grab;
  cursor: grab;
  gap: 2rem;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  position: relative;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  -ms-touch-action: pan-y;
      touch-action: pan-y;
}
.umcg-website-theme .news-slider-container .news-slider .news-slider-track:active, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .news-slider-container .news-slider .news-slider-track:active {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.umcg-website-theme .news-slider-container .slider-btn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .news-slider-container .slider-btn {
  display: none;
  /* Left Button */
  /* Right Button */
}
.umcg-website-theme .news-slider-container .slider-btn svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .news-slider-container .slider-btn svg {
  fill: rgb(255, 125, 0);
}
.umcg-website-theme .news-slider-container .slider-btn:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .news-slider-container .slider-btn:hover {
  -webkit-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.25);
          box-shadow: 0 4px 16px rgba(0, 0, 0, 0.25);
}
.umcg-website-theme .news-slider-container .slider-btn:hover svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .news-slider-container .slider-btn:hover svg {
  fill: rgb(0, 49, 131);
}
.umcg-website-theme .news-slider-container .slider-btn:disabled, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .news-slider-container .slider-btn:disabled {
  opacity: 0.3;
  cursor: not-allowed;
}
.umcg-website-theme .news-slider-container .slider-btn:not(:disabled), .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .news-slider-container .slider-btn:not(:disabled) {
  pointer-events: auto;
}
.umcg-website-theme .news-slider-container .slider-btn.slider-btn-left, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .news-slider-container .slider-btn.slider-btn-left {
  left: 2rem;
}
.umcg-website-theme .news-slider-container .slider-btn.slider-btn-right, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .news-slider-container .slider-btn.slider-btn-right {
  right: 2rem;
}
.umcg-website-theme .news-slider-container .slider-btn.slider-btn-right svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .news-slider-container .slider-btn.slider-btn-right svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.umcg-website-theme .news-slider-container:hover .slider-btn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .news-slider-container:hover .slider-btn,
.umcg-website-theme .news-slider-container .slider-btn:focus,
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .news-slider-container .slider-btn:focus {
  opacity: 1;
  pointer-events: auto;
  -webkit-transition: opacity var(300ms) ease-in-out, -webkit-box-shadow var(300ms) ease-in-out;
  transition: opacity var(300ms) ease-in-out, -webkit-box-shadow var(300ms) ease-in-out;
  transition: box-shadow var(300ms) ease-in-out, opacity var(300ms) ease-in-out;
  transition: box-shadow var(300ms) ease-in-out, opacity var(300ms) ease-in-out, -webkit-box-shadow var(300ms) ease-in-out;
}
.umcg-website-theme .news-slider-container:hover.at-start .slider-btn.slider-btn-left, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .news-slider-container:hover.at-start .slider-btn.slider-btn-left, .umcg-website-theme .news-slider-container.at-start .slider-btn.slider-btn-left:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .news-slider-container.at-start .slider-btn.slider-btn-left:focus {
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity var(300ms) ease-in-out;
  transition: opacity var(300ms) ease-in-out;
}
.umcg-website-theme .news-slider-container:hover.at-end .slider-btn.slider-btn-right, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .news-slider-container:hover.at-end .slider-btn.slider-btn-right, .umcg-website-theme .news-slider-container.at-end .slider-btn.slider-btn-right:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .news-slider-container.at-end .slider-btn.slider-btn-right:focus {
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity var(300ms) ease-in-out;
  transition: opacity var(300ms) ease-in-out;
}
@media all and (min-width: 576px) {
  .umcg-website-theme .news-slider-container .news-slider, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .news-slider-container .news-slider {
    width: calc(100% + 75px);
  }
}
@media all and (min-width: 768px) {
  .umcg-website-theme .news-slider-container .slider-btn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .news-slider-container .slider-btn {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border: none;
    border-radius: 50%;
    background-color: #ffffff;
    -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 6rem;
    opacity: 0;
    position: absolute;
    pointer-events: none;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-transition: opacity 300ms ease-in-out, -webkit-box-shadow 300ms ease-in-out;
    transition: opacity 300ms ease-in-out, -webkit-box-shadow 300ms ease-in-out;
    transition: box-shadow 300ms ease-in-out, opacity 300ms ease-in-out;
    transition: box-shadow 300ms ease-in-out, opacity 300ms ease-in-out, -webkit-box-shadow 300ms ease-in-out;
    width: 6rem;
    z-index: 10;
  }
  .umcg-website-theme .news-slider-container .news-slider, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .news-slider-container .news-slider {
    width: 100%;
  }
  .umcg-website-theme .news-slider-container .news-slider:before, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .news-slider-container .news-slider:before {
    background: -webkit-gradient(linear, left top, right top, color-stop(5%, #ffffff), color-stop(15%), color-stop(40%, rgba(255, 255, 255, 0)));
    background: linear-gradient(to right, #ffffff 5%, 15%, rgba(255, 255, 255, 0) 40%);
    bottom: 0;
    content: "";
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    left: 0;
    -webkit-transition: -webkit-transform 0.8s ease;
    transition: -webkit-transform 0.8s ease;
    transition: transform 0.8s ease;
    transition: transform 0.8s ease, -webkit-transform 0.8s ease;
    top: 0;
    position: absolute;
    width: 8%;
    z-index: 5;
  }
  .umcg-website-theme .news-slider-container .news-slider:after, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .news-slider-container .news-slider:after {
    background: -webkit-gradient(linear, right top, left top, color-stop(5%, #ffffff), color-stop(15%), color-stop(40%, rgba(255, 255, 255, 0)));
    background: linear-gradient(to left, #ffffff 5%, 15%, rgba(255, 255, 255, 0) 40%);
    bottom: 0;
    content: "";
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    right: 0;
    -webkit-transition: -webkit-transform 0.8s ease;
    transition: -webkit-transform 0.8s ease;
    transition: transform 0.8s ease;
    transition: transform 0.8s ease, -webkit-transform 0.8s ease;
    top: 0;
    position: absolute;
    width: 8%;
    z-index: 5;
  }
}
.umcg-website-theme .news-card:after, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .news-card:after {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(167, 142, 142, 0)), to(rgba(17, 17, 17, 0.7)));
  background: linear-gradient(180deg, rgba(167, 142, 142, 0) 50%, rgba(17, 17, 17, 0.7) 100%);
}
.umcg-website-theme .news-card.no-image, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .news-card.no-image {
  height: 100%;
}
.umcg-website-theme .news-card.no-image .cross, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .news-card.no-image .cross {
  fill: rgba(100, 100, 100, 0.1);
}
.umcg-website-theme .discover-list--text-outside .news-card .arrow-button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .discover-list--text-outside .news-card .arrow-button {
  display: none;
}
.umcg-website-theme .discover-list--text-outside .news-card h3, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .discover-list--text-outside .news-card h3 {
  position: static;
  color: rgb(0, 49, 131);
}
.umcg-website-theme .discover-list--text-outside .news-card figure, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .discover-list--text-outside .news-card figure {
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 1.6rem;
  position: relative;
  -webkit-transition: opacity 150ms;
  transition: opacity 150ms;
}
.umcg-website-theme .discover-list--text-outside .news-card figure::after, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .discover-list--text-outside .news-card figure::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
}
.umcg-website-theme .discover-list--text-outside .news-card figure::before, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .discover-list--text-outside .news-card figure::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: block;
  border-radius: 5px;
  border: 1px solid rgb(0, 49, 131);
  z-index: 1;
  opacity: 0;
  -webkit-transition: opacity 150ms;
  transition: opacity 150ms;
}
.umcg-website-theme .discover-list--text-outside .news-card figure:hover::before, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .discover-list--text-outside .news-card figure:hover::before {
  opacity: 1;
}
.umcg-website-theme .discover-list--text-outside .news-card::before, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .discover-list--text-outside .news-card::before, .umcg-website-theme .discover-list--text-outside .news-card::after, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .discover-list--text-outside .news-card::after {
  display: none;
}
.umcg-website-theme .discover-list--text-outside .news-card:hover h3, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .discover-list--text-outside .news-card:hover h3 {
  text-decoration: underline;
}
.umcg-website-theme .newsroom-card, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .newsroom-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-decoration: none;
}
.umcg-website-theme .newsroom-card figure, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .newsroom-card figure {
  position: relative;
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  margin-bottom: 2rem;
}
.umcg-website-theme .newsroom-card figure .aspect-ratio, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .newsroom-card figure .aspect-ratio {
  border-radius: 5px;
}
.umcg-website-theme .newsroom-card figure .aspect-ratio .aspect-ratio-item, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .newsroom-card figure .aspect-ratio .aspect-ratio-item {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  max-width: none;
}
.umcg-website-theme .newsroom-card .icon, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .newsroom-card .icon {
  position: absolute;
  right: 1.6rem;
  top: 1.6rem;
  line-height: 1;
}
.umcg-website-theme .newsroom-card .icon svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .newsroom-card .icon svg {
  fill: #fff;
}
.umcg-website-theme .newsroom-card h3, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .newsroom-card h3 {
  color: rgb(0, 49, 131);
  margin-bottom: 1.2rem;
  overflow-wrap: break-word;
}
.umcg-website-theme .newsroom-card p, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .newsroom-card p, .umcg-website-theme .newsroom-card pp, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .newsroom-card pp {
  color: #0a0a0a;
}
.umcg-website-theme .newsroom-card picture, .umcg-website-theme .newsroom-card .hero focuspoint-picture, .umcg-website-theme .hero .newsroom-card focuspoint-picture, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .newsroom-card picture, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .newsroom-card .hero focuspoint-picture, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .hero .newsroom-card focuspoint-picture {
  display: block;
  overflow: hidden;
  border-radius: 0.4rem;
}
.umcg-website-theme .newsroom-card:hover h3, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .newsroom-card:hover h3 {
  text-decoration: underline;
}
@media all and (min-width: 768px) {
  .umcg-website-theme .newsroom-card, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .newsroom-card {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .umcg-website-theme .newsroom-card figure, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .newsroom-card figure {
    margin-bottom: 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25rem;
            flex: 0 0 25rem;
  }
  .umcg-website-theme .newsroom-card-content, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .newsroom-card-content {
    padding: 0.4rem 2.4rem 2.4rem;
  }
}
.umcg-website-theme .news-last-and-most-read, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .news-last-and-most-read {
  margin-top: 4rem;
  margin-bottom: 4rem;
  position: relative;
  z-index: 2;
}
.umcg-website-theme .news-last-and-most-read .news-often-read, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .news-last-and-most-read .news-often-read {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}
.umcg-website-theme .news-last-and-most-read .news-often-read .news-often-read-list, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .news-last-and-most-read .news-often-read .news-often-read-list {
  border: none;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin-bottom: 2.4rem;
  width: 100%;
}
.umcg-website-theme .news-last-and-most-read .news-often-read .news-often-read-list h2, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .news-last-and-most-read .news-often-read .news-often-read-list h2 {
  font-family: "Open Sans", sans-serif;
}
.umcg-website-theme .news-last-and-most-read .news-often-read .news-often-read-list .news-summary-list .news-summary-item:last-child, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .news-last-and-most-read .news-often-read .news-often-read-list .news-summary-list .news-summary-item:last-child {
  border-bottom: 0;
}
.umcg-website-theme .news-last-and-most-read .news-often-read .news-often-read-list .news-summary-list .news-summary-item, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .news-last-and-most-read .news-often-read .news-often-read-list .news-summary-list .news-summary-item {
  border-bottom: solid 1px #f0f0f0;
  margin: 0;
}
.umcg-website-theme .news-last-and-most-read .news-often-read .news-often-read-list .news-summary-list .news-summary-item .link, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .news-last-and-most-read .news-often-read .news-often-read-list .news-summary-list .news-summary-item .link {
  text-decoration: none;
  color: #000;
}
.umcg-website-theme .news-last-and-most-read .news-often-read .news-often-read-list .news-summary-list .news-summary-item .link .content, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .news-last-and-most-read .news-often-read .news-often-read-list .news-summary-list .news-summary-item .link .content {
  margin: 1.6rem 0;
}
.umcg-website-theme .news-last-and-most-read .news-often-read .news-often-read-list .news-summary-list .news-summary-item .link .content:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .news-last-and-most-read .news-often-read .news-often-read-list .news-summary-list .news-summary-item .link .content:hover {
  color: rgb(0, 49, 131);
}
.umcg-website-theme .news-last-and-most-read .news-often-read .news-often-read-list .news-summary-list .news-summary-item .link .content:hover .title-content .arrow-button svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .news-last-and-most-read .news-often-read .news-often-read-list .news-summary-list .news-summary-item .link .content:hover .title-content .arrow-button svg {
  fill: rgb(0, 49, 131);
}
.umcg-website-theme .news-last-and-most-read .news-often-read .news-often-read-list .news-summary-list .news-summary-item .link .content .date, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .news-last-and-most-read .news-often-read .news-often-read-list .news-summary-list .news-summary-item .link .content .date {
  display: block;
  font-size: 1.1rem;
  margin-bottom: 0.8rem;
}
.umcg-website-theme .news-last-and-most-read .news-often-read .news-often-read-list .news-summary-list .news-summary-item .link .content .title-content, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .news-last-and-most-read .news-often-read .news-often-read-list .news-summary-list .news-summary-item .link .content .title-content {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.umcg-website-theme .news-last-and-most-read .news-often-read .news-often-read-list .news-summary-list .news-summary-item .link .content .title-content .title, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .news-last-and-most-read .news-often-read .news-often-read-list .news-summary-list .news-summary-item .link .content .title-content .title {
  display: block;
  font-size: 1.6rem;
  font-weight: bold;
  margin-right: 0.8rem;
}
.umcg-website-theme .news-last-and-most-read .news-often-read .news-often-read-list .news-summary-list .news-summary-item .link .content .title-content .arrow-button svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .news-last-and-most-read .news-often-read .news-often-read-list .news-summary-list .news-summary-item .link .content .title-content .arrow-button svg {
  fill: rgb(253, 161, 83);
}
.umcg-website-theme .news-last-and-most-read .news-often-read .news-often-read-list .news-summary-list .news-summary-item .link .content .title-content .arrow-button svg:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .news-last-and-most-read .news-often-read .news-often-read-list .news-summary-list .news-summary-item .link .content .title-content .arrow-button svg:hover {
  fill: rgb(0, 49, 131);
}
@media all and (min-width: 768px) {
  .umcg-website-theme .news-last-and-most-read .news-often-read, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .news-last-and-most-read .news-often-read {
    margin-bottom: 3.4rem;
  }
}
@media all and (min-width: 992px) {
  .umcg-website-theme .news-last-and-most-read .news-often-read, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .news-last-and-most-read .news-often-read {
    padding-left: 25px;
  }
  .umcg-website-theme .news-last-and-most-read .news-often-read .news-often-read-list, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .news-last-and-most-read .news-often-read .news-often-read-list {
    border: solid 1px #f0f0f0;
    border-radius: 4px;
    padding: 1.6rem;
  }
  .umcg-website-theme .news-last-and-most-read .news-often-read .news-often-read-list .news-summary-list .news-summary-item .link .content, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .news-last-and-most-read .news-often-read .news-often-read-list .news-summary-list .news-summary-item .link .content {
    margin: 1.6rem 0 1.6rem 1.6rem;
  }
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.umcg-website-theme .modal, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-animation: fadeIn 300ms ease-out;
          animation: fadeIn 300ms ease-out;
}
.umcg-website-theme .modal-overlay, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .modal-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  cursor: pointer;
  z-index: 1;
}
.umcg-website-theme .modal-overlay.background-blue, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .modal-overlay.background-blue {
  background: rgb(238, 240, 246);
}
.umcg-website-theme .modal-close, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .modal-close {
  background: rgba(0, 0, 0, 0.4);
  border: none;
  border-radius: 10px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 5px;
  position: absolute;
  right: 1rem;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
  top: 1rem;
  z-index: 2;
}
.umcg-website-theme .modal-close svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .modal-close svg {
  fill: #fff;
}
.umcg-website-theme .modal-close svg:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .modal-close svg:hover {
  fill: rgb(0, 49, 131);
  background-color: transparent;
}
.umcg-website-theme .modal-close svg:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .modal-close svg:focus {
  border: 1px solid rgb(212, 233, 248);
}
.umcg-website-theme .modal-navigation, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .modal-navigation {
  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;
  width: 100%;
  max-width: 400px;
  margin-top: 1rem;
  padding: 0 1rem;
}
.umcg-website-theme .modal-navigation button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .modal-navigation button {
  background: none;
  border: none;
  cursor: pointer;
  padding: 10px 15px;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  border-radius: 8px;
}
.umcg-website-theme .modal-navigation button:hover:not(:disabled), .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .modal-navigation button:hover:not(:disabled) {
  background-color: rgba(255, 255, 255, 0.1);
}
.umcg-website-theme .modal-navigation button:hover:not(:disabled) span, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .modal-navigation button:hover:not(:disabled) span {
  text-decoration: underline;
}
.umcg-website-theme .modal-navigation button:disabled, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .modal-navigation button:disabled {
  cursor: default;
}
.umcg-website-theme .modal-navigation button:disabled span, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .modal-navigation button:disabled span {
  color: #666;
}
.umcg-website-theme .modal-navigation button:disabled svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .modal-navigation button:disabled svg {
  fill: #666;
}
.umcg-website-theme .modal-navigation button:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .modal-navigation button:focus {
  border: 1px solid rgb(212, 233, 248);
}
.umcg-website-theme .modal-navigation button.modal-next svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .modal-navigation button.modal-next svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.umcg-website-theme .modal-navigation button span, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .modal-navigation button span {
  color: #fff;
  font-size: 14px;
  -webkit-transition: -webkit-text-decoration 0.2s ease;
  transition: -webkit-text-decoration 0.2s ease;
  transition: text-decoration 0.2s ease;
  transition: text-decoration 0.2s ease, -webkit-text-decoration 0.2s ease;
}
.umcg-website-theme .modal-navigation button svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .modal-navigation button svg {
  fill: #fff;
}
.umcg-website-theme .modal-container .content-container, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .modal-container .content-container {
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 20px 0;
  position: relative;
  z-index: 2;
}
.umcg-website-theme .modal-container .content-container .image-container, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .modal-container .content-container .image-container, .umcg-website-theme .modal-container .content-container .video-container, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .modal-container .content-container .video-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
.umcg-website-theme .modal-container .content-container .image-container .image-frame, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .modal-container .content-container .image-container .image-frame, .umcg-website-theme .modal-container .content-container .video-container .image-frame, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .modal-container .content-container .video-container .image-frame {
  -o-object-fit: contain;
     object-fit: contain;
}
.umcg-website-theme .modal-container .content-container .image-container .lottie-frame, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .modal-container .content-container .image-container .lottie-frame, .umcg-website-theme .modal-container .content-container .video-container .lottie-frame, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .modal-container .content-container .video-container .lottie-frame {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.umcg-website-theme .modal-container .content-container .image-container, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .modal-container .content-container .image-container {
  height: 100%;
}
.umcg-website-theme .modal-container .content-container .video-container, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .modal-container .content-container .video-container {
  height: auto;
}
.umcg-website-theme .modal-container .content-container .short-container, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .modal-container .content-container .short-container {
  -webkit-box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
          box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
  position: relative;
  width: 100%;
  margin: 3rem auto 0;
  background: #000;
  border-radius: 12px;
  overflow: hidden;
  max-width: 400px;
  max-height: 95vh;
  aspect-ratio: 9/16;
}
.umcg-website-theme .modal-container .content-container .youtube-frame, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .modal-container .content-container .youtube-frame {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  background: #000;
}
.umcg-website-theme .facilities-list-item, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .facilities-list-item {
  position: relative;
  -webkit-transition: opacity 150ms;
  transition: opacity 150ms;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5rem;
  background-color: #fff;
  border-radius: 5px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-decoration: none;
  -webkit-box-shadow: 0 0 9px 0 rgba(10, 10, 10, 0.15);
          box-shadow: 0 0 9px 0 rgba(10, 10, 10, 0.15);
  cursor: pointer;
  position: relative;
}
.umcg-website-theme .facilities-list-item::before, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .facilities-list-item::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: block;
  border-radius: 5px;
  border: 1px solid rgb(0, 49, 131);
  z-index: 1;
  opacity: 0;
  -webkit-transition: opacity 150ms;
  transition: opacity 150ms;
}
.umcg-website-theme .facilities-list-item:hover::before, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .facilities-list-item:hover::before {
  opacity: 1;
}
.umcg-website-theme .facilities-list-item .content, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .facilities-list-item .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  height: 100%;
  padding: 2.5rem;
}
.umcg-website-theme .facilities-list-item p, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .facilities-list-item p, .umcg-website-theme .facilities-list-item pp, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .facilities-list-item pp {
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-all;
  word-break: break-word;
  -ms-hyphens: auto;
      hyphens: auto;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  color: #0a0a0a;
  margin: 0;
}
.umcg-website-theme .facilities-list-item h3, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .facilities-list-item h3 {
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-all;
  word-break: break-word;
  -ms-hyphens: auto;
      hyphens: auto;
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
  margin-bottom: 1.5rem;
  padding-right: 30px;
  color: rgb(0, 49, 131);
}
.umcg-website-theme .facilities-list-item svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .facilities-list-item svg {
  position: absolute;
  top: calc(2.5rem + 3px);
  right: 2rem;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  fill: rgb(255, 125, 0);
}
.umcg-website-theme .facilities-list-item.with-image figure, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .facilities-list-item.with-image figure {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  position: relative;
}
.umcg-website-theme .facilities-list-item.with-image img, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .facilities-list-item.with-image img {
  height: 100%;
  max-width: none;
  width: auto;
}
@media all and (min-width: 768px) {
  .umcg-website-theme .facilities-list-item.with-image, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .facilities-list-item.with-image {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .umcg-website-theme .facilities-list-item.with-image .content, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .facilities-list-item.with-image .content {
    max-height: 240px;
    padding: 2.5rem 7.5rem 2.5rem 2.5rem;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
  }
  .umcg-website-theme .facilities-list-item.with-image figure, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .facilities-list-item.with-image figure {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 240px;
            flex: 0 0 240px;
  }
}
@media all and (min-width: 992px) {
  .umcg-website-theme .facilities-list-item.with-image, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .facilities-list-item.with-image {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .umcg-website-theme .facilities-list-item.with-image .content, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .facilities-list-item.with-image .content {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-height: 180px;
  }
  .umcg-website-theme .facilities-list-item.with-image .content-header, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .facilities-list-item.with-image .content-header {
    margin-top: 0;
  }
  .umcg-website-theme .facilities-list-item.with-image figure, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .facilities-list-item.with-image figure {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 273px;
            flex: 0 0 273px;
  }
}
.umcg-website-theme .facilities-list-item.newsroom, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .facilities-list-item.newsroom {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.umcg-website-theme .facilities-list-item.newsroom figure, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .facilities-list-item.newsroom figure {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.umcg-website-theme .facilities-list-item.newsroom:hover figure, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .facilities-list-item.newsroom:hover figure {
  border: 1px solid;
}
.umcg-website-theme .facilities-list-item.newsroom:hover h3, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .facilities-list-item.newsroom:hover h3 {
  text-decoration: underline;
}
.umcg-website-theme .facilities-list-item.newsroom .content p, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .facilities-list-item.newsroom .content p, .umcg-website-theme .facilities-list-item.newsroom .content pp, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .facilities-list-item.newsroom .content pp {
  font-size: 1.3rem;
}
.umcg-website-theme .story-card, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .story-card {
  position: relative;
  -webkit-transition: opacity 150ms;
  transition: opacity 150ms;
  margin-bottom: 4.4rem;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
  border-radius: 5px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-decoration: none;
  -webkit-box-shadow: 0 0 9px 0 rgba(10, 10, 10, 0.15);
          box-shadow: 0 0 9px 0 rgba(10, 10, 10, 0.15);
  cursor: pointer;
}
.umcg-website-theme .story-card::before, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .story-card::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: block;
  border-radius: 5px;
  border: 1px solid rgb(0, 49, 131);
  z-index: 1;
  opacity: 0;
  -webkit-transition: opacity 150ms;
  transition: opacity 150ms;
}
.umcg-website-theme .story-card:hover::before, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .story-card:hover::before {
  opacity: 1;
}
.slider .umcg-website-theme .story-card, .slider .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .story-card {
  margin-bottom: 0;
  height: 100%;
}
.umcg-website-theme .story-card .content, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .story-card .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  height: 100%;
  padding: 0 2.5rem 2.5rem;
}
.umcg-website-theme .story-card .subtitle, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .story-card .subtitle {
  display: block;
  margin: 0 0 1.4rem;
  color: #000;
}
.umcg-website-theme .story-card h3, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .story-card h3 {
  color: rgb(0, 49, 131);
  font-size: 1.8rem;
  line-height: 1.5;
  margin-bottom: 0.9rem;
  font-family: "Open Sans", sans-serif;
}
.umcg-website-theme .story-card figure, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .story-card figure {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  position: relative;
  margin-bottom: 2.5rem;
}
.umcg-website-theme .story-card img, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .story-card img {
  width: 100%;
}
.umcg-website-theme .story-card .tag, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .story-card .tag {
  position: absolute;
  top: 1.2rem;
  left: 1.5rem;
  padding: 0.2rem 1.3rem;
  font-size: 1.47rem;
  color: #fff;
  background-color: #1a468f;
  border-radius: 5px;
  text-transform: uppercase;
  font-weight: 600;
}
.umcg-website-theme .story-card .text-content, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .story-card .text-content {
  display: block;
  font-size: 1.6rem;
  line-height: 1.5;
  color: #0a0a0a;
  margin-bottom: 20px;
}
.umcg-website-theme .story-card .buttons, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .story-card .buttons {
  text-align: right;
  margin-top: 3rem;
}
.umcg-website-theme .story-card .buttons .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .story-card .buttons .label {
  color: rgb(0, 49, 131);
  text-decoration: underline;
  margin-right: 0.5rem;
}
.umcg-website-theme .story-card .buttons .icon-wrapper, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .story-card .buttons .icon-wrapper {
  display: inline-block;
  text-align: left;
  text-decoration: none;
}
.umcg-website-theme .story-card .buttons svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .story-card .buttons svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  fill: rgb(255, 125, 0);
}
.umcg-website-theme .story-card:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .story-card:hover {
  border-color: rgb(0, 49, 131);
}
.umcg-website-theme .story-card:hover .buttons .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .story-card:hover .buttons .label {
  text-decoration: none;
}
.umcg-website-theme .story-card--vertical figure, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .story-card--vertical figure {
  margin-bottom: 2rem;
}
.umcg-website-theme .story-card--pull-over, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .story-card--pull-over {
  z-index: 2;
}
@media all and (min-width: 1200px) {
  .umcg-website-theme .story-card, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .story-card {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .umcg-website-theme .story-card .tag, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .story-card .tag {
    padding-top: 0.3rem;
    padding-bottom: 0.3rem;
  }
  .umcg-website-theme .story-card .content, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .story-card .content {
    padding: 2.5rem;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    height: auto;
  }
  .umcg-website-theme .story-card .content-header, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .story-card .content-header {
    margin-top: 0;
  }
  .umcg-website-theme .story-card figure, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .story-card figure {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    margin-bottom: 0;
  }
  .umcg-website-theme .story-card--vertical, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .story-card--vertical {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .umcg-website-theme .story-card--vertical .content, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .story-card--vertical .content {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    padding: 0 2.5rem 2.5rem;
  }
  .umcg-website-theme .story-card--vertical figure, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .story-card--vertical figure {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    margin-bottom: 2rem;
  }
}
.umcg-website-theme .language-navigation, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .language-navigation {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  margin-top: 3.6rem;
  position: relative;
  z-index: 99;
}
.umcg-website-theme .language-navigation--desktop, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .language-navigation--desktop {
  display: none;
  margin-right: 0.7rem;
}
.umcg-website-theme .language-navigation--desktop .language-navigation-button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .language-navigation--desktop .language-navigation-button {
  margin-left: -1.5rem;
}
.umcg-website-theme .language-navigation--desktop .language-navigation-dropdown, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .language-navigation--desktop .language-navigation-dropdown {
  margin-left: -1.5rem;
}
@media all and (min-width: 992px) {
  .umcg-website-theme .language-navigation--desktop, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .language-navigation--desktop {
    display: inline-block;
  }
}
@media all and (min-width: 1200px) {
  .umcg-website-theme .language-navigation, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .language-navigation {
    margin-top: 2.7rem;
  }
}
.umcg-website-theme .language-navigation-button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .language-navigation-button {
  cursor: pointer;
  font-size: 1.6rem;
  line-height: 1.5;
  padding: 0.9rem 1.6rem 0.7rem;
  border: 1px solid transparent;
  border-radius: 5px;
  color: rgb(0, 49, 131);
  -webkit-transition: background-color 450ms ease-in-out, border-color 450ms ease-in-out;
  transition: background-color 450ms ease-in-out, border-color 450ms ease-in-out;
}
.umcg-website-theme .language-navigation-button .label-theme, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .language-navigation-button .label-theme,
.umcg-website-theme .language-navigation-button .icon,
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .language-navigation-button .icon {
  pointer-events: none;
}
.umcg-website-theme .language-navigation-button .icon, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .language-navigation-button .icon {
  margin-left: 0.2rem;
}
.umcg-website-theme .language-navigation-button svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .language-navigation-button svg {
  position: relative;
  top: -2px;
  fill: rgb(0, 49, 131);
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: -webkit-transform 450ms ease-in-out;
  transition: -webkit-transform 450ms ease-in-out;
  transition: transform 450ms ease-in-out;
  transition: transform 450ms ease-in-out, -webkit-transform 450ms ease-in-out;
}
.umcg-website-theme .language-navigation-button:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .language-navigation-button:hover {
  border-color: rgb(0, 49, 131);
}
.umcg-website-theme .language-navigation-button[aria-expanded=true], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .language-navigation-button[aria-expanded=true] {
  border-color: rgb(0, 49, 131);
  background-color: rgb(0, 49, 131);
  color: #fff;
}
.umcg-website-theme .language-navigation-button[aria-expanded=true] svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .language-navigation-button[aria-expanded=true] svg {
  fill: #fff;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.umcg-website-theme .language-navigation-button--desktop, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .language-navigation-button--desktop {
  margin-left: -0.5rem;
}
.umcg-website-theme .language-navigation-dropdown, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .language-navigation-dropdown {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 100;
  background-color: #fff;
  -webkit-box-shadow: 0 0 9px 0 rgba(10, 10, 10, 0.15);
          box-shadow: 0 0 9px 0 rgba(10, 10, 10, 0.15);
  border-radius: 5px;
  padding: 1.8rem 2rem 3rem;
  min-width: 30rem;
}
.umcg-website-theme .language-navigation-dropdown a, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .language-navigation-dropdown a {
  color: rgb(0, 49, 131);
  font-size: 1.6rem;
  line-height: 1.5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
  border: 1px solid transparent;
  padding: 1rem 2rem;
  font-weight: 600;
  border-radius: 5px;
}
.umcg-website-theme .language-navigation-dropdown a:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .language-navigation-dropdown a:hover {
  border-color: rgb(0, 49, 131);
}
.umcg-website-theme .language-navigation-dropdown a.active, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .language-navigation-dropdown a.active {
  border-color: rgb(0, 49, 131);
  background-color: rgb(0, 49, 131);
  color: #fff;
}
.umcg-website-theme .language-navigation-dropdown .icon, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .language-navigation-dropdown .icon {
  padding-right: 1rem;
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}
.umcg-website-theme .language-navigation-dropdown .label-theme, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .language-navigation-dropdown .label-theme {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.umcg-website-theme .language-navigation-dropdown svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .language-navigation-dropdown svg {
  fill: rgb(0, 169, 167);
}
.umcg-website-theme .language-navigation-dropdown ul, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .language-navigation-dropdown ul {
  padding-top: 0.9rem;
  border-top: 1px solid #b3c1da;
}
.umcg-website-theme .language-navigation-dropdown li, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .language-navigation-dropdown li {
  margin-bottom: 1rem;
}
.umcg-website-theme .language-navigation-dropdown li:last-child, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .language-navigation-dropdown li:last-child {
  margin-bottom: 0;
}
.umcg-website-theme .language-navigation-dropdown .close-btn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .language-navigation-dropdown .close-btn {
  position: absolute;
  right: 1.5rem;
  top: 1.1rem;
  cursor: pointer;
  padding: 2px 5px 4px;
  border-radius: 5px;
  border: 1px solid transparent;
  -webkit-transition: border-color 150ms ease-in-out;
  transition: border-color 150ms ease-in-out;
}
.umcg-website-theme .language-navigation-dropdown .close-btn:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .language-navigation-dropdown .close-btn:hover {
  border-color: rgb(0, 49, 131);
}
.umcg-website-theme .language-navigation-dropdown .close-btn svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .language-navigation-dropdown .close-btn svg {
  fill: rgb(0, 49, 131);
}
.umcg-website-theme .language-navigation-dropdown .language-navigation-description, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .language-navigation-dropdown .language-navigation-description {
  margin-bottom: 1.9rem;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 1.5;
  color: rgb(0, 49, 131);
}
.umcg-website-theme .language-navigation-dropdown[aria-hidden=true], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .language-navigation-dropdown[aria-hidden=true] {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  visibility: hidden;
  -webkit-transition: opacity 450ms ease-in-out, visibility 450ms 0s, -webkit-transform 450ms;
  transition: opacity 450ms ease-in-out, visibility 450ms 0s, -webkit-transform 450ms;
  transition: opacity 450ms ease-in-out, visibility 450ms 0s, transform 450ms;
  transition: opacity 450ms ease-in-out, visibility 450ms 0s, transform 450ms, -webkit-transform 450ms;
}
.umcg-website-theme .language-navigation-dropdown[aria-hidden=false], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .language-navigation-dropdown[aria-hidden=false] {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: opacity 450ms ease-in-out, visibility 450ms 0s, -webkit-transform 450ms;
  transition: opacity 450ms ease-in-out, visibility 450ms 0s, -webkit-transform 450ms;
  transition: opacity 450ms ease-in-out, visibility 450ms 0s, transform 450ms;
  transition: opacity 450ms ease-in-out, visibility 450ms 0s, transform 450ms, -webkit-transform 450ms;
}
@media all and (min-width: 576px) {
  .umcg-website-theme .language-navigation-dropdown, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .language-navigation-dropdown {
    min-width: 37rem;
  }
}
.umcg-website-theme .language-navigation-overlay, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .language-navigation-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 99;
  background-color: rgba(0, 0, 0, 0.7);
}
.umcg-website-theme .language-navigation-overlay[aria-hidden=true], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .language-navigation-overlay[aria-hidden=true] {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 450ms ease-in-out, visibility 450ms 0s;
  transition: opacity 450ms ease-in-out, visibility 450ms 0s;
}
.umcg-website-theme .language-navigation-overlay[aria-hidden=false], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .language-navigation-overlay[aria-hidden=false] {
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity 450ms ease-in-out, visibility 450ms 0s;
  transition: opacity 450ms ease-in-out, visibility 450ms 0s;
}
.umcg-website-theme .language-notification-wrapper, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .language-notification-wrapper {
  width: 100%;
  text-align: center;
}
.umcg-website-theme .language-notification-wrapper .autofit-float.autofit-row.portlet-header, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .language-notification-wrapper .autofit-float.autofit-row.portlet-header {
  position: absolute;
  top: -2em;
}
.umcg-website-theme .language-notification-wrapper .language-notification, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .language-notification-wrapper .language-notification {
  position: relative;
  display: inline-block;
  padding: 0.5em 1em;
  margin-top: -1em;
  margin-bottom: 0.5em;
}
.umcg-website-theme .language-notification-wrapper .language-notification:before, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .language-notification-wrapper .language-notification:before {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 49, 131, 0.08)), color-stop(80%, rgba(0, 49, 131, 0.08)));
  background: linear-gradient(180deg, rgba(0, 49, 131, 0.08) 0%, rgba(0, 49, 131, 0.08) 80%);
  border-radius: 10px;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.umcg-website-theme .language-notification-wrapper .language-notification p, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .language-notification-wrapper .language-notification p, .umcg-website-theme .language-notification-wrapper .language-notification pp, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .language-notification-wrapper .language-notification pp {
  margin-bottom: 0;
  font-size: 0.8em;
}
.umcg-website-theme .language-navigation-mobile, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .language-navigation-mobile {
  border-bottom: 1px solid #b3c1da;
}
.umcg-website-theme .language-navigation-mobile ul, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .language-navigation-mobile ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.umcg-website-theme .language-navigation-mobile li, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .language-navigation-mobile li {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-bottom: 1rem;
}
.umcg-website-theme .language-navigation-mobile li::before, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .language-navigation-mobile li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 1px;
  background-color: #b3c1da;
}
.umcg-website-theme .language-navigation-mobile li:first-child::before, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .language-navigation-mobile li:first-child::before {
  display: none;
}
.umcg-website-theme .language-navigation-mobile a, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .language-navigation-mobile a {
  text-decoration: none;
  color: rgb(0, 49, 131);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.3rem 1.8rem;
  font-size: 1.6rem;
  line-height: 1.5;
}
.umcg-website-theme .language-navigation-mobile a .label-theme, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .language-navigation-mobile a .label-theme {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.umcg-website-theme .language-navigation-mobile a svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .language-navigation-mobile a svg {
  fill: rgb(0, 169, 167);
}
.umcg-website-theme .language-navigation-mobile a .icon, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .language-navigation-mobile a .icon {
  display: none;
  margin-right: 0.7rem;
}
.umcg-website-theme .language-navigation-mobile a .full, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .language-navigation-mobile a .full {
  border: 0;
  clip: rect(0, 0, 0, 0);
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
}
.umcg-website-theme .language-navigation-mobile a:hover .label-theme, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .language-navigation-mobile a:hover .label-theme {
  text-decoration: underline;
}
.umcg-website-theme .language-navigation-mobile a.active, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .language-navigation-mobile a.active {
  font-weight: bold;
}
.umcg-website-theme .language-navigation-mobile a.active .icon, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .language-navigation-mobile a.active .icon {
  display: inline-block;
}
@media all and (min-width: 992px) {
  .umcg-website-theme .language-navigation-mobile, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .language-navigation-mobile {
    display: none;
  }
}
.umcg-website-theme .language-navigation-page, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .language-navigation-page {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  margin-top: 3.8rem;
  position: relative;
  z-index: 99;
}
.umcg-website-theme .language-navigation-page-button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .language-navigation-page-button {
  cursor: pointer;
  min-width: 30px;
  font-size: 1.6rem;
  line-height: 1.5;
  padding: 0.9rem 1.6rem 0.7rem;
  border: 1px solid #b3c1da;
  border-radius: 5px;
  color: rgb(0, 49, 131);
  -webkit-transition: background-color 450ms ease-in-out, border-color 450ms ease-in-out;
  transition: background-color 450ms ease-in-out, border-color 450ms ease-in-out;
}
.umcg-website-theme .language-navigation-page-button .label-theme, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .language-navigation-page-button .label-theme,
.umcg-website-theme .language-navigation-page-button .icon,
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .language-navigation-page-button .icon {
  pointer-events: none;
}
.umcg-website-theme .language-navigation-page-button .icon, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .language-navigation-page-button .icon {
  margin-left: 0.2rem;
}
.umcg-website-theme .language-navigation-page-button svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .language-navigation-page-button svg {
  position: relative;
  top: -2px;
  fill: rgb(0, 49, 131);
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: -webkit-transform 450ms ease-in-out;
  transition: -webkit-transform 450ms ease-in-out;
  transition: transform 450ms ease-in-out;
  transition: transform 450ms ease-in-out, -webkit-transform 450ms ease-in-out;
}
.umcg-website-theme .language-navigation-page-button:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .language-navigation-page-button:hover {
  border-color: rgb(0, 49, 131);
}
.umcg-website-theme .language-navigation-page-button[aria-expanded=true], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .language-navigation-page-button[aria-expanded=true] {
  border-color: rgb(0, 49, 131);
  background-color: rgb(0, 49, 131);
  color: #fff;
}
.umcg-website-theme .language-navigation-page-button[aria-expanded=true] svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .language-navigation-page-button[aria-expanded=true] svg {
  fill: #fff;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.umcg-website-theme .language-navigation-page-dropdown, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .language-navigation-page-dropdown {
  text-align: left;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 100;
  background-color: #fff;
  -webkit-box-shadow: 0 0 9px 0 rgba(10, 10, 10, 0.15);
          box-shadow: 0 0 9px 0 rgba(10, 10, 10, 0.15);
  border-radius: 5px;
  padding: 1.8rem 2rem 3rem;
  min-width: 30rem;
}
.umcg-website-theme .language-navigation-page-dropdown a, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .language-navigation-page-dropdown a {
  color: rgb(0, 49, 131);
  font-size: 1.6rem;
  line-height: 1.5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
  border: 1px solid transparent;
  padding: 1rem 2rem;
  font-weight: 600;
  border-radius: 5px;
}
.umcg-website-theme .language-navigation-page-dropdown a:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .language-navigation-page-dropdown a:hover {
  border-color: rgb(0, 49, 131);
}
.umcg-website-theme .language-navigation-page-dropdown a.active, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .language-navigation-page-dropdown a.active {
  border-color: rgb(0, 49, 131);
  background-color: rgb(0, 49, 131);
  color: #fff;
}
.umcg-website-theme .language-navigation-page-dropdown .icon, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .language-navigation-page-dropdown .icon {
  padding-right: 1rem;
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}
.umcg-website-theme .language-navigation-page-dropdown .label-theme, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .language-navigation-page-dropdown .label-theme {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.umcg-website-theme .language-navigation-page-dropdown svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .language-navigation-page-dropdown svg {
  fill: rgb(0, 169, 167);
}
.umcg-website-theme .language-navigation-page-dropdown ul, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .language-navigation-page-dropdown ul {
  padding-top: 0.9rem;
  border-top: 1px solid #b3c1da;
}
.umcg-website-theme .language-navigation-page-dropdown li, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .language-navigation-page-dropdown li {
  margin-bottom: 1rem;
}
.umcg-website-theme .language-navigation-page-dropdown li:last-child, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .language-navigation-page-dropdown li:last-child {
  margin-bottom: 0;
}
.umcg-website-theme .language-navigation-page-dropdown .close-btn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .language-navigation-page-dropdown .close-btn {
  position: absolute;
  right: 1.5rem;
  top: 1.1rem;
  cursor: pointer;
  padding: 2px 5px 4px;
  border-radius: 5px;
  border: 1px solid transparent;
  -webkit-transition: border-color 150ms ease-in-out;
  transition: border-color 150ms ease-in-out;
}
.umcg-website-theme .language-navigation-page-dropdown .close-btn:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .language-navigation-page-dropdown .close-btn:hover {
  border-color: rgb(0, 49, 131);
}
.umcg-website-theme .language-navigation-page-dropdown .close-btn svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .language-navigation-page-dropdown .close-btn svg {
  fill: rgb(0, 49, 131);
}
.umcg-website-theme .language-navigation-page-dropdown .language-navigation-description, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .language-navigation-page-dropdown .language-navigation-description {
  margin-bottom: 1.9rem;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 1.5;
  color: rgb(0, 49, 131);
}
.umcg-website-theme .language-navigation-page-dropdown[aria-hidden=true], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .language-navigation-page-dropdown[aria-hidden=true] {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  visibility: hidden;
  -webkit-transition: opacity 450ms ease-in-out, visibility 450ms 0s, -webkit-transform 450ms;
  transition: opacity 450ms ease-in-out, visibility 450ms 0s, -webkit-transform 450ms;
  transition: opacity 450ms ease-in-out, visibility 450ms 0s, transform 450ms;
  transition: opacity 450ms ease-in-out, visibility 450ms 0s, transform 450ms, -webkit-transform 450ms;
}
.umcg-website-theme .language-navigation-page-dropdown[aria-hidden=false], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .language-navigation-page-dropdown[aria-hidden=false] {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: opacity 450ms ease-in-out, visibility 450ms 0s, -webkit-transform 450ms;
  transition: opacity 450ms ease-in-out, visibility 450ms 0s, -webkit-transform 450ms;
  transition: opacity 450ms ease-in-out, visibility 450ms 0s, transform 450ms;
  transition: opacity 450ms ease-in-out, visibility 450ms 0s, transform 450ms, -webkit-transform 450ms;
}
@media all and (min-width: 576px) {
  .umcg-website-theme .language-navigation-page-dropdown, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .language-navigation-page-dropdown {
    min-width: 37rem;
  }
}
.umcg-website-theme .language-navigation-page-overlay, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .language-navigation-page-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 30;
  background-color: rgba(0, 0, 0, 0.7);
}
.umcg-website-theme .language-navigation-page-overlay[aria-hidden=true], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .language-navigation-page-overlay[aria-hidden=true] {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 450ms ease-in-out, visibility 450ms 0s;
  transition: opacity 450ms ease-in-out, visibility 450ms 0s;
}
.umcg-website-theme .language-navigation-page-overlay[aria-hidden=false], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .language-navigation-page-overlay[aria-hidden=false] {
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity 450ms ease-in-out, visibility 450ms 0s;
  transition: opacity 450ms ease-in-out, visibility 450ms 0s;
}
.umcg-website-theme .lottie-card, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .lottie-card {
  margin-bottom: 4.4rem;
  margin-left: auto;
  margin-right: auto;
  background-color: rgba(227, 239, 248, 0.3);
  border-radius: 5px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-decoration: none;
  height: auto;
}
.umcg-website-theme .lottie-card figure, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .lottie-card figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  background: rgba(0, 49, 131, 0.08);
}
.umcg-website-theme .lottie-card figure.figure-slider-item, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .lottie-card figure.figure-slider-item {
  margin: 0;
}
.umcg-website-theme .lottie-card figure:hover .icon, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .lottie-card figure:hover .icon {
  background-color: rgba(0, 0, 0, 0.5);
}
.umcg-website-theme .lottie-card figure .icon, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .lottie-card figure .icon {
  bottom: 1rem;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  padding: 1rem;
  right: 1rem;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1000;
}
.umcg-website-theme .lottie-card figure .icon svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .lottie-card figure .icon svg {
  fill: #fff;
}
.umcg-website-theme .lottie-card figure .icon:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .lottie-card figure .icon:hover {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
}
.umcg-website-theme .lottie-card figure .icon:hover svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .lottie-card figure .icon:hover svg {
  fill: rgb(0, 49, 131);
}
.umcg-website-theme .lottie-card figure .dotlottie-wc-container, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .lottie-card figure .dotlottie-wc-container {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.umcg-website-theme .lottie-card figure .lottie-frame, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .lottie-card figure .lottie-frame {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.umcg-website-theme .lottie-card figure.figure-slider-item:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .lottie-card figure.figure-slider-item:hover {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}
.umcg-website-theme .lottie-card .content-slider-item, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .lottie-card .content-slider-item {
  padding: 2rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
}
.umcg-website-theme .lottie-card .content-slider-item h3, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .lottie-card .content-slider-item h3 {
  color: rgb(0, 49, 131);
}
.umcg-website-theme .lottie-card .content-slider-item p, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .lottie-card .content-slider-item p, .umcg-website-theme .lottie-card .content-slider-item pp, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .lottie-card .content-slider-item pp {
  margin: 0;
}
.umcg-website-theme .jobs-list-item, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-list-item {
  position: relative;
  background-color: #fff;
  display: block;
  border-radius: 5px;
  border: 1px solid #fff;
  padding: 2.9rem 2.4rem 3.3rem 4.4rem;
  text-decoration: none;
  color: rgb(0, 49, 131);
  -webkit-box-shadow: 0 0 9px 0 rgba(10, 10, 10, 0.15);
          box-shadow: 0 0 9px 0 rgba(10, 10, 10, 0.15);
  -webkit-transition: all 450ms;
  transition: all 450ms;
  height: 100%;
}
.umcg-website-theme .jobs-list-item:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-list-item:hover {
  border-color: rgb(0, 49, 131);
}
.umcg-website-theme .jobs-list-item .jobs-list-item-icon, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-list-item .jobs-list-item-icon {
  position: absolute;
  left: 1.8rem;
  top: 3.4rem;
  fill: rgb(255, 125, 0);
}
.umcg-website-theme .jobs-list-item h3, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-list-item h3 {
  font-family: "Open Sans", sans-serif;
  padding: 0 0 1.7rem;
  margin: 0 0 1.4rem;
  border-bottom: 1px solid rgb(160, 202, 232);
}
.umcg-website-theme .jobs-list-item .jobs-list-attributes li, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-list-item .jobs-list-attributes li {
  margin-bottom: 0.4rem;
}
.umcg-website-theme .jobs-list-item .jobs-list-attributes li:last-child, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-list-item .jobs-list-attributes li:last-child {
  margin-bottom: 0;
}
.umcg-website-theme blockquote, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ blockquote {
  position: relative;
  background-color: #e3eff8;
  border-radius: 5px;
  padding: 2.5rem;
  margin: 2rem auto 4.4rem;
  max-width: 46rem;
}
.umcg-website-theme blockquote p, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ blockquote p, .umcg-website-theme blockquote pp, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ blockquote pp {
  font-weight: 700;
  color: rgb(0, 49, 131);
}
.umcg-website-theme blockquote p:last-child, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ blockquote p:last-child, .umcg-website-theme blockquote pp:last-child, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ blockquote pp:last-child {
  margin-bottom: 0;
}
.umcg-website-theme blockquote::before, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ blockquote::before {
  font-family: "iconfont";
  font-style: normal;
  font-weight: 400;
  content: "\ea10";
  background-color: #fff;
  color: rgb(0, 49, 131);
  position: absolute;
  top: -2rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  font-size: 1.47rem;
  text-align: center;
  padding-top: 1rem;
}
.umcg-website-theme blockquote.blockquote--theme-2, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ blockquote.blockquote--theme-2 {
  background-color: rgba(0, 169, 167, 0.1);
}
.umcg-website-theme blockquote.blockquote--theme-3, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ blockquote.blockquote--theme-3 {
  background-color: #e3eff8;
}
.umcg-website-theme blockquote.blockquote--theme-4, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ blockquote.blockquote--theme-4 {
  background-color: rgba(0, 174, 239, 0.1);
}
.umcg-website-theme blockquote.blockquote--theme-5, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ blockquote.blockquote--theme-5 {
  background-color: rgba(177, 178, 180, 0.2);
}
.umcg-website-theme blockquote.blockquote--theme-6, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ blockquote.blockquote--theme-6 {
  background-color: rgba(208, 131, 22, 0.08);
}
.umcg-website-theme p + blockquote, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ p + blockquote, .umcg-website-theme pp + blockquote, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ pp + blockquote {
  margin-top: 5rem;
}
.umcg-website-theme blockquote-news, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ blockquote-news {
  -webkit-box-shadow: 0px 4px 16px 0px rgba(17, 17, 17, 0.1215686275);
          box-shadow: 0px 4px 16px 0px rgba(17, 17, 17, 0.1215686275);
  border-left: 8px solid rgb(253, 161, 83);
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 696px;
  margin-bottom: 4.4rem;
}
.umcg-website-theme blockquote-news .content, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ blockquote-news .content {
  padding: 20px;
  width: 100%;
}
.umcg-website-theme blockquote-news .content .quote, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ blockquote-news .content .quote {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.umcg-website-theme blockquote-news .content .quote .tekst, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ blockquote-news .content .quote .tekst {
  color: #4d4d4d;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
  font-family: "CaspariWT";
  font-size: 2.2rem;
  font-weight: 400;
  margin: 0 1.6rem 2.4rem 0;
  max-width: 100%;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
.umcg-website-theme blockquote-news .content .quote .quote-icon, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ blockquote-news .content .quote .quote-icon {
  color: rgb(255, 125, 0);
}
.umcg-website-theme blockquote-news .content .info, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ blockquote-news .content .info {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.umcg-website-theme blockquote-news .content .info .image, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ blockquote-news .content .info .image {
  border-radius: 10px;
  height: 64px;
  overflow: hidden;
  width: 64px;
  min-width: 64px;
}
.umcg-website-theme blockquote-news .content .info .image img, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ blockquote-news .content .info .image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.umcg-website-theme blockquote-news .content .info .profile, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ blockquote-news .content .info .profile {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.umcg-website-theme blockquote-news .content .info .profile .name, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ blockquote-news .content .info .profile .name {
  font-size: 1.6rem;
  color: rgb(0, 49, 131);
  margin: 0 1.6rem;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
.umcg-website-theme blockquote-news .content .info .link, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ blockquote-news .content .info .link {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid rgb(0, 49, 131);
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 36px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 6px;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  width: 36px;
}
.umcg-website-theme blockquote-news .content .info .link:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ blockquote-news .content .info .link:hover {
  background-color: rgb(0, 49, 131);
  color: #fff;
}
@media all and (min-width: 992px) {
  .umcg-website-theme blockquote-news .content .quote .tekst, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ blockquote-news .content .quote .tekst {
    max-width: 66.66%;
  }
}
@media print {
  .umcg-website-theme blockquote-news .content .info .link, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ blockquote-news .content .info .link {
    display: none;
    visibility: hidden;
  }
}
.umcg-website-theme .print-btn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .print-btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  cursor: pointer;
  top: 1px;
}
.umcg-website-theme .print-btn .icon, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .print-btn .icon {
  -ms-flex-item-align: center;
      align-self: center;
}
.umcg-website-theme .print-btn .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .print-btn .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  color: rgb(0, 49, 131);
  font-size: 1.6rem;
  line-height: 1.5;
  text-transform: uppercase;
  font-weight: bold;
  -ms-flex-item-align: center;
      align-self: center;
  margin-left: 11px;
}
@media all and (min-width: 768px) {
  .umcg-website-theme .print-btn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .print-btn {
    top: -3px;
    margin-left: 10px;
  }
  .umcg-website-theme .print-btn .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .print-btn .label {
    border: 0;
    clip: auto;
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    color: rgb(0, 49, 131);
    margin-left: 11px;
    -webkit-transition: ease-in-out 300ms;
    transition: ease-in-out 300ms;
  }
}
@media print {
  .umcg-website-theme .print-btn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .print-btn {
    display: none;
  }
}
.umcg-website-theme .event-list-item, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .event-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 5px;
  border: 1px solid #fff;
  padding: 1rem 3rem 3rem;
  -webkit-box-shadow: 0 0 9px 0 rgba(10, 10, 10, 0.15);
          box-shadow: 0 0 9px 0 rgba(10, 10, 10, 0.15);
  -webkit-transition: all 450ms;
  transition: all 450ms;
  color: rgb(0, 49, 131);
  position: relative;
  background-color: #fff;
  text-decoration: none;
}
.umcg-website-theme .event-list-item:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .event-list-item:hover {
  border-color: rgb(0, 49, 131);
}
.umcg-website-theme .event-list-item h3, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .event-list-item h3 {
  font-family: "Open Sans", sans-serif;
  margin-bottom: 1.6rem;
}
.umcg-website-theme .event-list-item h3 span, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .event-list-item h3 span {
  font-weight: normal;
}
.umcg-website-theme .event-list-item .event-info, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .event-list-item .event-info,
.umcg-website-theme .event-list-item p,
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .event-list-item p,
.umcg-website-theme .event-list-item pp,
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .event-list-item pp {
  color: #000;
}
.umcg-website-theme .event-list-item p, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .event-list-item p, .umcg-website-theme .event-list-item pp, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .event-list-item pp {
  margin-bottom: 0;
}
.umcg-website-theme .event-list-item .event-info, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .event-list-item .event-info {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  margin-bottom: 1.6rem;
}
.umcg-website-theme .event-list-item .content, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .event-list-item .content {
  position: relative;
  padding-right: 3rem;
}
.umcg-website-theme .event-list-item .arrow-icon, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .event-list-item .arrow-icon {
  position: absolute;
  top: 0;
  right: 0;
}
.umcg-website-theme .event-list-item .arrow-icon svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .event-list-item .arrow-icon svg {
  fill: rgb(255, 125, 0);
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.umcg-website-theme .event-location, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .event-location {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin-bottom: 2rem;
}
.umcg-website-theme .event-location .icon, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .event-location .icon {
  margin-right: 1rem;
}
.umcg-website-theme .event-location a, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .event-location a {
  font-size: 1.6rem;
  line-height: 1.5;
  text-decoration: none;
  color: rgb(0, 49, 131);
}
.umcg-website-theme .event-location a:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .event-location a:hover, .umcg-website-theme .event-location a:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .event-location a:focus {
  text-decoration: underline;
}
.umcg-website-theme .event-location .label-theme span.extra-info, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .event-location .label-theme span.extra-info {
  font-size: 1.6rem;
  line-height: 1.5;
}
.umcg-website-theme .event-registration, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .event-registration {
  margin-bottom: 4.4rem;
}
.umcg-website-theme .event-registration .social-share, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .event-registration .social-share {
  padding: 0;
  margin-bottom: 0;
}
.umcg-website-theme .event-registration .social-share::before, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .event-registration .social-share::before {
  display: none;
}
@media all and (min-width: 768px) {
  .umcg-website-theme .event-registration, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .event-registration {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .umcg-website-theme .event-registration .button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .event-registration .button, .umcg-website-theme .event-registration .button.cta-button-lightblue, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .event-registration .umcg-website-theme .button.cta-button-lightblue, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .event-registration .button.cta-button-lightblue, .umcg-website-theme .event-registration .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button.cta-button-lightblue, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .event-registration .button.cta-button-lightblue, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .event-registration .button.cta-button-lightblue, .umcg-website-theme .event-registration .button.cta-button-darkblue, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .event-registration .umcg-website-theme .button.cta-button-darkblue, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .event-registration .button.cta-button-darkblue, .umcg-website-theme .event-registration .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button.cta-button-darkblue, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .event-registration .button.cta-button-darkblue, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .event-registration .button.cta-button-darkblue, .umcg-website-theme .event-registration .cta-button-lightblue.button.cta-button-darkblue, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .event-registration .umcg-website-theme .cta-button-lightblue.button.cta-button-darkblue, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .event-registration .cta-button-lightblue.button.cta-button-darkblue, .umcg-website-theme .event-registration .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-lightblue.button.cta-button-darkblue, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .event-registration .cta-button-lightblue.button.cta-button-darkblue, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .event-registration .cta-button-lightblue.button.cta-button-darkblue, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .event-registration .cta-button-lightblue.button.cta-button-darkblue, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .event-registration .umcg-website-theme .cta-button-lightblue.button.cta-button-darkblue, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .event-registration .cta-button-lightblue.button.cta-button-darkblue, .umcg-website-theme .event-registration .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-lightblue.button.cta-button-darkblue, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .event-registration .cta-button-lightblue.button.cta-button-darkblue, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .event-registration .cta-button-lightblue.button.cta-button-darkblue, .umcg-website-theme .event-registration .cta-button-darkblue.button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .event-registration .umcg-website-theme .cta-button-darkblue.button, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .event-registration .cta-button-darkblue.button, .umcg-website-theme .event-registration .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-darkblue.button, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .event-registration .cta-button-darkblue.button, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .event-registration .cta-button-darkblue.button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .event-registration .cta-button-darkblue.button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .event-registration .umcg-website-theme .cta-button-darkblue.button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .event-registration .cta-button-darkblue.button, .umcg-website-theme .event-registration .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-darkblue.button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .event-registration .cta-button-darkblue.button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .event-registration .cta-button-darkblue.button, .umcg-website-theme .event-registration .button.cta-button-white, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .event-registration .umcg-website-theme .button.cta-button-white, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .event-registration .button.cta-button-white, .umcg-website-theme .event-registration .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button.cta-button-white, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .event-registration .button.cta-button-white, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .event-registration .button.cta-button-white, .umcg-website-theme .event-registration .cta-button-lightblue.button.cta-button-white, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .event-registration .umcg-website-theme .cta-button-lightblue.button.cta-button-white, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .event-registration .cta-button-lightblue.button.cta-button-white, .umcg-website-theme .event-registration .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-lightblue.button.cta-button-white, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .event-registration .cta-button-lightblue.button.cta-button-white, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .event-registration .cta-button-lightblue.button.cta-button-white, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .event-registration .cta-button-lightblue.button.cta-button-white, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .event-registration .umcg-website-theme .cta-button-lightblue.button.cta-button-white, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .event-registration .cta-button-lightblue.button.cta-button-white, .umcg-website-theme .event-registration .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-lightblue.button.cta-button-white, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .event-registration .cta-button-lightblue.button.cta-button-white, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .event-registration .cta-button-lightblue.button.cta-button-white, .umcg-website-theme .event-registration .cta-button-darkblue.button.cta-button-white, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .event-registration .umcg-website-theme .cta-button-darkblue.button.cta-button-white, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .event-registration .cta-button-darkblue.button.cta-button-white, .umcg-website-theme .event-registration .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-darkblue.button.cta-button-white, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .event-registration .cta-button-darkblue.button.cta-button-white, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .event-registration .cta-button-darkblue.button.cta-button-white, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .event-registration .cta-button-darkblue.button.cta-button-white, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .event-registration .umcg-website-theme .cta-button-darkblue.button.cta-button-white, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .event-registration .cta-button-darkblue.button.cta-button-white, .umcg-website-theme .event-registration .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-darkblue.button.cta-button-white, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .event-registration .cta-button-darkblue.button.cta-button-white, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .event-registration .cta-button-darkblue.button.cta-button-white, .umcg-website-theme .event-registration .cta-button-white.button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .event-registration .umcg-website-theme .cta-button-white.button, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .event-registration .cta-button-white.button, .umcg-website-theme .event-registration .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-white.button, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .event-registration .cta-button-white.button, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .event-registration .cta-button-white.button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .event-registration .cta-button-white.button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .event-registration .umcg-website-theme .cta-button-white.button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .event-registration .cta-button-white.button, .umcg-website-theme .event-registration .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-white.button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .event-registration .cta-button-white.button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .event-registration .cta-button-white.button, .umcg-website-theme .event-registration form input[type=submit], .umcg-website-theme form .event-registration input[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .event-registration .umcg-website-theme form input[type=submit], .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .event-registration input[type=submit], .umcg-website-theme .event-registration .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .event-registration input[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .event-registration form input[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .event-registration input[type=submit], .umcg-website-theme .event-registration form input.cta-button-lightblue[type=submit], .umcg-website-theme form .event-registration input.cta-button-lightblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .event-registration .umcg-website-theme form input.cta-button-lightblue[type=submit], .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .event-registration input.cta-button-lightblue[type=submit], .umcg-website-theme .event-registration .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue[type=submit], .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .event-registration input.cta-button-lightblue[type=submit], .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .event-registration form input.cta-button-lightblue[type=submit], .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .event-registration input.cta-button-lightblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .event-registration input.cta-button-lightblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .event-registration form .umcg-website-theme input.cta-button-lightblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .event-registration input.cta-button-lightblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .event-registration form input.cta-button-lightblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .event-registration input.cta-button-lightblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .event-registration .umcg-website-theme form input.cta-button-lightblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .event-registration input.cta-button-lightblue[type=submit], .umcg-website-theme .event-registration form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue[type=submit], .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .event-registration input.cta-button-lightblue[type=submit], .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .event-registration input.cta-button-lightblue[type=submit], .umcg-website-theme .event-registration .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .event-registration input.cta-button-lightblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .event-registration form input.cta-button-lightblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .event-registration input.cta-button-lightblue[type=submit], .umcg-website-theme .event-registration form input.cta-button-darkblue[type=submit], .umcg-website-theme form .event-registration input.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .event-registration .umcg-website-theme form input.cta-button-darkblue[type=submit], .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .event-registration input.cta-button-darkblue[type=submit], .umcg-website-theme .event-registration .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue[type=submit], .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .event-registration input.cta-button-darkblue[type=submit], .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .event-registration form input.cta-button-darkblue[type=submit], .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .event-registration input.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .event-registration input.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .event-registration form .umcg-website-theme input.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .event-registration input.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .event-registration form input.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .event-registration input.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .event-registration .umcg-website-theme form input.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .event-registration input.cta-button-darkblue[type=submit], .umcg-website-theme .event-registration form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-darkblue[type=submit], .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .event-registration input.cta-button-darkblue[type=submit], .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .event-registration input.cta-button-darkblue[type=submit], .umcg-website-theme .event-registration .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .event-registration input.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .event-registration form input.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .event-registration input.cta-button-darkblue[type=submit], .umcg-website-theme .event-registration form input.cta-button-lightblue.cta-button-darkblue[type=submit], .umcg-website-theme form .event-registration input.cta-button-lightblue.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .event-registration .umcg-website-theme form input.cta-button-lightblue.cta-button-darkblue[type=submit], .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .event-registration input.cta-button-lightblue.cta-button-darkblue[type=submit], .umcg-website-theme .event-registration .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.cta-button-darkblue[type=submit], .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .event-registration input.cta-button-lightblue.cta-button-darkblue[type=submit], .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .event-registration form input.cta-button-lightblue.cta-button-darkblue[type=submit], .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .event-registration input.cta-button-lightblue.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .event-registration input.cta-button-lightblue.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .event-registration form .umcg-website-theme input.cta-button-lightblue.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .event-registration input.cta-button-lightblue.cta-button-darkblue[type=submit], .umcg-website-theme .event-registration form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue.cta-button-darkblue[type=submit], .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .event-registration input.cta-button-lightblue.cta-button-darkblue[type=submit], .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .event-registration input.cta-button-lightblue.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .event-registration form input.cta-button-lightblue.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .event-registration input.cta-button-lightblue.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .event-registration .umcg-website-theme form input.cta-button-lightblue.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .event-registration input.cta-button-lightblue.cta-button-darkblue[type=submit], .umcg-website-theme .event-registration .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .event-registration input.cta-button-lightblue.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .event-registration form input.cta-button-lightblue.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .event-registration input.cta-button-lightblue.cta-button-darkblue[type=submit], .umcg-website-theme .event-registration form input.cta-button-white[type=submit], .umcg-website-theme form .event-registration input.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .event-registration .umcg-website-theme form input.cta-button-white[type=submit], .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .event-registration input.cta-button-white[type=submit], .umcg-website-theme .event-registration .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-white[type=submit], .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .event-registration input.cta-button-white[type=submit], .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .event-registration form input.cta-button-white[type=submit], .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .event-registration input.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .event-registration input.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .event-registration form .umcg-website-theme input.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .event-registration input.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .event-registration form input.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .event-registration input.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .event-registration .umcg-website-theme form input.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .event-registration input.cta-button-white[type=submit], .umcg-website-theme .event-registration form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-white[type=submit], .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .event-registration input.cta-button-white[type=submit], .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .event-registration input.cta-button-white[type=submit], .umcg-website-theme .event-registration .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .event-registration input.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .event-registration form input.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .event-registration input.cta-button-white[type=submit], .umcg-website-theme .event-registration form input.cta-button-lightblue.cta-button-white[type=submit], .umcg-website-theme form .event-registration input.cta-button-lightblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .event-registration .umcg-website-theme form input.cta-button-lightblue.cta-button-white[type=submit], .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .event-registration input.cta-button-lightblue.cta-button-white[type=submit], .umcg-website-theme .event-registration .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.cta-button-white[type=submit], .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .event-registration input.cta-button-lightblue.cta-button-white[type=submit], .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .event-registration form input.cta-button-lightblue.cta-button-white[type=submit], .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .event-registration input.cta-button-lightblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .event-registration input.cta-button-lightblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .event-registration form .umcg-website-theme input.cta-button-lightblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .event-registration input.cta-button-lightblue.cta-button-white[type=submit], .umcg-website-theme .event-registration form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue.cta-button-white[type=submit], .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .event-registration input.cta-button-lightblue.cta-button-white[type=submit], .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .event-registration input.cta-button-lightblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .event-registration form input.cta-button-lightblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .event-registration input.cta-button-lightblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .event-registration .umcg-website-theme form input.cta-button-lightblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .event-registration input.cta-button-lightblue.cta-button-white[type=submit], .umcg-website-theme .event-registration .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .event-registration input.cta-button-lightblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .event-registration form input.cta-button-lightblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .event-registration input.cta-button-lightblue.cta-button-white[type=submit], .umcg-website-theme .event-registration form input.cta-button-darkblue.cta-button-white[type=submit], .umcg-website-theme form .event-registration input.cta-button-darkblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .event-registration .umcg-website-theme form input.cta-button-darkblue.cta-button-white[type=submit], .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .event-registration input.cta-button-darkblue.cta-button-white[type=submit], .umcg-website-theme .event-registration .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue.cta-button-white[type=submit], .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .event-registration input.cta-button-darkblue.cta-button-white[type=submit], .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .event-registration form input.cta-button-darkblue.cta-button-white[type=submit], .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .event-registration input.cta-button-darkblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .event-registration input.cta-button-darkblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .event-registration form .umcg-website-theme input.cta-button-darkblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .event-registration input.cta-button-darkblue.cta-button-white[type=submit], .umcg-website-theme .event-registration form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-darkblue.cta-button-white[type=submit], .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .event-registration input.cta-button-darkblue.cta-button-white[type=submit], .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .event-registration input.cta-button-darkblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .event-registration form input.cta-button-darkblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .event-registration input.cta-button-darkblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .event-registration .umcg-website-theme form input.cta-button-darkblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .event-registration input.cta-button-darkblue.cta-button-white[type=submit], .umcg-website-theme .event-registration .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .event-registration input.cta-button-darkblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .event-registration form input.cta-button-darkblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .event-registration input.cta-button-darkblue.cta-button-white[type=submit] {
    margin-bottom: 0;
  }
}
.umcg-website-theme .tooltip__explanation, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .tooltip__explanation {
  position: relative;
  cursor: pointer;
}
.umcg-website-theme .tooltip__explanation .tooltip__trigger, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .tooltip__explanation .tooltip__trigger {
  text-decoration: underline;
}
.umcg-website-theme .tooltip__explanation .tooltip__description, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .tooltip__explanation .tooltip__description {
  display: block;
  position: absolute;
  left: -1rem;
  bottom: calc(100% + 1rem);
  font-size: 1.6rem;
  line-height: 1.5;
  max-width: 40rem;
  min-width: 10rem;
  width: 100vw;
  background: #fff;
  padding: 6rem 3.6rem 2.4rem;
  z-index: 700;
  -webkit-box-shadow: 0px 0px 120px 0px rgba(25, 32, 56, 0.2392156863);
          box-shadow: 0px 0px 120px 0px rgba(25, 32, 56, 0.2392156863);
}
.umcg-website-theme .tooltip__explanation .tooltip__description[aria-hidden=true], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .tooltip__explanation .tooltip__description[aria-hidden=true] {
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(2rem);
          transform: translateY(2rem);
  -webkit-transition: visibility 150ms ease-in-out, opacity 150ms ease-in-out, -webkit-transform 150ms ease-in-out;
  transition: visibility 150ms ease-in-out, opacity 150ms ease-in-out, -webkit-transform 150ms ease-in-out;
  transition: visibility 150ms ease-in-out, opacity 150ms ease-in-out, transform 150ms ease-in-out;
  transition: visibility 150ms ease-in-out, opacity 150ms ease-in-out, transform 150ms ease-in-out, -webkit-transform 150ms ease-in-out;
}
.umcg-website-theme .tooltip__explanation .tooltip__description[aria-hidden=false], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .tooltip__explanation .tooltip__description[aria-hidden=false] {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: visibility 150ms 0s ease-in-out, opacity 150ms ease-in-out, -webkit-transform 150ms ease-in-out;
  transition: visibility 150ms 0s ease-in-out, opacity 150ms ease-in-out, -webkit-transform 150ms ease-in-out;
  transition: visibility 150ms 0s ease-in-out, opacity 150ms ease-in-out, transform 150ms ease-in-out;
  transition: visibility 150ms 0s ease-in-out, opacity 150ms ease-in-out, transform 150ms ease-in-out, -webkit-transform 150ms ease-in-out;
}
.umcg-website-theme .tooltip__explanation .tooltip__description svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .tooltip__explanation .tooltip__description svg {
  fill: #121212;
  position: absolute;
  top: 2.4rem;
  right: 3.2rem;
}
.umcg-website-theme .tooltip__explanation .tooltip__description svg:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .tooltip__explanation .tooltip__description svg:hover, .umcg-website-theme .tooltip__explanation .tooltip__description svg:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .tooltip__explanation .tooltip__description svg:focus {
  fill: rgb(0, 49, 131);
}
.umcg-website-theme .publish-date, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .publish-date {
  color: #000;
  margin-bottom: 2.2rem;
  font-size: 2.2rem;
  line-height: 1.5;
  font-family: "CaspariWT", sans-serif;
}
.umcg-website-theme .publish-date.publish-date--news, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .publish-date.publish-date--news {
  color: #707070;
  display: inline-block;
  margin: 0 0 0.7rem 0;
  font-size: 1.6rem;
  font-family: "Open Sans", sans-serif;
}
.umcg-website-theme .pullover-white-block, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .pullover-white-block {
  position: relative;
  z-index: 0;
}
.umcg-website-theme .pullover-white-block .overview-list .filter-container, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .pullover-white-block .overview-list .filter-container {
  margin-bottom: 4.2rem;
}
@media all and (min-width: 576px) {
  .umcg-website-theme .pullover-white-block, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .pullover-white-block {
    margin-top: -230px;
  }
  .umcg-website-theme .pullover-white-block .overview-list::before, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .pullover-white-block .overview-list::before {
    content: "";
    background-color: #fff;
    display: block;
    position: absolute;
    height: 300px;
    left: -5px;
    right: -5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    top: 0px;
    -webkit-box-shadow: 0 -3px 5px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 0 -3px 5px 0 rgba(0, 0, 0, 0.1);
    z-index: 2;
  }
  .umcg-website-theme .pullover-white-block .overview-list > *, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .pullover-white-block .overview-list > * {
    position: relative;
    z-index: 2;
  }
}
@media all and (min-width: 992px) {
  .umcg-website-theme .pullover-white-block, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .pullover-white-block {
    margin-top: -180px;
  }
}
@media all and (min-width: 1200px) {
  .umcg-website-theme .pullover-white-block, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .pullover-white-block {
    margin-top: -200px;
  }
  .umcg-website-theme .pullover-white-block .overview-list:before, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .pullover-white-block .overview-list:before {
    height: 260px;
    left: -50px;
    right: -50px;
    top: 10px;
    z-index: 0;
  }
}
@media all and (min-width: 1600px) {
  .umcg-website-theme .pullover-white-block, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .pullover-white-block {
    margin-top: -230px;
  }
  .umcg-website-theme .pullover-white-block .overview-list:before, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .pullover-white-block .overview-list:before {
    height: 290px;
    top: 10px;
  }
}
.page-hero-pullover .umcg-website-theme .layout-content > div, .page-hero-pullover .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .layout-content > div {
  position: relative;
}
.page-hero-pullover .umcg-website-theme .layout-content > div:first-of-type, .page-hero-pullover .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .layout-content > div:first-of-type {
  z-index: 0;
}
.page-hero-pullover .umcg-website-theme .layout-content > div:nth-of-type(2), .page-hero-pullover .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .layout-content > div:nth-of-type(2) {
  z-index: 2;
}
.umcg-website-theme .wimpel, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .wimpel {
  margin-bottom: 1.1rem;
  overflow: hidden;
  position: absolute;
}
.umcg-website-theme .wimpel .wimpel-visual, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .wimpel .wimpel-visual {
  background-image: url("../images/wimpel.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media all and (min-width: 992px) {
  .umcg-website-theme .wimpel, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .wimpel {
    margin-top: -15%;
    width: 100vw;
    margin-left: 0;
    margin-right: 0;
    width: 105vw;
    max-width: 1490px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: -1;
  }
  .umcg-website-theme .wimpel .wimpel-visual, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .wimpel .wimpel-visual {
    padding-top: 100%;
  }
}
@media all and (min-width: 1200px) {
  .umcg-website-theme .wimpel .wimpel-visual, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .wimpel .wimpel-visual {
    padding-top: 85%;
  }
}

.umcg-website-theme .text-block, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .text-block,
.umcg-website-theme .html-editor,
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .html-editor {
  margin-bottom: 4.4rem;
  position: relative;
}
.umcg-website-theme .text-block a:not(.button), .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .text-block a:not(.button),
.umcg-website-theme .html-editor a:not(.button),
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .html-editor a:not(.button) {
  color: rgb(0, 49, 131);
}
.umcg-website-theme .text-block a:not(.button):not([href*="umcg.nl"]):not([href^="#"]):not([href^="/"]):not([href^="tel:"]):not([href^="mailto:"])::after, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .text-block a:not(.button):not([href*="umcg.nl"]):not([href^="#"]):not([href^="/"]):not([href^="tel:"]):not([href^="mailto:"])::after,
.umcg-website-theme .html-editor a:not(.button):not([href*="umcg.nl"]):not([href^="#"]):not([href^="/"]):not([href^="tel:"]):not([href^="mailto:"])::after,
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .html-editor a:not(.button):not([href*="umcg.nl"]):not([href^="#"]):not([href^="/"]):not([href^="tel:"]):not([href^="mailto:"])::after {
  font-family: "iconfont";
  font-style: normal;
  font-weight: 400;
  content: "\ea0d";
  display: inline-block;
  text-decoration: none;
  margin-left: 5px;
  font-size: 1.3rem;
}
.umcg-website-theme .text-block ul, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .text-block ul,
.umcg-website-theme .text-block ol,
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .text-block ol,
.umcg-website-theme .html-editor ul,
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .html-editor ul,
.umcg-website-theme .html-editor ol,
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .html-editor ol {
  margin: 0 0 4.4rem;
}
.umcg-website-theme .text-block ul li, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .text-block ul li,
.umcg-website-theme .text-block ol li,
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .text-block ol li,
.umcg-website-theme .html-editor ul li,
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .html-editor ul li,
.umcg-website-theme .html-editor ol li,
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .html-editor ol li {
  margin: 0 0 0.8rem;
  padding: 0 0 0 25px;
}
.umcg-website-theme .text-block ul li, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .text-block ul li,
.umcg-website-theme .html-editor ul li,
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .html-editor ul li {
  position: relative;
  margin-bottom: 0.8rem;
}
.umcg-website-theme .text-block ul li::before, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .text-block ul li::before,
.umcg-website-theme .html-editor ul li::before,
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .html-editor ul li::before {
  content: "";
  position: absolute;
  left: 6px;
  top: 0.9rem;
  display: block;
  width: 8px;
  height: 8px;
  background-color: rgb(255, 125, 0);
  border-radius: 50%;
}
.umcg-website-theme .text-block ul li:last-child, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .text-block ul li:last-child,
.umcg-website-theme .html-editor ul li:last-child,
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .html-editor ul li:last-child {
  margin-bottom: 0;
}
.umcg-website-theme .text-block ol, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .text-block ol,
.umcg-website-theme .html-editor ol,
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .html-editor ol {
  list-style: none;
  counter-reset: ol-counter;
}
.umcg-website-theme .text-block ol li, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .text-block ol li,
.umcg-website-theme .html-editor ol li,
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .html-editor ol li {
  padding-left: 20px;
  counter-increment: ol-counter;
  position: relative;
  margin-bottom: 0.8rem;
}
.umcg-website-theme .text-block ol li::before, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .text-block ol li::before,
.umcg-website-theme .html-editor ol li::before,
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .html-editor ol li::before {
  content: counter(ol-counter) " ";
  color: rgb(255, 125, 0);
  font-weight: 700;
  position: absolute;
  left: 0;
  font-size: 1.6rem;
  line-height: 1.5;
  top: 0.2rem;
}
.umcg-website-theme .text-block ol li:last-child, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .text-block ol li:last-child,
.umcg-website-theme .html-editor ol li:last-child,
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .html-editor ol li:last-child {
  margin-bottom: 0;
}
.umcg-website-theme .text-block > *:last-child, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .text-block > *:last-child,
.umcg-website-theme .html-editor > *:last-child,
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .html-editor > *:last-child {
  margin-bottom: 0;
}
.umcg-website-theme .text-block > figure,
.umcg-website-theme .text-block figure,
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .text-block figure,
.umcg-website-theme .html-editor > figure,
.umcg-website-theme .html-editor figure,
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .html-editor figure {
  margin: 0 auto 3.6rem;
  max-width: 835px;
}
.umcg-website-theme .text-block > figure img,
.umcg-website-theme .text-block figure img,
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .text-block figure img,
.umcg-website-theme .html-editor > figure img,
.umcg-website-theme .html-editor figure img,
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .html-editor figure img {
  overflow: hidden;
  border-radius: 5px;
}
.umcg-website-theme .text-block > figure .aspect-ratio, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .text-block > figure .aspect-ratio,
.umcg-website-theme .html-editor > figure .aspect-ratio,
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .html-editor > figure .aspect-ratio {
  border-radius: 5px;
}
.umcg-website-theme .text-block > figure figcaption, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .text-block > figure figcaption,
.umcg-website-theme .html-editor > figure figcaption,
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .html-editor > figure figcaption {
  margin-top: 1rem;
  font-size: 1.6rem;
  line-height: 1.5;
}
.umcg-website-theme .text-block > figure figcaption .description, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .text-block > figure figcaption .description,
.umcg-website-theme .text-block > figure figcaption .credit,
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .text-block > figure figcaption .credit,
.umcg-website-theme .html-editor > figure figcaption .description,
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .html-editor > figure figcaption .description,
.umcg-website-theme .html-editor > figure figcaption .credit,
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .html-editor > figure figcaption .credit {
  margin-right: 1rem;
}
.umcg-website-theme .text-block > figure figcaption .credit, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .text-block > figure figcaption .credit,
.umcg-website-theme .html-editor > figure figcaption .credit,
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .html-editor > figure figcaption .credit {
  font-style: italic;
  color: gray;
  font-size: 1.4rem;
  line-height: 1.5;
}
.umcg-website-theme .text-block--theme-1, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .text-block--theme-1,
.umcg-website-theme .html-editor--theme-1,
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .html-editor--theme-1 {
  background-color: #fff;
  padding: 1.7rem 2rem 2.9rem;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
@media all and (min-width: 992px) {
  .umcg-website-theme .text-block > figure .background-color-blue, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .text-block > figure .background-color-blue,
  .umcg-website-theme .html-editor > figure .background-color-blue,
  .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .html-editor > figure .background-color-blue {
    position: absolute;
    left: -20px;
    right: -20px;
    top: 2rem;
    bottom: 2rem;
    background-color: #e6eaf3;
    border-radius: 5px;
    display: block;
    z-index: -1;
  }
  .umcg-website-theme .text-block > figure picture, .umcg-website-theme .text-block > figure .hero focuspoint-picture, .umcg-website-theme .hero .text-block > figure focuspoint-picture, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .text-block > figure picture, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .text-block > figure .hero focuspoint-picture, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .hero .text-block > figure focuspoint-picture,
  .umcg-website-theme .html-editor > figure picture,
  .umcg-website-theme .html-editor > figure .hero focuspoint-picture,
  .umcg-website-theme .hero .html-editor > figure focuspoint-picture,
  .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .html-editor > figure picture,
  .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .html-editor > figure .hero focuspoint-picture,
  .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .hero .html-editor > figure focuspoint-picture {
    padding: 0 2rem;
    display: block;
  }
  .umcg-website-theme .text-block > figure figcaption, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .text-block > figure figcaption,
  .umcg-website-theme .html-editor > figure figcaption,
  .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .html-editor > figure figcaption {
    padding: 0 2rem;
  }
}
@media all and (min-width: 1200px) {
  .umcg-website-theme .text-block ul.columns, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .text-block ul.columns,
  .umcg-website-theme .text-block ol.columns,
  .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .text-block ol.columns,
  .umcg-website-theme .html-editor ul.columns,
  .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .html-editor ul.columns,
  .umcg-website-theme .html-editor ol.columns,
  .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .html-editor ol.columns {
    -webkit-columns: 2;
       -moz-columns: 2;
            columns: 2;
    list-style-position: inside;
  }
}
@media print {
  .umcg-website-theme .text-block a:not(.button):not([href*="umcg.nl"]):not([href^="#"]):not([href^="/"]):not([href^="tel:"]):not([href^="mailto:"]), .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .text-block a:not(.button):not([href*="umcg.nl"]):not([href^="#"]):not([href^="/"]):not([href^="tel:"]):not([href^="mailto:"]),
  .umcg-website-theme .html-editor a:not(.button):not([href*="umcg.nl"]):not([href^="#"]):not([href^="/"]):not([href^="tel:"]):not([href^="mailto:"]),
  .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .html-editor a:not(.button):not([href*="umcg.nl"]):not([href^="#"]):not([href^="/"]):not([href^="tel:"]):not([href^="mailto:"]) {
    position: relative;
    display: inline-block;
  }
  .umcg-website-theme .text-block a:not(.button):not([href*="umcg.nl"]):not([href^="#"]):not([href^="/"]):not([href^="tel:"]):not([href^="mailto:"])::after, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .text-block a:not(.button):not([href*="umcg.nl"]):not([href^="#"]):not([href^="/"]):not([href^="tel:"]):not([href^="mailto:"])::after,
  .umcg-website-theme .html-editor a:not(.button):not([href*="umcg.nl"]):not([href^="#"]):not([href^="/"]):not([href^="tel:"]):not([href^="mailto:"])::after,
  .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .html-editor a:not(.button):not([href*="umcg.nl"]):not([href^="#"]):not([href^="/"]):not([href^="tel:"]):not([href^="mailto:"])::after {
    content: " (" attr(href) ") ";
    float: right;
    margin-left: 3.6px;
    font-size: 1.8rem;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  }
  .umcg-website-theme .text-block ul, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .text-block ul,
  .umcg-website-theme .html-editor ul,
  .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .html-editor ul {
    list-style: disc;
  }
  .umcg-website-theme .text-block ul li, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .text-block ul li,
  .umcg-website-theme .html-editor ul li,
  .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .html-editor ul li {
    padding: 0;
    margin-left: 2rem;
  }
  .umcg-website-theme .text-block ul li::before, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .text-block ul li::before,
  .umcg-website-theme .html-editor ul li::before,
  .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .html-editor ul li::before {
    display: none;
  }
}
@media all and (min-width: 992px) {
  .umcg-website-theme .nieuws .text-block > figure picture, .umcg-website-theme .nieuws .text-block > figure .hero focuspoint-picture, .umcg-website-theme .hero .nieuws .text-block > figure focuspoint-picture, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .nieuws .text-block > figure picture, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .nieuws .text-block > figure .hero focuspoint-picture, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .hero .nieuws .text-block > figure focuspoint-picture {
    padding: 0;
  }
}
.umcg-website-theme .theme-navigation, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .theme-navigation {
  max-width: 56rem;
  /**
  	CUSTOM CODE - Replaced media query temporarily until grid changes are live, to be more specific when the changes in
  	ticket: SPRINT-710 going to go live. When grid changes are going to go live replace the code marked with TEMPORARY
  	with FOR SPRINT-710.
  	*/
}
.umcg-website-theme .theme-navigation .theme-navigation-inner, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .theme-navigation .theme-navigation-inner {
  margin-bottom: 4.4rem;
  margin-right: 75px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  overflow: hidden;
}
.umcg-website-theme .theme-navigation h2, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .theme-navigation h2 {
  font-size: 1.8rem;
  line-height: 1.5;
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
  margin-bottom: 1.4rem;
}
.umcg-website-theme .theme-navigation .theme-navigation-top, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .theme-navigation .theme-navigation-top {
  background-color: transparent;
}
.umcg-website-theme .theme-navigation .primary-navigation a, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .theme-navigation .primary-navigation a {
  background-color: #e3eff8;
  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;
  padding: 1.2rem 2.4rem 1.2rem 2.4rem;
  border: 1px solid #fff;
  text-decoration: none;
  border-radius: 5px;
  -webkit-transition: border-color 150ms ease-in-out;
  transition: border-color 150ms ease-in-out;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 600;
  color: rgb(0, 49, 131);
}
.umcg-website-theme .theme-navigation .primary-navigation a .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .theme-navigation .primary-navigation a .label {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  font-weight: 600;
  margin-right: 1rem;
}
.umcg-website-theme .theme-navigation .primary-navigation a:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .theme-navigation .primary-navigation a:hover {
  border-color: rgb(0, 49, 131);
}
.umcg-website-theme .theme-navigation .primary-navigation a[aria-current=page], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .theme-navigation .primary-navigation a[aria-current=page] {
  border-color: rgb(0, 49, 131);
  background-color: rgb(0, 49, 131);
  color: #fff;
}
.umcg-website-theme .theme-navigation .primary-navigation a[aria-current=page] svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .theme-navigation .primary-navigation a[aria-current=page] svg {
  fill: #fff;
}
.umcg-website-theme .theme-navigation .primary-navigation li, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .theme-navigation .primary-navigation li {
  margin-bottom: 0.8rem;
}
.umcg-website-theme .theme-navigation .primary-navigation li:last-child, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .theme-navigation .primary-navigation li:last-child {
  margin-bottom: 0;
}
.umcg-website-theme .theme-navigation .secondary-navigation, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .theme-navigation .secondary-navigation {
  padding: 1rem 0 2rem;
}
.umcg-website-theme .theme-navigation .secondary-navigation a, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .theme-navigation .secondary-navigation a {
  border: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.9rem 1.6rem 0.9rem 2rem;
  font-size: 1.6rem;
  line-height: 1.5;
  color: rgb(0, 49, 131);
}
.umcg-website-theme .theme-navigation .secondary-navigation a svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .theme-navigation .secondary-navigation a svg {
  fill: rgb(255, 125, 0);
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.umcg-website-theme .theme-navigation .secondary-navigation a .icon, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .theme-navigation .secondary-navigation a .icon {
  margin-right: 1.2rem;
}
.umcg-website-theme .theme-navigation .secondary-navigation li, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .theme-navigation .secondary-navigation li {
  margin-bottom: 1rem;
}
.umcg-website-theme .theme-navigation .secondary-navigation li:last-child, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .theme-navigation .secondary-navigation li:last-child {
  margin-bottom: 0;
}
.umcg-website-theme .theme-navigation .theme-navigation-root-link, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .theme-navigation .theme-navigation-root-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
  width: 100%;
  margin-bottom: 1rem;
  text-align: left;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 700;
}
.umcg-website-theme .theme-navigation.theme-navigation-fixed, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .theme-navigation.theme-navigation-fixed {
  position: absolute;
  right: 100%;
  max-width: none;
  display: none;
  width: 33.6rem;
}
.umcg-website-theme .theme-navigation.theme-navigation-fixed .theme-navigation-inner, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .theme-navigation.theme-navigation-fixed .theme-navigation-inner {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  overflow: hidden;
}
.umcg-website-theme .theme-navigation.is-stuck, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .theme-navigation.is-stuck {
  position: fixed;
  top: 0;
  left: auto;
  right: auto;
  -webkit-transform: translateX(calc((33.6rem + 2.4rem * 0.5) * -1));
          transform: translateX(calc((33.6rem + 2.4rem * 0.5) * -1));
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 30;
}
.umcg-website-theme .theme-navigation.is-stuck .theme-navigation-inner, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .theme-navigation.is-stuck .theme-navigation-inner {
  position: absolute;
  margin-left: 0;
  left: 0;
}
.umcg-website-theme .theme-navigation--theme-2 .theme-navigation-inner, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .theme-navigation--theme-2 .theme-navigation-inner {
  border-radius: 0;
}
.umcg-website-theme .theme-navigation--theme-2 .primary-navigation, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .theme-navigation--theme-2 .primary-navigation {
  border-bottom: 1px solid #c6dff1;
  padding-bottom: 1.6rem;
}
.umcg-website-theme .theme-navigation--theme-2 .primary-navigation a, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .theme-navigation--theme-2 .primary-navigation a {
  color: rgb(0, 49, 131);
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
  background-color: #fff;
}
.umcg-website-theme .theme-navigation--theme-2 .primary-navigation a svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .theme-navigation--theme-2 .primary-navigation a svg {
  display: none;
}
.umcg-website-theme .theme-navigation--theme-2 .secondary-navigation, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .theme-navigation--theme-2 .secondary-navigation {
  padding-top: 1.6rem;
}
.umcg-website-theme .theme-navigation--theme-2 .secondary-navigation a, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .theme-navigation--theme-2 .secondary-navigation a {
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
}
.umcg-website-theme .theme-navigation--theme-2 .secondary-navigation li, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .theme-navigation--theme-2 .secondary-navigation li {
  margin-bottom: 0;
}
.umcg-website-theme .theme-navigation--theme-3 .primary-navigation, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .theme-navigation--theme-3 .primary-navigation {
  border-bottom: 1px solid #c6dff1;
  padding-bottom: 1.6rem;
}
.umcg-website-theme .theme-navigation--theme-3 .primary-navigation a, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .theme-navigation--theme-3 .primary-navigation a {
  color: rgb(0, 49, 131);
  background-color: transparent;
}
.umcg-website-theme .theme-navigation--styleguide, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .theme-navigation--styleguide {
  position: static;
}
.umcg-website-theme .theme-navigation--footer, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .theme-navigation--footer {
  width: auto;
  position: static;
  display: block;
}
.umcg-website-theme .theme-navigation--footer .theme-navigation-inner, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .theme-navigation--footer .theme-navigation-inner {
  border-radius: 5px;
}
.umcg-website-theme .theme-navigation--footer .theme-navigation-top, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .theme-navigation--footer .theme-navigation-top {
  padding: 1.5rem 2rem 2.5rem;
}
@media all and (min-width: 1685px) {
  .umcg-website-theme .theme-navigation, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .theme-navigation {
    display: none;
  }
  .umcg-website-theme .theme-navigation.theme-navigation-fixed, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .theme-navigation.theme-navigation-fixed {
    display: block;
  }
}
@media print {
  .umcg-website-theme .theme-navigation, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .theme-navigation {
    display: none;
  }
  .umcg-website-theme .theme-navigation.theme-navigation-fixed, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .theme-navigation.theme-navigation-fixed {
    display: none;
  }
}
.umcg-website-theme .theme-navigation, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .theme-navigation {
  z-index: 30;
  /**
      CUSTOM CODE - Remove the changes below when the grid changes are live, to be more specific when the changes in
      ticket: SPRINT-710 going to go live. When grid changes are going to go live remove all the code below TEMPORARY.
  */
}
.umcg-website-theme .theme-navigation a .icon, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .theme-navigation a .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.umcg-website-theme .theme-navigation a svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .theme-navigation a svg {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.umcg-website-theme .theme-navigation.theme-navigation-fixed.is-stuck, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .theme-navigation.theme-navigation-fixed.is-stuck {
  position: fixed;
  margin-left: 5.2rem;
  z-index: 30;
}
.umcg-website-theme .theme-navigation.theme-navigation-fixed:not(.is-stuck), .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .theme-navigation.theme-navigation-fixed:not(.is-stuck) {
  width: 31rem;
  left: -27.1rem;
}
.umcg-website-theme .theme-navigation .theme-navigation-inner, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .theme-navigation .theme-navigation-inner {
  margin-right: 0;
}
.umcg-website-theme .theme-navigation-extended-mobile, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .theme-navigation-extended-mobile {
  position: relative;
}
.umcg-website-theme .theme-navigation-extended-mobile.is-open .theme-navigation-extended-mobile-overlay, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .theme-navigation-extended-mobile.is-open .theme-navigation-extended-mobile-overlay {
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity 450ms ease-in-out, visibility 450ms 0s;
  transition: opacity 450ms ease-in-out, visibility 450ms 0s;
}
.umcg-website-theme .theme-navigation-extended-mobile .button-trigger, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .theme-navigation-extended-mobile .button-trigger {
  margin-bottom: 4.4rem;
  background-color: rgb(0, 144, 195);
  border-radius: 5px;
  border: 1px solid #fff;
  font-size: 1.6rem;
  line-height: 1.5;
  color: #fff;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
  padding: 1.2rem 1.8rem 1.2rem 1.8rem;
  cursor: pointer;
  -webkit-transition: border-color 150ms ease-in-out;
  transition: border-color 150ms ease-in-out;
  width: 100%;
}
.umcg-website-theme .theme-navigation-extended-mobile .button-trigger .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .theme-navigation-extended-mobile .button-trigger .label {
  display: inline-block;
  padding-right: 2rem;
}
.umcg-website-theme .theme-navigation-extended-mobile .button-trigger:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .theme-navigation-extended-mobile .button-trigger:hover {
  border-color: rgb(0, 49, 131);
}
.umcg-website-theme .theme-navigation-extended-mobile .theme-navigation-extended-mobile-overlay, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .theme-navigation-extended-mobile .theme-navigation-extended-mobile-overlay {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 450ms ease-in-out, visibility 450ms 0s;
  transition: opacity 450ms ease-in-out, visibility 450ms 0s;
  z-index: 90;
}
.umcg-website-theme .theme-navigation-extended-mobile .theme-navigation-extended-mobile-list, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .theme-navigation-extended-mobile .theme-navigation-extended-mobile-list {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  padding: 1rem 1rem 1.5rem 1rem;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-transition: opacity 450ms ease-in-out, visibility 450ms 0s, -webkit-transform 450ms ease-in-out;
  transition: opacity 450ms ease-in-out, visibility 450ms 0s, -webkit-transform 450ms ease-in-out;
  transition: opacity 450ms ease-in-out, visibility 450ms 0s, transform 450ms ease-in-out;
  transition: opacity 450ms ease-in-out, visibility 450ms 0s, transform 450ms ease-in-out, -webkit-transform 450ms ease-in-out;
  z-index: 91;
}
.umcg-website-theme .theme-navigation-extended-mobile .theme-navigation-extended-mobile-list[aria-hidden=false], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .theme-navigation-extended-mobile .theme-navigation-extended-mobile-list[aria-hidden=false] {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: opacity 450ms ease-in-out, visibility 450ms 0s, -webkit-transform 450ms ease-in-out;
  transition: opacity 450ms ease-in-out, visibility 450ms 0s, -webkit-transform 450ms ease-in-out;
  transition: opacity 450ms ease-in-out, visibility 450ms 0s, transform 450ms ease-in-out;
  transition: opacity 450ms ease-in-out, visibility 450ms 0s, transform 450ms ease-in-out, -webkit-transform 450ms ease-in-out;
}
.umcg-website-theme .theme-navigation-extended-mobile .theme-navigation-extended-mobile-list li, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .theme-navigation-extended-mobile .theme-navigation-extended-mobile-list li {
  margin-bottom: 2rem;
}
.umcg-website-theme .theme-navigation-extended-mobile .theme-navigation-extended-mobile-list li:last-child, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .theme-navigation-extended-mobile .theme-navigation-extended-mobile-list li:last-child {
  margin-bottom: 0;
}
.umcg-website-theme .theme-navigation-extended-mobile .current-item, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .theme-navigation-extended-mobile .current-item {
  color: #fff;
  background-color: rgb(0, 144, 195);
  margin: -1rem -1rem 1rem -1rem;
}
.umcg-website-theme .theme-navigation-extended-mobile .current-item .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .theme-navigation-extended-mobile .current-item .label {
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 1.5;
}
.umcg-website-theme .theme-navigation-extended-mobile .current-item li, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .theme-navigation-extended-mobile .current-item li {
  padding: 1.8rem 2rem;
}
.umcg-website-theme .theme-navigation-extended-mobile .theme-navigation-root-link, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .theme-navigation-extended-mobile .theme-navigation-root-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
  width: 100%;
  margin-bottom: 0;
  text-align: left;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 700;
}
.umcg-website-theme .theme-navigation-extended-mobile .theme-navigation-secondary-navigation, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .theme-navigation-extended-mobile .theme-navigation-secondary-navigation {
  border-top: 1px solid #b3c1da;
  padding-top: 1.9rem;
}
.umcg-website-theme .theme-navigation-extended-mobile .theme-navigation-secondary-navigation li, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .theme-navigation-extended-mobile .theme-navigation-secondary-navigation li {
  margin-bottom: 0;
}
.umcg-website-theme .theme-navigation-extended-mobile .theme-navigation-secondary-navigation a, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .theme-navigation-extended-mobile .theme-navigation-secondary-navigation a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: rgb(0, 49, 131);
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 600;
  padding: 0.9rem 2rem;
}
.umcg-website-theme .theme-navigation-extended-mobile .theme-navigation-secondary-navigation .icon, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .theme-navigation-extended-mobile .theme-navigation-secondary-navigation .icon {
  margin-right: 1.2rem;
}
.umcg-website-theme .theme-navigation-extended-mobile .theme-navigation-secondary-navigation svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .theme-navigation-extended-mobile .theme-navigation-secondary-navigation svg {
  margin-top: -0.1rem;
  fill: rgb(255, 125, 0);
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.umcg-website-theme .theme-navigation-extended-mobile .theme-navigation-primary-navigation, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .theme-navigation-extended-mobile .theme-navigation-primary-navigation {
  padding-top: 1.8rem;
  margin-bottom: 1.8rem;
}
.umcg-website-theme .theme-navigation-extended-mobile .theme-navigation-primary-navigation li, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .theme-navigation-extended-mobile .theme-navigation-primary-navigation li {
  margin-bottom: 0.8rem;
}
.umcg-website-theme .theme-navigation-extended-mobile .theme-navigation-primary-navigation a, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .theme-navigation-extended-mobile .theme-navigation-primary-navigation a {
  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;
  padding: 1.2rem 2.4rem 1.2rem 2.4rem;
  border: 1px solid #fff;
  text-decoration: none;
  border-radius: 5px;
  -webkit-transition: border-color 150ms ease-in-out;
  transition: border-color 150ms ease-in-out;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 600;
  color: rgb(0, 49, 131);
}
.umcg-website-theme .theme-navigation-extended-mobile .theme-navigation-primary-navigation a .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .theme-navigation-extended-mobile .theme-navigation-primary-navigation a .label {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  font-weight: 600;
  margin-right: 1rem;
}
.umcg-website-theme .theme-navigation-extended-mobile .theme-navigation-primary-navigation a svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .theme-navigation-extended-mobile .theme-navigation-primary-navigation a svg {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.umcg-website-theme .theme-navigation-extended-mobile .theme-navigation-primary-navigation a[aria-current=page], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .theme-navigation-extended-mobile .theme-navigation-primary-navigation a[aria-current=page] {
  border-color: rgb(0, 49, 131);
  background-color: rgb(0, 49, 131);
  color: #fff;
}
.umcg-website-theme .theme-navigation-extended-mobile .theme-navigation-primary-navigation a[aria-current=page] svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .theme-navigation-extended-mobile .theme-navigation-primary-navigation a[aria-current=page] svg {
  fill: #fff;
}
.umcg-website-theme .theme-navigation-extended-mobile .theme-navigation-primary-navigation a:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .theme-navigation-extended-mobile .theme-navigation-primary-navigation a:hover {
  border-color: rgb(0, 49, 131);
}
.umcg-website-theme .theme-navigation-extended-mobile .button-close, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .theme-navigation-extended-mobile .button-close {
  position: absolute;
  padding: 1.8rem 1rem 1.8rem;
  top: 0;
  right: 2.6rem;
  cursor: pointer;
}
.umcg-website-theme .theme-navigation-extended-mobile .button-close svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .theme-navigation-extended-mobile .button-close svg {
  fill: white;
}
.umcg-website-theme .theme-navigation-extended-mobile .button-close .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .theme-navigation-extended-mobile .button-close .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
}
.umcg-website-theme .theme-navigation-extended-mobile .button-close:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .theme-navigation-extended-mobile .button-close:hover {
  border-color: rgb(0, 49, 131);
}
@media all and (min-width: 1685px) {
  .umcg-website-theme .theme-navigation-extended-mobile--hide-xl-desktop, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .theme-navigation-extended-mobile--hide-xl-desktop {
    display: none;
  }
}
@media all and (min-width: 576px) {
  .umcg-website-theme .theme-navigation-extended-mobile .theme-navigation-extended-mobile-list, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .theme-navigation-extended-mobile .theme-navigation-extended-mobile-list {
    max-width: 70vw;
    margin: 0 auto;
  }
}
.umcg-website-theme .theme-navigation-extended-mobile .theme-navigation-extended-mobile-list, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .theme-navigation-extended-mobile .theme-navigation-extended-mobile-list {
  overflow-y: auto;
}
.umcg-website-theme .theme-navigation-extended-mobile .theme-navigation-extended-mobile-list .current-item, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .theme-navigation-extended-mobile .theme-navigation-extended-mobile-list .current-item {
  padding-right: 6.8rem;
}
.umcg-website-theme .theme-navigation-extended-mobile .theme-navigation-extended-mobile-list .button-close .label-theme, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .theme-navigation-extended-mobile .theme-navigation-extended-mobile-list .button-close .label-theme, .umcg-website-theme .theme-navigation-extended-mobile .theme-navigation-extended-mobile-list .button-close .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .theme-navigation-extended-mobile .theme-navigation-extended-mobile-list .button-close .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
}
.umcg-website-theme .theme-navigation-extended-mobile .theme-navigation-extended-mobile-list .icon, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .theme-navigation-extended-mobile .theme-navigation-extended-mobile-list .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.umcg-website-theme .theme-navigation-extended-mobile .theme-navigation-extended-mobile-list .icon.subnav svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .theme-navigation-extended-mobile .theme-navigation-extended-mobile-list .icon.subnav svg {
  fill: #fff;
}
.umcg-website-theme .theme-navigation-extended-mobile .theme-navigation-extended-mobile-list a svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .theme-navigation-extended-mobile .theme-navigation-extended-mobile-list a svg {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
body.has-control-menu .umcg-website-theme .theme-navigation-extended-mobile .theme-navigation-extended-mobile-list, body.has-control-menu .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .theme-navigation-extended-mobile .theme-navigation-extended-mobile-list {
  top: 8rem;
}
.umcg-website-theme .accordion, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .accordion {
  margin-bottom: 4.4rem;
}
.umcg-website-theme .accordion.transcriptie, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .accordion.transcriptie {
  padding: 0;
}
.umcg-website-theme .accordion.transcriptie .accordion-items .accordion-item, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .accordion.transcriptie .accordion-items .accordion-item {
  border-radius: 0.75rem;
  margin: 0;
  overflow: hidden;
}
.umcg-website-theme .accordion.transcriptie .accordion-items .accordion-item .panel-content .text-block, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .accordion.transcriptie .accordion-items .accordion-item .panel-content .text-block {
  background-color: rgba(227, 239, 248, 0.3);
  border-bottom-left-radius: 0.75rem;
  border-bottom-right-radius: 0.75rem;
  padding: 2rem;
}
.umcg-website-theme .accordion > *:last-child, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .accordion > *:last-child {
  margin-bottom: 0;
}
.umcg-website-theme .accordion > p a, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .accordion > p a, .umcg-website-theme .accordion > pp a, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .accordion > pp a {
  text-decoration: underline;
}
.umcg-website-theme .accordion .accordion-item, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .accordion .accordion-item {
  margin-bottom: 5px;
}
.umcg-website-theme .accordion .icon, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .accordion .icon {
  position: absolute;
  display: block;
  right: 15px;
  top: 15px;
  width: 20px;
  height: 20px;
  margin-left: 10px;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transition: -webkit-transform 450ms ease-in-out;
  transition: -webkit-transform 450ms ease-in-out;
  transition: transform 450ms ease-in-out;
  transition: transform 450ms ease-in-out, -webkit-transform 450ms ease-in-out;
}
.umcg-website-theme .accordion .icon .line, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .accordion .icon .line {
  top: 9px;
  display: block;
  position: absolute;
  width: 20px;
  height: 2px;
  border-radius: 1px;
  background-color: rgb(0, 49, 131);
}
.umcg-website-theme .accordion .icon .line-2, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .accordion .icon .line-2 {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: opacity 300ms ease-in-out;
  transition: opacity 300ms ease-in-out;
}
.umcg-website-theme .accordion .panel-title, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .accordion .panel-title {
  background-color: transparent;
  border: 0;
  font-size: 1.8rem;
  line-height: 1.5;
  font-family: "Open Sans", sans-serif;
  text-align: left;
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-all;
  word-break: break-word;
  -ms-hyphens: auto;
      hyphens: auto;
  position: relative;
  cursor: pointer;
  width: 100%;
  background-color: #e6eaf3;
  font-size: 2rem;
  line-height: 1.5;
  color: rgb(0, 49, 131);
}
.umcg-website-theme .accordion .panel-title h2, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .accordion .panel-title h2,
.umcg-website-theme .accordion .panel-title .h2,
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .accordion .panel-title .h2,
.umcg-website-theme .accordion .panel-title h3,
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .accordion .panel-title h3,
.umcg-website-theme .accordion .panel-title .h3,
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .accordion .panel-title .h3 {
  margin: 0;
  width: 100%;
}
.umcg-website-theme .accordion .panel-title button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .accordion .panel-title button {
  background-color: transparent;
  border: 0;
  font-size: 1.8rem;
  line-height: 1.5;
  font-family: "Open Sans", sans-serif;
  text-align: left;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  font-family: "CaspariWT", sans-serif;
  font-size: 2.2rem;
  line-height: 1.5;
  margin: 0;
  padding: 10px 15px 12px 20px;
  color: rgb(0, 49, 131);
}
.umcg-website-theme .accordion .panel-title button .icon, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .accordion .panel-title button .icon {
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.umcg-website-theme .accordion .panel-title button[aria-expanded=true] .icon, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .accordion .panel-title button[aria-expanded=true] .icon {
  -webkit-transform: translate(0, -50%) rotate(180deg);
          transform: translate(0, -50%) rotate(180deg);
}
.umcg-website-theme .accordion .panel-title button[aria-expanded=true] .line-2, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .accordion .panel-title button[aria-expanded=true] .line-2 {
  opacity: 0;
  -webkit-transition: opacity 150ms 300ms ease-in-out;
  transition: opacity 150ms 300ms ease-in-out;
}
.umcg-website-theme .accordion .panel-title button:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .accordion .panel-title button:hover {
  background-color: #d9e0ec;
}
.umcg-website-theme .accordion .panel-title .title, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .accordion .panel-title .title {
  display: block;
  padding-right: 30px;
}
.umcg-website-theme .accordion .panel-content, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .accordion .panel-content {
  position: relative;
}
.umcg-website-theme .accordion .panel-content .text-block, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .accordion .panel-content .text-block {
  margin-bottom: 0;
  padding-top: 20px;
}
.umcg-website-theme .accordion .panel-content[aria-hidden=true], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .accordion .panel-content[aria-hidden=true] {
  max-height: 0;
  opacity: 0;
  -webkit-transform: translate(0, 50px);
          transform: translate(0, 50px);
  -webkit-animation: 450ms slideUp;
          animation: 450ms slideUp;
}
.umcg-website-theme .accordion .panel-content[aria-hidden=false], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .accordion .panel-content[aria-hidden=false] {
  margin-bottom: 30px;
  -webkit-animation: 450ms slideDown;
          animation: 450ms slideDown;
}
@-webkit-keyframes slideDown {
  0% {
    max-height: 0;
    opacity: 0;
    -webkit-transform: translate(0, 50px);
            transform: translate(0, 50px);
  }
  99% {
    max-height: 1000px;
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  100% {
    max-height: none;
    opacity: 1;
  }
}
@keyframes slideDown {
  0% {
    max-height: 0;
    opacity: 0;
    -webkit-transform: translate(0, 50px);
            transform: translate(0, 50px);
  }
  99% {
    max-height: 1000px;
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  100% {
    max-height: none;
    opacity: 1;
  }
}
@-webkit-keyframes slideUp {
  0% {
    max-height: 1000px;
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  100% {
    max-height: 0;
    opacity: 0;
    -webkit-transform: translate(0, 50px);
            transform: translate(0, 50px);
  }
}
@keyframes slideUp {
  0% {
    max-height: 1000px;
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  100% {
    max-height: 0;
    opacity: 0;
    -webkit-transform: translate(0, 50px);
            transform: translate(0, 50px);
  }
}
@media all and (min-width: 768px) {
  .umcg-website-theme .accordion, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .accordion {
    padding: 30px 40px 40px;
  }
  .umcg-website-theme .accordion .icon, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .accordion .icon {
    top: 16px;
  }
}
@media print {
  .umcg-website-theme .accordion .panel-content[aria-hidden=true], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .accordion .panel-content[aria-hidden=true] {
    display: block !important;
    max-height: none;
    opacity: 1;
    margin-bottom: 30px;
    -webkit-animation: 0s slideDown forwards;
            animation: 0s slideDown forwards;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  .umcg-website-theme .accordion .panel-title, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .accordion .panel-title {
    padding-left: 0;
  }
  .umcg-website-theme .accordion .panel-title button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .accordion .panel-title button {
    padding: 0;
  }
}
.umcg-website-theme .accordion.accordion--theme-1 .icon .line, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .accordion.accordion--theme-1 .icon .line {
  background-color: #fff;
}
.umcg-website-theme .accordion.accordion--theme-1 .panel-title, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .accordion.accordion--theme-1 .panel-title {
  background-color: rgb(0, 49, 131);
  border: 1px solid rgb(0, 49, 131);
}
.umcg-website-theme .accordion.accordion--theme-1 .panel-title h2, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .accordion.accordion--theme-1 .panel-title h2 {
  color: #fff;
}
.umcg-website-theme .accordion.accordion--theme-1 .panel-title button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .accordion.accordion--theme-1 .panel-title button {
  color: #fff;
}
.umcg-website-theme .accordion.accordion--theme-1 .panel-title button:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .accordion.accordion--theme-1 .panel-title button:hover {
  background-color: #fff;
  color: rgb(0, 49, 131);
}
.umcg-website-theme .accordion.accordion--theme-1 .panel-title button:hover .icon .line, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .accordion.accordion--theme-1 .panel-title button:hover .icon .line {
  background-color: rgb(0, 49, 131);
}
.umcg-website-theme .accordion h3.title, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .accordion h3.title {
  font-family: "CaspariWT", sans-serif;
  font-weight: 400;
}
.umcg-website-theme .accordion--steps, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .accordion--steps {
  margin-left: -25px;
  margin-right: -25px;
}
.umcg-website-theme .accordion--steps .accordion-title, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .accordion--steps .accordion-title {
  margin-left: 25px;
  margin-right: 25px;
}
.umcg-website-theme .accordion--steps .icon, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .accordion--steps .icon {
  position: absolute;
  right: 20px;
  width: auto;
  height: auto;
  top: 15px;
}
.umcg-website-theme .accordion--steps .icon svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .accordion--steps .icon svg {
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.umcg-website-theme .accordion--steps .panel-title button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .accordion--steps .panel-title button {
  font-size: 2.2rem;
  line-height: 1.5;
  padding-left: 6.5rem;
  padding-top: 15px;
  padding-bottom: 17px;
  background-color: #f6e6d0;
}
.umcg-website-theme .accordion--steps .panel-title button:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .accordion--steps .panel-title button:hover {
  background-color: #f3e0c5;
}
.umcg-website-theme .accordion--steps .panel-title button[aria-expanded=true], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .accordion--steps .panel-title button[aria-expanded=true] {
  background-color: rgba(208, 131, 22, 0.08);
}
.umcg-website-theme .accordion--steps .panel-title[aria-expanded=true] .icon, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .accordion--steps .panel-title[aria-expanded=true] .icon {
  -webkit-transform: rotate(0deg) translateY(-50%);
          transform: rotate(0deg) translateY(-50%);
}
.umcg-website-theme .accordion--steps .panel-title[aria-expanded=true] .icon svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .accordion--steps .panel-title[aria-expanded=true] .icon svg {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.umcg-website-theme .accordion--steps .accordion-items, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .accordion--steps .accordion-items {
  counter-reset: accordion-step-counter;
}
.umcg-website-theme .accordion--steps .accordion-item, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .accordion--steps .accordion-item {
  margin-bottom: 2px;
  counter-increment: accordion-step-counter;
}
.umcg-website-theme .accordion--steps .accordion-item .panel-title, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .accordion--steps .accordion-item .panel-title {
  background-color: #fff;
  position: relative;
}
.umcg-website-theme .accordion--steps .accordion-item .panel-title::before, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .accordion--steps .accordion-item .panel-title::before {
  content: counter(accordion-step-counter);
  position: absolute;
  top: 50%;
  left: 14px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  text-align: center;
  margin-right: 0.8rem;
  color: #fff;
  display: block;
  background-color: rgb(233, 94, 39);
  font-size: 1.8rem;
  font-weight: 700;
  width: 3.6rem;
  height: 3.6rem;
  line-height: 3.6rem;
  border-radius: 5px;
}
.umcg-website-theme .accordion--steps .panel-content, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .accordion--steps .panel-content {
  background-color: rgba(208, 131, 22, 0.08);
  padding: 20px 30px 30px 45px;
}
.umcg-website-theme .accordion--steps .panel-content[aria-hidden=true], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .accordion--steps .panel-content[aria-hidden=true] {
  margin-bottom: 0;
  padding-top: 0;
  -webkit-animation: 450ms slideUpSteps forwards;
          animation: 450ms slideUpSteps forwards;
}
.umcg-website-theme .accordion--steps .panel-content[aria-hidden=false], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .accordion--steps .panel-content[aria-hidden=false] {
  margin-bottom: 0;
  padding-top: 10px;
  -webkit-animation: 450ms slideDownSteps forwards;
          animation: 450ms slideDownSteps forwards;
}
.umcg-website-theme .accordion--steps .panel-content .text-block, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .accordion--steps .panel-content .text-block {
  padding-top: 0;
}
@-webkit-keyframes slideDownSteps {
  0% {
    max-height: 0;
    opacity: 0;
    margin-bottom: 0;
    padding-top: 0;
    -webkit-transform: translate(0, 50px);
            transform: translate(0, 50px);
  }
  99% {
    max-height: 1000px;
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  100% {
    max-height: none;
    opacity: 1;
    padding-top: 10px;
    margin-bottom: 0;
  }
}
@keyframes slideDownSteps {
  0% {
    max-height: 0;
    opacity: 0;
    margin-bottom: 0;
    padding-top: 0;
    -webkit-transform: translate(0, 50px);
            transform: translate(0, 50px);
  }
  99% {
    max-height: 1000px;
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  100% {
    max-height: none;
    opacity: 1;
    padding-top: 10px;
    margin-bottom: 0;
  }
}
@-webkit-keyframes slideUpSteps {
  0% {
    max-height: 1000px;
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    margin-bottom: 0;
    padding-bottom: 10px;
    padding-top: 20px;
  }
  100% {
    max-height: 0;
    opacity: 0;
    -webkit-transform: translate(0, 50px);
            transform: translate(0, 50px);
    margin-bottom: 0;
    padding-bottom: 0;
    padding-top: 0;
  }
}
@keyframes slideUpSteps {
  0% {
    max-height: 1000px;
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    margin-bottom: 0;
    padding-bottom: 10px;
    padding-top: 20px;
  }
  100% {
    max-height: 0;
    opacity: 0;
    -webkit-transform: translate(0, 50px);
            transform: translate(0, 50px);
    margin-bottom: 0;
    padding-bottom: 0;
    padding-top: 0;
  }
}
@media all and (min-width: 576px) {
  .umcg-website-theme .accordion--steps, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .accordion--steps {
    margin-left: -75px;
    margin-right: -75px;
  }
  .umcg-website-theme .accordion--steps .accordion-title, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .accordion--steps .accordion-title {
    margin-left: 75px;
    margin-right: 75px;
  }
}
@media all and (min-width: 768px) {
  .umcg-website-theme .accordion--steps, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .accordion--steps {
    padding: 0;
    margin-left: 0;
    margin-right: 0;
  }
  .umcg-website-theme .accordion--steps .accordion-title, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .accordion--steps .accordion-title {
    margin-left: 0;
    margin-right: 0;
  }
}
@media all and (min-width: 992px) {
  .umcg-website-theme .accordion--steps .icon, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .accordion--steps .icon {
    top: 25px;
  }
  .umcg-website-theme .accordion--steps .accordion-item .panel-title::before, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .accordion--steps .accordion-item .panel-title::before {
    left: 25px;
    padding-top: 0.9rem;
    padding-bottom: 0.9rem;
    line-height: 1;
  }
  .umcg-website-theme .accordion--steps .accordion-item .panel-title button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .accordion--steps .accordion-item .panel-title button {
    padding-top: 23px;
    padding-bottom: 24px;
    padding-left: 90px;
  }
  .umcg-website-theme .accordion--steps .accordion-item .panel-title button[aria-expanded=true], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .accordion--steps .accordion-item .panel-title button[aria-expanded=true] {
    background-color: rgba(208, 131, 22, 0.08);
  }
  .umcg-website-theme .accordion--steps .accordion-item .panel-title button[aria-expanded=true]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .accordion--steps .accordion-item .panel-title button[aria-expanded=true]:hover {
    background-color: #f3e0c5;
  }
  .umcg-website-theme .accordion--steps .accordion-item .panel-content, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .accordion--steps .accordion-item .panel-content {
    padding-left: 100px;
    position: relative;
    padding-top: 10px;
  }
  .umcg-website-theme .accordion--steps .accordion-item .panel-content::before, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .accordion--steps .accordion-item .panel-content::before {
    content: "";
    position: absolute;
    display: block;
    width: 1px;
    background-color: rgb(208, 131, 22);
    top: 0;
    bottom: 20px;
    left: 50px;
  }
}
@media print {
  .umcg-website-theme .accordion--steps .panel-content[aria-hidden=true], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .accordion--steps .panel-content[aria-hidden=true] {
    display: block !important;
    max-height: none;
    opacity: 1;
    margin-bottom: 30px;
    -webkit-animation: 0s slideDown forwards;
            animation: 0s slideDown forwards;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  .umcg-website-theme .accordion--steps .accordion-item .panel-title::before, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .accordion--steps .accordion-item .panel-title::before {
    color: rgb(0, 49, 131);
  }
  .umcg-website-theme .accordion--steps .accordion-item .panel-title .team-preview, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .accordion--steps .accordion-item .panel-title .team-preview,
  .umcg-website-theme .accordion--steps .accordion-item .panel-title .icon,
  .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .accordion--steps .accordion-item .panel-title .icon {
    display: none;
  }
}
.umcg-website-theme .accordion--team .accordion-item, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .accordion--team .accordion-item {
  margin-bottom: 2px;
}
.umcg-website-theme .accordion--team .panel-content, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .accordion--team .panel-content {
  background-color: transparent;
  padding-left: 0;
  padding-right: 0;
}
.umcg-website-theme .accordion--team .panel-content[aria-hidden=false], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .accordion--team .panel-content[aria-hidden=false] {
  margin-bottom: 0;
  padding-top: 18px;
  padding-bottom: 18px;
  -webkit-animation: 450ms slideDownTeam forwards;
          animation: 450ms slideDownTeam forwards;
}
.umcg-website-theme .accordion--team .panel-content[aria-hidden=true], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .accordion--team .panel-content[aria-hidden=true] {
  margin-bottom: 0;
  padding-top: 18px;
  padding-bottom: 18px;
  -webkit-animation: 450ms slideUpTeam forwards;
          animation: 450ms slideUpTeam forwards;
}
.umcg-website-theme .accordion--team .panel-title, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .accordion--team .panel-title {
  background: none;
}
.umcg-website-theme .accordion--team .panel-title button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .accordion--team .panel-title button {
  background: #e3eff8;
  border: 1px solid transparent;
  border-radius: 5px;
  padding-top: 15px;
  padding-bottom: 17px;
  padding-left: 23px;
  position: relative;
  margin-bottom: 50px;
}
.umcg-website-theme .accordion--team .panel-title button:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .accordion--team .panel-title button:hover {
  background: #f6fafd;
}
.umcg-website-theme .accordion--team .panel-title button .icon, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .accordion--team .panel-title button .icon {
  -webkit-transform: none;
          transform: none;
  top: 23px;
}
.umcg-website-theme .accordion--team .panel-title button svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .accordion--team .panel-title button svg {
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transform: translate(0, -50%) rotate(90deg);
          transform: translate(0, -50%) rotate(90deg);
  -webkit-transition: -webkit-transform 450ms ease-in-out;
  transition: -webkit-transform 450ms ease-in-out;
  transition: transform 450ms ease-in-out;
  transition: transform 450ms ease-in-out, -webkit-transform 450ms ease-in-out;
}
.umcg-website-theme .accordion--team .panel-title button[aria-expanded=true] .icon, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .accordion--team .panel-title button[aria-expanded=true] .icon {
  -webkit-transform: none;
          transform: none;
}
.umcg-website-theme .accordion--team .panel-title button[aria-expanded=true] svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .accordion--team .panel-title button[aria-expanded=true] svg {
  -webkit-transform: translate(0, -50%) rotate(-90deg);
          transform: translate(0, -50%) rotate(-90deg);
}
.umcg-website-theme .accordion--team .panel-title button[aria-expanded=true] .team-preview, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .accordion--team .panel-title button[aria-expanded=true] .team-preview {
  opacity: 0;
  -webkit-transform: translateY(-50px);
          transform: translateY(-50px);
}
.umcg-website-theme .accordion--team .panel-title button .team-preview, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .accordion--team .panel-title button .team-preview {
  min-height: 6rem;
}
.umcg-website-theme .accordion--team .panel-title .title, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .accordion--team .panel-title .title {
  font-size: 1.8rem;
  line-height: 1.5;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}
.umcg-website-theme .accordion--team .panel-title .team-preview, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .accordion--team .panel-title .team-preview {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  left: 0;
  right: 0;
  bottom: -35px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-left: 23px;
  padding-right: 30px;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.umcg-website-theme .accordion--team .panel-title .specialists, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .accordion--team .panel-title .specialists {
  color: #4d4d4d;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: normal;
}
.umcg-website-theme .accordion--team .panel-title .team-photo, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .accordion--team .panel-title .team-photo {
  position: relative;
  top: 5px;
}
.umcg-website-theme .accordion--team .panel-title .team-photo > ul, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .accordion--team .panel-title .team-photo > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.umcg-website-theme .accordion--team .panel-title .team-photo li, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .accordion--team .panel-title .team-photo li {
  margin-bottom: 0;
  margin-left: -43px;
  width: 54px;
  height: 54px;
}
.umcg-website-theme .accordion--team .panel-title .team-photo img, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .accordion--team .panel-title .team-photo img {
  border-radius: 50%;
  border: 2px solid #fff;
}
.umcg-website-theme .accordion--team .panel-title::before, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .accordion--team .panel-title::before {
  display: none;
}
.umcg-website-theme .accordion--team .text-block .profile-list ul li, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .accordion--team .text-block .profile-list ul li {
  padding-left: 0;
}
.umcg-website-theme .accordion--team .text-block .profile-list ul li:last-child, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .accordion--team .text-block .profile-list ul li:last-child {
  margin-bottom: -50px;
}
@-webkit-keyframes slideDownTeam {
  0% {
    max-height: 0;
    opacity: 0;
    margin-bottom: 0;
    padding-top: 0;
    -webkit-transform: translate(0, 0px);
            transform: translate(0, 0px);
  }
  99% {
    max-height: 1000px;
    opacity: 1;
    -webkit-transform: translate(0, -50px);
            transform: translate(0, -50px);
  }
  100% {
    -webkit-transform: translate(0, -50px);
            transform: translate(0, -50px);
    max-height: none;
    opacity: 1;
    padding-top: 18px;
    padding-bottom: 18px;
    margin-bottom: 0;
  }
}
@keyframes slideDownTeam {
  0% {
    max-height: 0;
    opacity: 0;
    margin-bottom: 0;
    padding-top: 0;
    -webkit-transform: translate(0, 0px);
            transform: translate(0, 0px);
  }
  99% {
    max-height: 1000px;
    opacity: 1;
    -webkit-transform: translate(0, -50px);
            transform: translate(0, -50px);
  }
  100% {
    -webkit-transform: translate(0, -50px);
            transform: translate(0, -50px);
    max-height: none;
    opacity: 1;
    padding-top: 18px;
    padding-bottom: 18px;
    margin-bottom: 0;
  }
}
@-webkit-keyframes slideUpTeam {
  0% {
    max-height: 1000px;
    opacity: 1;
    -webkit-transform: translate(0, -50px);
            transform: translate(0, -50px);
    margin-bottom: 0;
    padding-bottom: 18px;
    padding-top: 18px;
  }
  100% {
    max-height: 0;
    opacity: 0;
    -webkit-transform: translate(0, 0px);
            transform: translate(0, 0px);
    margin-bottom: 0;
    padding-bottom: 0;
    padding-top: 0;
  }
}
@keyframes slideUpTeam {
  0% {
    max-height: 1000px;
    opacity: 1;
    -webkit-transform: translate(0, -50px);
            transform: translate(0, -50px);
    margin-bottom: 0;
    padding-bottom: 18px;
    padding-top: 18px;
  }
  100% {
    max-height: 0;
    opacity: 0;
    -webkit-transform: translate(0, 0px);
            transform: translate(0, 0px);
    margin-bottom: 0;
    padding-bottom: 0;
    padding-top: 0;
  }
}
@-webkit-keyframes slideDownTeamDesktop {
  0% {
    max-height: 0;
    opacity: 0;
    margin-bottom: 0;
    padding-top: 0;
    -webkit-transform: translate(0, 50px);
            transform: translate(0, 50px);
  }
  99% {
    max-height: 1000px;
    opacity: 1;
    -webkit-transform: translate(0, 0px);
            transform: translate(0, 0px);
  }
  100% {
    -webkit-transform: translate(0, 0px);
            transform: translate(0, 0px);
    max-height: none;
    opacity: 1;
    padding-top: 18px;
    padding-bottom: 18px;
    margin-bottom: 0;
  }
}
@keyframes slideDownTeamDesktop {
  0% {
    max-height: 0;
    opacity: 0;
    margin-bottom: 0;
    padding-top: 0;
    -webkit-transform: translate(0, 50px);
            transform: translate(0, 50px);
  }
  99% {
    max-height: 1000px;
    opacity: 1;
    -webkit-transform: translate(0, 0px);
            transform: translate(0, 0px);
  }
  100% {
    -webkit-transform: translate(0, 0px);
            transform: translate(0, 0px);
    max-height: none;
    opacity: 1;
    padding-top: 18px;
    padding-bottom: 18px;
    margin-bottom: 0;
  }
}
@-webkit-keyframes slideUpTeamDesktop {
  0% {
    max-height: 1000px;
    opacity: 1;
    -webkit-transform: translate(0, 0px);
            transform: translate(0, 0px);
    margin-bottom: 0;
    padding-bottom: 18px;
    padding-top: 18px;
  }
  100% {
    max-height: 0;
    opacity: 0;
    -webkit-transform: translate(0, 50px);
            transform: translate(0, 50px);
    margin-bottom: 0;
    padding-bottom: 0;
    padding-top: 0;
  }
}
@keyframes slideUpTeamDesktop {
  0% {
    max-height: 1000px;
    opacity: 1;
    -webkit-transform: translate(0, 0px);
            transform: translate(0, 0px);
    margin-bottom: 0;
    padding-bottom: 18px;
    padding-top: 18px;
  }
  100% {
    max-height: 0;
    opacity: 0;
    -webkit-transform: translate(0, 50px);
            transform: translate(0, 50px);
    margin-bottom: 0;
    padding-bottom: 0;
    padding-top: 0;
  }
}
@media all and (min-width: 768px) {
  .umcg-website-theme .accordion--team .panel-title button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .accordion--team .panel-title button {
    padding-top: 2px;
    padding-bottom: 2px;
    margin-bottom: 10px;
  }
  .umcg-website-theme .accordion--team .panel-title .title, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .accordion--team .panel-title .title {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .umcg-website-theme .accordion--team .panel-title .team-preview, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .accordion--team .panel-title .team-preview {
    position: static;
    bottom: 0;
    padding-right: 6px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .umcg-website-theme .accordion--team .panel-title .team-photo, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .accordion--team .panel-title .team-photo {
    padding-left: 50px;
    top: 0;
  }
  .umcg-website-theme .accordion--team .panel-content[aria-hidden=false], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .accordion--team .panel-content[aria-hidden=false] {
    -webkit-animation: 450ms slideDownTeamDesktop forwards;
            animation: 450ms slideDownTeamDesktop forwards;
  }
  .umcg-website-theme .accordion--team .panel-content[aria-hidden=true], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .accordion--team .panel-content[aria-hidden=true] {
    margin-bottom: 0;
    padding-top: 18px;
    padding-bottom: 18px;
    -webkit-animation: 450ms slideUpTeamDesktop forwards;
            animation: 450ms slideUpTeamDesktop forwards;
  }
  .umcg-website-theme .accordion--team .text-block .profile-list ul li:last-child, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .accordion--team .text-block .profile-list ul li:last-child {
    margin-bottom: 0;
  }
}
@media print {
  .umcg-website-theme .accordion--team .panel-content[aria-hidden=true], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .accordion--team .panel-content[aria-hidden=true], .umcg-website-theme .accordion--team .panel-content[aria-hidden=false], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .accordion--team .panel-content[aria-hidden=false] {
    display: block !important;
    padding: 0 0 12rem;
    max-height: none;
    opacity: 1;
    -webkit-animation: 0s slideDownTeamDesktop forwards;
            animation: 0s slideDownTeamDesktop forwards;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  .umcg-website-theme .accordion--team .panel-title, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .accordion--team .panel-title {
    margin-top: 8rem;
    padding-left: 0;
  }
  .umcg-website-theme .accordion--team .panel-title button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .accordion--team .panel-title button {
    padding: 0;
  }
  .umcg-website-theme .accordion--team .panel-title .team-preview, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .accordion--team .panel-title .team-preview,
  .umcg-website-theme .accordion--team .panel-title .icon,
  .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .accordion--team .panel-title .icon {
    display: none;
  }
}
.umcg-website-theme .link-list, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .link-list {
  margin-bottom: 4.4rem;
}
.umcg-website-theme .link-list svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .link-list svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  fill: rgb(255, 125, 0);
  position: absolute;
  left: 0;
  top: 18px;
}
.umcg-website-theme .link-list li, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .link-list li {
  position: relative;
  border-top: 1.5px dotted #b3b3b3;
  margin-bottom: 0;
  padding: 12px 0 16px 0;
}
.umcg-website-theme .link-list li:last-child, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .link-list li:last-child {
  border-bottom: 1.5px dotted #b3b3b3;
}
.umcg-website-theme .link-list .label-theme, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .link-list .label-theme {
  display: inline-block;
  padding: 0 0 0 30px;
}
.umcg-website-theme .link-list a, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .link-list a {
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}
.umcg-website-theme .link-list a:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .link-list a:hover {
  color: rgb(0, 49, 131);
}
.umcg-website-theme .link-list a:hover .label -theme, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .link-list a:hover .label -theme {
  text-decoration: underline;
}
.umcg-website-theme .link-list a:visited, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .link-list a:visited {
  color: rgb(85, 31, 120);
}
.umcg-website-theme .link-list .more-link, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .link-list .more-link {
  padding: 2.2rem 0 0;
  display: block;
}
.umcg-website-theme .link-list .more-link a, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .link-list .more-link a {
  color: rgb(0, 49, 131);
  text-decoration: underline;
  font-weight: normal;
}
.umcg-website-theme .link-list .more-link a:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .link-list .more-link a:hover, .umcg-website-theme .link-list .more-link a:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .link-list .more-link a:focus {
  text-decoration: none;
}
.umcg-website-theme .link-list .more-link a:not([href*="umcg.nl"]):not([href^="#"]):not([href^="/"]):not([href^="tel:"]):not([href^="mailto:"])::after, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .link-list .more-link a:not([href*="umcg.nl"]):not([href^="#"]):not([href^="/"]):not([href^="tel:"]):not([href^="mailto:"])::after {
  font-family: "iconfont";
  font-style: normal;
  font-weight: 400;
  content: "\ea0d";
  display: inline-block;
  text-decoration: none;
  margin-left: 5px;
  font-size: 1.47rem;
}
.umcg-website-theme .link-list--simple li, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .link-list--simple li {
  border: none;
  padding-top: 0;
}
.umcg-website-theme .link-list--simple li:last-child, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .link-list--simple li:last-child {
  border-bottom: none;
}
.umcg-website-theme .link-list--simple svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .link-list--simple svg {
  top: 7px;
}
.umcg-website-theme .link-list--simple a, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .link-list--simple a {
  color: rgb(0, 49, 131);
}
.umcg-website-theme .link-list--simple a .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .link-list--simple a .label {
  font-weight: normal;
  text-decoration: underline;
}
.umcg-website-theme .link-list--simple a:hover .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .link-list--simple a:hover .label {
  text-decoration: none;
}
@media all and (min-width: 992px) {
  .umcg-website-theme .link-list--simple svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .link-list--simple svg {
    top: 8px;
  }
}
.umcg-website-theme .profile-card, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-card {
  text-align: center;
}
.umcg-website-theme .profile-card a, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-card a {
  display: inline-block;
  color: rgb(0, 49, 131);
}
.umcg-website-theme .profile-card a span, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-card a span {
  text-decoration: underline;
}
.umcg-website-theme .profile-card a:hover span, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-card a:hover span {
  text-decoration: none;
}
.umcg-website-theme .profile-card img, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-card img {
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid #fff;
  margin-bottom: 10px;
  -o-object-fit: cover;
     object-fit: cover;
}
.umcg-website-theme .profile-card .name, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-card .name,
.umcg-website-theme .profile-card .function,
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-card .function {
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-all;
  word-break: break-word;
  -ms-hyphens: auto;
      hyphens: auto;
  display: inline-block;
  color: rgb(0, 49, 131);
  font-weight: 600;
}
.umcg-website-theme .profile-card .function, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-card .function,
.umcg-website-theme .profile-card .expertise,
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-card .expertise {
  display: block;
}
.umcg-website-theme .profile-card .expertise, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-card .expertise {
  color: #0a0a0a;
}
.umcg-website-theme .profile-card figcaption span, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-card figcaption span {
  margin-bottom: 0.2rem;
}
.umcg-website-theme .profile-card figcaption span:last-child, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-card figcaption span:last-child {
  margin-bottom: 0;
}
.umcg-website-theme .profile-card--horizontal, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-card--horizontal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  position: relative;
  background-color: #fff;
  border-radius: 5px;
}
.umcg-website-theme .profile-card--horizontal figcaption, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-card--horizontal figcaption {
  text-align: left;
  font-size: 1.6rem;
  line-height: 1.5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 1.2rem;
  border-left: 75px solid #d9d9d9;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.umcg-website-theme .profile-card--horizontal .seperator, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-card--horizontal .seperator {
  display: none;
}
.umcg-website-theme .profile-card--horizontal .name, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-card--horizontal .name {
  font-weight: 700;
}
.umcg-website-theme .profile-card--horizontal .icon, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-card--horizontal .icon {
  border: 1px solid rgb(0, 49, 131);
  border-radius: 5px;
  height: 30px;
  width: 30px;
  min-width: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  vertical-align: middle;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
  margin-right: 1.2rem;
  position: relative;
  top: 0;
  right: 0;
}
.umcg-website-theme .profile-card--horizontal .icon svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-card--horizontal .icon svg {
  width: 100%;
}
.umcg-website-theme .profile-card--horizontal .function, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-card--horizontal .function {
  font-weight: 400;
  text-align: left;
}
.umcg-website-theme .profile-card--horizontal figure, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-card--horizontal figure {
  margin: 0 auto;
  max-width: none;
  padding: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.2rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: left;
}
.umcg-website-theme .profile-card--horizontal figure::before, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-card--horizontal figure::before {
  display: none;
}
.umcg-website-theme .profile-card--horizontal figure picture, .umcg-website-theme .profile-card--horizontal figure .hero focuspoint-picture, .umcg-website-theme .hero .profile-card--horizontal figure focuspoint-picture, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-card--horizontal figure picture, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-card--horizontal figure .hero focuspoint-picture, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .hero .profile-card--horizontal figure focuspoint-picture {
  height: 100%;
}
.umcg-website-theme .profile-card--horizontal figure picture img, .umcg-website-theme .profile-card--horizontal figure .hero focuspoint-picture img, .umcg-website-theme .hero .profile-card--horizontal figure focuspoint-picture img, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-card--horizontal figure picture img, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-card--horizontal figure .hero focuspoint-picture img, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .hero .profile-card--horizontal figure focuspoint-picture img {
  border-radius: 0;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  margin: 0;
  border: 0;
  width: 75px;
  height: 100%;
  min-width: 75px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
.umcg-website-theme .profile-card--horizontal figure picture + figcaption, .umcg-website-theme .profile-card--horizontal figure .hero focuspoint-picture + figcaption, .umcg-website-theme .hero .profile-card--horizontal figure focuspoint-picture + figcaption, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-card--horizontal figure picture + figcaption, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-card--horizontal figure .hero focuspoint-picture + figcaption, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .hero .profile-card--horizontal figure focuspoint-picture + figcaption {
  padding: 0.6rem 0;
  border-left: 0;
}
.umcg-website-theme .profile-card--horizontal-rtl figcaption, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-card--horizontal-rtl figcaption {
  padding: 1rem 2rem;
}
.umcg-website-theme .profile-card--horizontal-rtl picture, .umcg-website-theme .profile-card--horizontal-rtl .hero focuspoint-picture, .umcg-website-theme .hero .profile-card--horizontal-rtl focuspoint-picture, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-card--horizontal-rtl picture, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-card--horizontal-rtl .hero focuspoint-picture, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .hero .profile-card--horizontal-rtl focuspoint-picture {
  left: 2rem;
  right: auto;
}
.umcg-website-theme .profile-card--horizontal-rtl picture + figcaption, .umcg-website-theme .profile-card--horizontal-rtl .hero focuspoint-picture + figcaption, .umcg-website-theme .hero .profile-card--horizontal-rtl focuspoint-picture + figcaption, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-card--horizontal-rtl picture + figcaption, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-card--horizontal-rtl .hero focuspoint-picture + figcaption, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .hero .profile-card--horizontal-rtl focuspoint-picture + figcaption {
  margin-right: 0;
  padding-left: 12rem;
}
.umcg-website-theme .profile-card--theme-2 .name, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-card--theme-2 .name,
.umcg-website-theme .profile-card--theme-2 .function,
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-card--theme-2 .function {
  color: #121212;
}
.umcg-website-theme .profile-card--link, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-card--link {
  text-decoration: none;
  outline: 0;
}
.umcg-website-theme .profile-card--link:focus .icon, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-card--link:focus .icon, .umcg-website-theme .profile-card--link:hover .icon, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-card--link:hover .icon {
  background: rgb(0, 49, 131);
}
.umcg-website-theme .profile-card--link:focus .icon svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-card--link:focus .icon svg, .umcg-website-theme .profile-card--link:hover .icon svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-card--link:hover .icon svg {
  fill: #fff;
}
.umcg-website-theme .profile-card--link:visited figcaption .name, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-card--link:visited figcaption .name,
.umcg-website-theme .profile-card--link:visited figcaption .function,
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-card--link:visited figcaption .function {
  color: rgb(85, 31, 120);
}
.umcg-website-theme .profile-card--link:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-card--link:focus {
  outline: 1px solid rgb(255, 125, 0);
}
.umcg-website-theme .profile-card--shadow, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-card--shadow {
  -webkit-box-shadow: 0 0 9px 0 rgba(10, 10, 10, 0.15);
          box-shadow: 0 0 9px 0 rgba(10, 10, 10, 0.15);
}
@media all and (min-width: 768px) {
  .umcg-website-theme .profile-card--horizontal picture + figcaption, .umcg-website-theme .profile-card--horizontal .hero focuspoint-picture + figcaption, .umcg-website-theme .hero .profile-card--horizontal focuspoint-picture + figcaption, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-card--horizontal picture + figcaption, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-card--horizontal .hero focuspoint-picture + figcaption, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .hero .profile-card--horizontal focuspoint-picture + figcaption {
    padding: 1.2rem 0;
  }
  .umcg-website-theme .profile-card--horizontal figcaption, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-card--horizontal figcaption {
    padding-left: 2.4rem;
  }
  .umcg-website-theme .profile-card--horizontal figure, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-card--horizontal figure {
    gap: 2.4rem;
  }
  .umcg-website-theme .profile-card--horizontal .icon, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-card--horizontal .icon {
    margin-right: 2.4rem;
  }
}
@media print {
  .umcg-website-theme .profile-card, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-card {
    page-break-inside: avoid;
    position: relative;
    display: block;
  }
  .umcg-website-theme .profile-card a, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-card a {
    page-break-inside: avoid;
    position: relative;
    display: block;
  }
  .umcg-website-theme .profile-card::after, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-card::after {
    text-align: left;
    font-size: 1.6rem;
  }
}
.umcg-website-theme .profile-card:after, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-card:after {
  display: none !important;
}
.umcg-website-theme .profile-card--horizontal figcaption, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-card--horizontal figcaption {
  max-height: 75px;
  min-height: 75px;
}
.umcg-website-theme .profile-card--no-image, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-card--no-image {
  border-left: 0;
}
.umcg-website-theme .profile-card:not(.profile-card--horizontal) img, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-card:not(.profile-card--horizontal) img {
  width: 124px;
}
.umcg-website-theme .profile-card-compact figure, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-card-compact figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.8rem;
}
.umcg-website-theme .profile-card-compact img, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-card-compact img {
  width: 7.2rem;
  max-width: none;
  height: 7.2rem;
  border-radius: 9999px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-shadow: 0 0.125rem 0.75rem 0 rgba(123, 123, 123, 0.125);
          box-shadow: 0 0.125rem 0.75rem 0 rgba(123, 123, 123, 0.125);
}
.umcg-website-theme .profile-card-compact figcaption, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-card-compact figcaption {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 1.6rem;
}
.umcg-website-theme .profile-card-compact .name, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-card-compact .name {
  font-weight: 600;
  text-decoration: none;
  color: rgb(0, 49, 131);
}
.umcg-website-theme .profile-card-compact .subline, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-card-compact .subline {
  color: rgb(0, 49, 131);
}
.umcg-website-theme .profile-card-compact, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-card-compact {
  -webkit-transition: border-color 150ms;
  transition: border-color 150ms;
  -webkit-box-shadow: 0 0 9px 0 rgba(10, 10, 10, 0.15);
          box-shadow: 0 0 9px 0 rgba(10, 10, 10, 0.15);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #fff;
  border-radius: 5px;
  text-decoration: none;
  outline: 0;
  -webkit-transition: border-color 300ms ease-in-out;
  transition: border-color 300ms ease-in-out;
}
.umcg-website-theme .profile-card-compact:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-card-compact:hover {
  border-color: rgb(0, 49, 131);
}
.umcg-website-theme .profile-card-compact--link, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-card-compact--link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.8rem;
  text-decoration: none;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.umcg-website-theme .profile-card-compact--link .a, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-card-compact--link .a {
  text-decoration: none;
  border: 1px solid #fff;
  -webkit-transition: border-color 300ms ease-in-out;
  transition: border-color 300ms ease-in-out;
}
.umcg-website-theme .profile-card-compact--link:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-card-compact--link:hover {
  border-color: rgb(0, 49, 131);
}
.umcg-website-theme .profile-card-compact .function, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-card-compact .function {
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-all;
  word-break: break-word;
  -ms-hyphens: auto;
      hyphens: auto;
  display: inline-block;
  color: rgb(0, 49, 131);
  font-weight: 400;
}
.umcg-website-theme .profile-card-compact figure, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-card-compact figure {
  padding: 1rem;
}
.umcg-website-theme .question-block, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .question-block {
  margin: 0 0 8.8rem;
  position: relative;
}
.umcg-website-theme .question-block > *, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .question-block > * {
  position: relative;
  z-index: 1;
}
.umcg-website-theme .question-block .visual--mirrored, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .question-block .visual--mirrored {
  margin-top: -705px;
  margin-bottom: 150px;
  z-index: 0;
  pointer-events: none;
}
.umcg-website-theme .question-block.question-block-without-profile, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .question-block.question-block-without-profile {
  margin-bottom: 11rem;
}
.umcg-website-theme .question-block.question-block-without-profile .visual--mirrored, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .question-block.question-block-without-profile .visual--mirrored {
  margin-top: -550px;
  margin-bottom: -75px;
}
.umcg-website-theme .question-block li, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .question-block li {
  position: relative;
  margin: 0 0 15px 35px;
}
.umcg-website-theme .question-block li svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .question-block li svg {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -35px;
}
.umcg-website-theme .question-block ul, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .question-block ul {
  margin-bottom: 4.4rem;
}
.umcg-website-theme .question-block a, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .question-block a {
  color: rgb(0, 49, 131);
}
@media all and (min-width: 992px) {
  .umcg-website-theme .question-block.question-block-without-profile, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .question-block.question-block-without-profile {
    margin-bottom: 4.4rem;
  }
}
.umcg-website-theme .question-block-compact .question-block-compact-item, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .question-block-compact .question-block-compact-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.8rem;
  margin-bottom: 3.6rem;
}
.umcg-website-theme .question-block-compact .question-block-compact-bio, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .question-block-compact .question-block-compact-bio {
  padding-top: none;
  padding-bottom: none;
}
.umcg-website-theme .question-block-compact .question-block-compact-title, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .question-block-compact .question-block-compact-title, .umcg-website-theme .question-block-compact .question-block-compact-description, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .question-block-compact .question-block-compact-description {
  margin-bottom: 0;
}
.umcg-website-theme .question-block-compact .question-block-compact-contact-listitem, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .question-block-compact .question-block-compact-contact-listitem {
  position: relative;
  margin: 0 0 15px 35px !important;
}
.umcg-website-theme .question-block-compact .question-block-compact-contact-listitem svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .question-block-compact .question-block-compact-contact-listitem svg {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -35px;
}
.umcg-website-theme .question-block-compact .question-block-compact-contact-link, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .question-block-compact .question-block-compact-contact-link {
  color: rgb(0, 49, 131);
}
.umcg-website-theme .group-row, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .group-row {
  margin-bottom: 4.4rem;
  text-align: center;
  /*.button-primary {
    background-color: $brand-quinary-30;
    border-color: $brand-quinary-30;

    &:hover,
    &:focus {
      background-color: $white;
    }
  }*/
}
.umcg-website-theme .group-row .group-row-visual, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .group-row .group-row-visual {
  position: absolute;
  width: 100vw;
  max-width: 1380px;
  left: 0;
  top: 0;
  bottom: 4.4rem;
  z-index: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 49, 131, 0.08)), color-stop(80%, rgba(0, 49, 131, 0.08)));
  background: linear-gradient(180deg, rgba(0, 49, 131, 0.08) 0%, rgba(0, 49, 131, 0.08) 80%);
}
.umcg-website-theme .group-row .group-row-title, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .group-row .group-row-title {
  display: inline-block;
  position: relative;
  padding-top: 2rem;
  margin-bottom: 2.5rem;
}
.umcg-website-theme .group-row .group-row-title h2, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .group-row .group-row-title h2 {
  text-transform: uppercase;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
  color: rgb(0, 49, 131);
  font-size: 1.8rem;
  line-height: 1.5;
  margin-bottom: 0;
}
.umcg-website-theme .group-row .group-row-content, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .group-row .group-row-content {
  text-align: left;
}
.umcg-website-theme .group-row.group-row--theme-2 .group-row-visual, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .group-row.group-row--theme-2 .group-row-visual {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 169, 167, 0.1)), color-stop(80%, rgba(0, 169, 167, 0.1)));
  background: linear-gradient(180deg, rgba(0, 169, 167, 0.1) 0%, rgba(0, 169, 167, 0.1) 80%);
}
.umcg-website-theme .group-row.group-row--theme-2 .button-quaternary, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .group-row.group-row--theme-2 .button-quaternary {
  background-color: #d9f2f2;
  border-color: #d9f2f2;
}
.umcg-website-theme .group-row.group-row--theme-2 .button-quaternary:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .group-row.group-row--theme-2 .button-quaternary:hover, .umcg-website-theme .group-row.group-row--theme-2 .button-quaternary:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .group-row.group-row--theme-2 .button-quaternary:focus {
  background-color: rgb(0, 49, 131);
  border-color: rgb(0, 49, 131);
  color: #fff;
}
.umcg-website-theme .group-row.group-row--theme-2 .button-quaternary:hover svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .group-row.group-row--theme-2 .button-quaternary:hover svg, .umcg-website-theme .group-row.group-row--theme-2 .button-quaternary:focus svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .group-row.group-row--theme-2 .button-quaternary:focus svg {
  fill: #fff;
}
.umcg-website-theme .group-row.group-row--theme-3 .group-row-visual, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .group-row.group-row--theme-3 .group-row-visual {
  background: -webkit-gradient(linear, left top, left bottom, from(#e3eff8), color-stop(80%, #e3eff8));
  background: linear-gradient(180deg, #e3eff8 0%, #e3eff8 80%);
}
.umcg-website-theme .group-row.group-row--theme-4 .group-row-visual, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .group-row.group-row--theme-4 .group-row-visual {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 174, 239, 0.1)), color-stop(80%, rgba(0, 174, 239, 0.1)));
  background: linear-gradient(180deg, rgba(0, 174, 239, 0.1) 0%, rgba(0, 174, 239, 0.1) 80%);
}
.umcg-website-theme .group-row.group-row--theme-5 .group-row-visual, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .group-row.group-row--theme-5 .group-row-visual {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(177, 178, 180, 0.2)), color-stop(80%, rgba(177, 178, 180, 0.2)));
  background: linear-gradient(180deg, rgba(177, 178, 180, 0.2) 0%, rgba(177, 178, 180, 0.2) 80%);
}
.umcg-website-theme .group-row.group-row--theme-6 .group-row-visual, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .group-row.group-row--theme-6 .group-row-visual {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(208, 131, 22, 0.08)), color-stop(80%, rgba(208, 131, 22, 0.08)));
  background: linear-gradient(180deg, rgba(208, 131, 22, 0.08) 0%, rgba(208, 131, 22, 0.08) 80%);
}
@media all and (min-width: 576px) {
  .umcg-website-theme .group-row .group-row-visual, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .group-row .group-row-visual {
    left: -50px;
  }
}
@media all and (min-width: 768px) {
  .umcg-website-theme .group-row .group-row-title, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .group-row .group-row-title {
    padding-top: 3.4rem;
    margin-bottom: 0;
  }
  .umcg-website-theme .group-row .group-row-title h2, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .group-row .group-row-title h2 {
    margin: 0 auto 3.4rem;
  }
}
@media all and (min-width: 992px) {
  .umcg-website-theme .group-row .group-row-visual, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .group-row .group-row-visual {
    border-radius: 5px;
    left: 25px;
    right: 25px;
    width: auto;
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  .umcg-website-theme .group-row--large .group-row-visual, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .group-row--large .group-row-visual {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    right: auto;
    left: 50%;
    width: 100vw;
    max-width: 1260px;
  }
}
.umcg-website-theme .group-row .group-row-content, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .group-row .group-row-content {
  text-align: left;
}
.umcg-website-theme .group-row.group-row--theme-225 .group-row-visual, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .group-row.group-row--theme-225 .group-row-visual {
  background: rgb(187, 161, 79);
}
.umcg-website-theme .group-row.group-row--theme-225 h2, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .group-row.group-row--theme-225 h2, .umcg-website-theme .group-row.group-row--theme-225 pp, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .group-row.group-row--theme-225 pp {
  color: #fff;
}
.umcg-website-theme .group-row.group-row--theme-225 .tns-outer .tns-nav button::before, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .group-row.group-row--theme-225 .tns-outer .tns-nav button::before {
  border: 1px solid #fff;
  background-color: transparent;
}
.umcg-website-theme .group-row.group-row--theme-225 .tns-outer .tns-nav button.tns-nav-active::before, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .group-row.group-row--theme-225 .tns-outer .tns-nav button.tns-nav-active::before {
  border-color: #fff;
  background-color: #fff;
}
.umcg-website-theme .slider, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .slider {
  margin: 0 0 8.8rem;
}
.umcg-website-theme .slider.carousel-slider, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .slider.carousel-slider {
  margin: 0;
}
.umcg-website-theme .slider.carousel-slider .carousel-card, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .slider.carousel-slider .carousel-card {
  margin: 0;
}
.umcg-website-theme .slider .slider-slides, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .slider .slider-slides {
  margin: 0 auto;
}
@media all and (min-width: 576px) {
  .umcg-website-theme .slider .btn-nav, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .slider .btn-nav {
    left: -62.5px;
  }
  .umcg-website-theme .slider .btn-nav.btn-next, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .slider .btn-nav.btn-next {
    right: -62.5px;
  }
}
@media all and (min-width: 1200px) {
  .umcg-website-theme .slider .slider-item:last-child:first-child, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .slider .slider-item:last-child:first-child {
    width: 550px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 550px;
            flex: 0 0 550px;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .umcg-website-theme .slider.interactive-slider .slider-item:last-child:first-child, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .slider.interactive-slider .slider-item:last-child:first-child {
    width: auto;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
}
.umcg-website-theme .cta-block, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-block {
  position: relative;
  background-color: #d0e5f4;
  padding: 30px 20px 45px;
  text-align: center;
  margin: 0 auto 4.4rem;
  border-radius: 5px;
  max-width: 420px;
  overflow: hidden;
}
.umcg-website-theme .cta-block::before, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-block::before {
  content: "";
  position: absolute;
  display: block;
  width: 275%;
  height: 225%;
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 50%;
  bottom: -5%;
  right: -60%;
}
.umcg-website-theme .cta-block p, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-block p, .umcg-website-theme .cta-block pp, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-block pp {
  margin-bottom: 3rem;
}
.umcg-website-theme .cta-block p:last-child, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-block p:last-child, .umcg-website-theme .cta-block pp:last-child, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-block pp:last-child {
  margin-bottom: 0;
}
.umcg-website-theme .cta-block .button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-block .button, .umcg-website-theme .cta-block .button.cta-button-lightblue, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-block .umcg-website-theme .button.cta-button-lightblue, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-block .button.cta-button-lightblue, .umcg-website-theme .cta-block .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button.cta-button-lightblue, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cta-block .button.cta-button-lightblue, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-block .button.cta-button-lightblue, .umcg-website-theme .cta-block .button.cta-button-darkblue, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-block .umcg-website-theme .button.cta-button-darkblue, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-block .button.cta-button-darkblue, .umcg-website-theme .cta-block .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button.cta-button-darkblue, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cta-block .button.cta-button-darkblue, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-block .button.cta-button-darkblue, .umcg-website-theme .cta-block .cta-button-lightblue.button.cta-button-darkblue, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-block .umcg-website-theme .cta-button-lightblue.button.cta-button-darkblue, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-block .cta-button-lightblue.button.cta-button-darkblue, .umcg-website-theme .cta-block .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-lightblue.button.cta-button-darkblue, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-block .cta-button-lightblue.button.cta-button-darkblue, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-block .cta-button-lightblue.button.cta-button-darkblue, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cta-block .cta-button-lightblue.button.cta-button-darkblue, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-block .umcg-website-theme .cta-button-lightblue.button.cta-button-darkblue, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cta-block .cta-button-lightblue.button.cta-button-darkblue, .umcg-website-theme .cta-block .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-lightblue.button.cta-button-darkblue, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cta-block .cta-button-lightblue.button.cta-button-darkblue, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-block .cta-button-lightblue.button.cta-button-darkblue, .umcg-website-theme .cta-block .cta-button-darkblue.button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-block .umcg-website-theme .cta-button-darkblue.button, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-block .cta-button-darkblue.button, .umcg-website-theme .cta-block .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-darkblue.button, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-block .cta-button-darkblue.button, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-block .cta-button-darkblue.button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cta-block .cta-button-darkblue.button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-block .umcg-website-theme .cta-button-darkblue.button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cta-block .cta-button-darkblue.button, .umcg-website-theme .cta-block .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-darkblue.button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cta-block .cta-button-darkblue.button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-block .cta-button-darkblue.button, .umcg-website-theme .cta-block .button.cta-button-white, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-block .umcg-website-theme .button.cta-button-white, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-block .button.cta-button-white, .umcg-website-theme .cta-block .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button.cta-button-white, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cta-block .button.cta-button-white, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-block .button.cta-button-white, .umcg-website-theme .cta-block .cta-button-lightblue.button.cta-button-white, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-block .umcg-website-theme .cta-button-lightblue.button.cta-button-white, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-block .cta-button-lightblue.button.cta-button-white, .umcg-website-theme .cta-block .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-lightblue.button.cta-button-white, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-block .cta-button-lightblue.button.cta-button-white, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-block .cta-button-lightblue.button.cta-button-white, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cta-block .cta-button-lightblue.button.cta-button-white, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-block .umcg-website-theme .cta-button-lightblue.button.cta-button-white, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cta-block .cta-button-lightblue.button.cta-button-white, .umcg-website-theme .cta-block .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-lightblue.button.cta-button-white, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cta-block .cta-button-lightblue.button.cta-button-white, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-block .cta-button-lightblue.button.cta-button-white, .umcg-website-theme .cta-block .cta-button-darkblue.button.cta-button-white, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-block .umcg-website-theme .cta-button-darkblue.button.cta-button-white, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-block .cta-button-darkblue.button.cta-button-white, .umcg-website-theme .cta-block .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-darkblue.button.cta-button-white, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-block .cta-button-darkblue.button.cta-button-white, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-block .cta-button-darkblue.button.cta-button-white, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cta-block .cta-button-darkblue.button.cta-button-white, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-block .umcg-website-theme .cta-button-darkblue.button.cta-button-white, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cta-block .cta-button-darkblue.button.cta-button-white, .umcg-website-theme .cta-block .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-darkblue.button.cta-button-white, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cta-block .cta-button-darkblue.button.cta-button-white, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-block .cta-button-darkblue.button.cta-button-white, .umcg-website-theme .cta-block .cta-button-white.button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-block .umcg-website-theme .cta-button-white.button, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-block .cta-button-white.button, .umcg-website-theme .cta-block .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-white.button, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-block .cta-button-white.button, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-block .cta-button-white.button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cta-block .cta-button-white.button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-block .umcg-website-theme .cta-button-white.button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cta-block .cta-button-white.button, .umcg-website-theme .cta-block .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-white.button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cta-block .cta-button-white.button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-block .cta-button-white.button, .umcg-website-theme .cta-block form input[type=submit], .umcg-website-theme form .cta-block input[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-block .umcg-website-theme form input[type=submit], .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-block input[type=submit], .umcg-website-theme .cta-block .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cta-block input[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-block form input[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cta-block input[type=submit], .umcg-website-theme .cta-block form input.cta-button-lightblue[type=submit], .umcg-website-theme form .cta-block input.cta-button-lightblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-block .umcg-website-theme form input.cta-button-lightblue[type=submit], .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-block input.cta-button-lightblue[type=submit], .umcg-website-theme .cta-block .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue[type=submit], .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cta-block input.cta-button-lightblue[type=submit], .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-block form input.cta-button-lightblue[type=submit], .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cta-block input.cta-button-lightblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cta-block input.cta-button-lightblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-block form .umcg-website-theme input.cta-button-lightblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cta-block input.cta-button-lightblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cta-block form input.cta-button-lightblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cta-block input.cta-button-lightblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-block .umcg-website-theme form input.cta-button-lightblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cta-block input.cta-button-lightblue[type=submit], .umcg-website-theme .cta-block form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue[type=submit], .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-block input.cta-button-lightblue[type=submit], .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-block input.cta-button-lightblue[type=submit], .umcg-website-theme .cta-block .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cta-block input.cta-button-lightblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-block form input.cta-button-lightblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cta-block input.cta-button-lightblue[type=submit], .umcg-website-theme .cta-block form input.cta-button-darkblue[type=submit], .umcg-website-theme form .cta-block input.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-block .umcg-website-theme form input.cta-button-darkblue[type=submit], .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-block input.cta-button-darkblue[type=submit], .umcg-website-theme .cta-block .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue[type=submit], .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cta-block input.cta-button-darkblue[type=submit], .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-block form input.cta-button-darkblue[type=submit], .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cta-block input.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cta-block input.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-block form .umcg-website-theme input.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cta-block input.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cta-block form input.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cta-block input.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-block .umcg-website-theme form input.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cta-block input.cta-button-darkblue[type=submit], .umcg-website-theme .cta-block form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-darkblue[type=submit], .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-block input.cta-button-darkblue[type=submit], .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-block input.cta-button-darkblue[type=submit], .umcg-website-theme .cta-block .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cta-block input.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-block form input.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cta-block input.cta-button-darkblue[type=submit], .umcg-website-theme .cta-block form input.cta-button-lightblue.cta-button-darkblue[type=submit], .umcg-website-theme form .cta-block input.cta-button-lightblue.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-block .umcg-website-theme form input.cta-button-lightblue.cta-button-darkblue[type=submit], .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-block input.cta-button-lightblue.cta-button-darkblue[type=submit], .umcg-website-theme .cta-block .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.cta-button-darkblue[type=submit], .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cta-block input.cta-button-lightblue.cta-button-darkblue[type=submit], .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-block form input.cta-button-lightblue.cta-button-darkblue[type=submit], .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cta-block input.cta-button-lightblue.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cta-block input.cta-button-lightblue.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-block form .umcg-website-theme input.cta-button-lightblue.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cta-block input.cta-button-lightblue.cta-button-darkblue[type=submit], .umcg-website-theme .cta-block form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue.cta-button-darkblue[type=submit], .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-block input.cta-button-lightblue.cta-button-darkblue[type=submit], .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-block input.cta-button-lightblue.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cta-block form input.cta-button-lightblue.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cta-block input.cta-button-lightblue.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-block .umcg-website-theme form input.cta-button-lightblue.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cta-block input.cta-button-lightblue.cta-button-darkblue[type=submit], .umcg-website-theme .cta-block .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cta-block input.cta-button-lightblue.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-block form input.cta-button-lightblue.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cta-block input.cta-button-lightblue.cta-button-darkblue[type=submit], .umcg-website-theme .cta-block form input.cta-button-white[type=submit], .umcg-website-theme form .cta-block input.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-block .umcg-website-theme form input.cta-button-white[type=submit], .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-block input.cta-button-white[type=submit], .umcg-website-theme .cta-block .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-white[type=submit], .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cta-block input.cta-button-white[type=submit], .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-block form input.cta-button-white[type=submit], .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cta-block input.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cta-block input.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-block form .umcg-website-theme input.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cta-block input.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cta-block form input.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cta-block input.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-block .umcg-website-theme form input.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cta-block input.cta-button-white[type=submit], .umcg-website-theme .cta-block form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-white[type=submit], .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-block input.cta-button-white[type=submit], .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-block input.cta-button-white[type=submit], .umcg-website-theme .cta-block .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cta-block input.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-block form input.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cta-block input.cta-button-white[type=submit], .umcg-website-theme .cta-block form input.cta-button-lightblue.cta-button-white[type=submit], .umcg-website-theme form .cta-block input.cta-button-lightblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-block .umcg-website-theme form input.cta-button-lightblue.cta-button-white[type=submit], .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-block input.cta-button-lightblue.cta-button-white[type=submit], .umcg-website-theme .cta-block .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.cta-button-white[type=submit], .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cta-block input.cta-button-lightblue.cta-button-white[type=submit], .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-block form input.cta-button-lightblue.cta-button-white[type=submit], .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cta-block input.cta-button-lightblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cta-block input.cta-button-lightblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-block form .umcg-website-theme input.cta-button-lightblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cta-block input.cta-button-lightblue.cta-button-white[type=submit], .umcg-website-theme .cta-block form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue.cta-button-white[type=submit], .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-block input.cta-button-lightblue.cta-button-white[type=submit], .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-block input.cta-button-lightblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cta-block form input.cta-button-lightblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cta-block input.cta-button-lightblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-block .umcg-website-theme form input.cta-button-lightblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cta-block input.cta-button-lightblue.cta-button-white[type=submit], .umcg-website-theme .cta-block .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cta-block input.cta-button-lightblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-block form input.cta-button-lightblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cta-block input.cta-button-lightblue.cta-button-white[type=submit], .umcg-website-theme .cta-block form input.cta-button-darkblue.cta-button-white[type=submit], .umcg-website-theme form .cta-block input.cta-button-darkblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-block .umcg-website-theme form input.cta-button-darkblue.cta-button-white[type=submit], .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-block input.cta-button-darkblue.cta-button-white[type=submit], .umcg-website-theme .cta-block .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue.cta-button-white[type=submit], .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cta-block input.cta-button-darkblue.cta-button-white[type=submit], .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-block form input.cta-button-darkblue.cta-button-white[type=submit], .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cta-block input.cta-button-darkblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cta-block input.cta-button-darkblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-block form .umcg-website-theme input.cta-button-darkblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cta-block input.cta-button-darkblue.cta-button-white[type=submit], .umcg-website-theme .cta-block form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-darkblue.cta-button-white[type=submit], .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-block input.cta-button-darkblue.cta-button-white[type=submit], .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-block input.cta-button-darkblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cta-block form input.cta-button-darkblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cta-block input.cta-button-darkblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-block .umcg-website-theme form input.cta-button-darkblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cta-block input.cta-button-darkblue.cta-button-white[type=submit], .umcg-website-theme .cta-block .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cta-block input.cta-button-darkblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-block form input.cta-button-darkblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cta-block input.cta-button-darkblue.cta-button-white[type=submit] {
  margin-bottom: 0;
}
.umcg-website-theme .cta-block .cta-block-inner, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-block .cta-block-inner {
  position: relative;
  z-index: 2;
}
.umcg-website-theme .csat, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .csat {
  background: #d0e5f4;
  padding: 4.8rem 0;
  width: 100%;
  z-index: 1;
  position: relative;
}
.umcg-website-theme .csat:has(:checked) .umcg-website-theme .csat__button-text, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .csat:has(:checked) .umcg-website-theme .csat__button-text, .umcg-website-theme .csat:has(:checked) .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .csat__button-text, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .csat:has(:checked) .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .csat__button-text {
  color: #4d4d4d;
}
.umcg-website-theme .csat__hidden, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .csat__hidden {
  margin: -1px;
  padding: 0;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip: rect(0, 0, 0, 0);
  position: absolute;
}
.umcg-website-theme .csat__form, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .csat__form {
  margin: 0 auto;
  max-width: 1230px;
  padding: 0 2.5rem !important;
  background: none;
}
.umcg-website-theme .csat__form--rating, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .csat__form--rating, .umcg-website-theme .csat__form--feedback, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .csat__form--feedback {
  margin-bottom: 0;
  display: grid;
  grid-template-rows: 0fr;
  -webkit-transition: grid-template-rows 0.3s;
  transition: grid-template-rows 0.3s;
  transition: grid-template-rows 0.3s, -ms-grid-rows 0.3s;
}
.umcg-website-theme .csat__form--rating[aria-hidden=false], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .csat__form--rating[aria-hidden=false], .umcg-website-theme .csat__form--feedback[aria-hidden=false], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .csat__form--feedback[aria-hidden=false] {
  margin-top: 7.2rem;
  grid-template-rows: 1fr;
}
.umcg-website-theme .csat__form--rating[aria-hidden=false] .umcg-website-theme .csat__wrapper, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .csat__form--rating[aria-hidden=false] .umcg-website-theme .csat__wrapper, .umcg-website-theme .csat__form--rating[aria-hidden=false] .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .csat__wrapper, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .csat__form--rating[aria-hidden=false] .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .csat__wrapper, .umcg-website-theme .csat__form--feedback[aria-hidden=false] .umcg-website-theme .csat__wrapper, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .csat__form--feedback[aria-hidden=false] .umcg-website-theme .csat__wrapper, .umcg-website-theme .csat__form--feedback[aria-hidden=false] .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .csat__wrapper, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .csat__form--feedback[aria-hidden=false] .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .csat__wrapper {
  opacity: 1;
  visibility: visible;
}
.umcg-website-theme .csat__form--rating .umcg-website-theme .csat__wrapper, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .csat__form--rating .umcg-website-theme .csat__wrapper, .umcg-website-theme .csat__form--rating .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .csat__wrapper, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .csat__form--rating .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .csat__wrapper, .umcg-website-theme .csat__form--feedback .umcg-website-theme .csat__wrapper, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .csat__form--feedback .umcg-website-theme .csat__wrapper, .umcg-website-theme .csat__form--feedback .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .csat__wrapper, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .csat__form--feedback .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .csat__wrapper {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
.umcg-website-theme .csat__form--rating[aria-hidden=false], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .csat__form--rating[aria-hidden=false] {
  margin-top: 0;
}
.umcg-website-theme .csat__wrapper, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .csat__wrapper {
  overflow: hidden;
}
.umcg-website-theme .csat__wrapper:has(:checked), .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .csat__wrapper:has(:checked) {
  overflow: visible;
}
.umcg-website-theme .csat__wrapper:has(:checked) .umcg-website-theme .csat__labels, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .csat__wrapper:has(:checked) .umcg-website-theme .csat__labels, .umcg-website-theme .csat__wrapper:has(:checked) .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .csat__labels, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .csat__wrapper:has(:checked) .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .csat__labels {
  display: none;
}
.umcg-website-theme .csat__legend, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .csat__legend {
  font-size: 2.4rem;
  margin-bottom: 2.4rem;
  font-weight: bold;
  color: rgb(0, 49, 131);
  display: block;
}
.umcg-website-theme .csat__buttons, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .csat__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.2rem;
  margin-bottom: 1.8rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.umcg-website-theme .csat__button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .csat__button {
  padding: 0.6rem 0;
  margin-bottom: 0;
  background: #fff;
  color: rgb(0, 49, 131);
  border-radius: 5px;
  border-color: #fff;
  border-width: 2px;
  font-size: 2rem;
  font-weight: bold;
}
.umcg-website-theme .csat__button--submit, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .csat__button--submit {
  visibility: hidden;
}
.umcg-website-theme .csat__button:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .csat__button:focus {
  outline: 2px solid rgb(233, 94, 39);
  outline-offset: 3px;
}
.umcg-website-theme .csat__button:hover + .umcg-website-theme .csat__button-text, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .csat__button:hover + .umcg-website-theme .csat__button-text, .umcg-website-theme .csat__button:hover + .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .csat__button-text, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .csat__button:hover + .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .csat__button-text {
  color: rgb(0, 49, 131);
}
.umcg-website-theme .csat__button-wrapper, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .csat__button-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.2rem;
  width: 100%;
  text-align: center;
  position: relative;
}
.umcg-website-theme .csat__button-wrapper:has(:checked) .umcg-website-theme .csat__button-text, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .csat__button-wrapper:has(:checked) .umcg-website-theme .csat__button-text, .umcg-website-theme .csat__button-wrapper:has(:checked) .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .csat__button-text, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .csat__button-wrapper:has(:checked) .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .csat__button-text {
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: pre-wrap;
  -webkit-transform: translateY(120%);
          transform: translateY(120%);
  color: #4d4d4d;
}
.umcg-website-theme .csat__button-wrapper:has(:checked) .umcg-website-theme .csat__button--active + .umcg-website-theme .csat__button-text, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .csat__button-wrapper:has(:checked) .umcg-website-theme .csat__button--active + .umcg-website-theme .csat__button-text, .umcg-website-theme .csat__button-wrapper:has(:checked) .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .csat__button--active + .umcg-website-theme .csat__button-text, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .csat__button-wrapper:has(:checked) .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .csat__button--active + .umcg-website-theme .csat__button-text, .umcg-website-theme .csat__button-wrapper:has(:checked) .umcg-website-theme .csat__button--active + .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .csat__button-text, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .csat__button-wrapper:has(:checked) .umcg-website-theme .csat__button--active + .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .csat__button-text, .umcg-website-theme .csat__button-wrapper:has(:checked) .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .csat__button--active + .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .csat__button-text, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .csat__button-wrapper:has(:checked) .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .csat__button--active + .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .csat__button-text {
  color: rgb(0, 49, 131);
}
.umcg-website-theme .csat__button-text, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .csat__button-text {
  display: none;
  font-size: 1.4rem;
  color: rgb(0, 49, 131);
  white-space: nowrap;
  -webkit-transition: color 0.3s ease-in-out, font 0.1s ease-in-out;
  transition: color 0.3s ease-in-out, font 0.1s ease-in-out;
}
.umcg-website-theme .csat__button--active + .umcg-website-theme .csat__button-text, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .csat__button--active + .umcg-website-theme .csat__button-text, .umcg-website-theme .csat__button--active + .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .csat__button-text, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .csat__button--active + .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .csat__button-text {
  font-weight: 700;
  color: rgb(0, 49, 131);
}
.umcg-website-theme .csat__button--hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .csat__button--hover, .umcg-website-theme .csat__button--filled, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .csat__button--filled {
  background: rgb(0, 49, 131);
  color: #fff;
  border-color: rgb(0, 49, 131);
}
.umcg-website-theme .csat__button--hover-0, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .csat__button--hover-0, .umcg-website-theme .csat__button--filled-0, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .csat__button--filled-0 {
  color: rgb(0, 49, 131);
  background: #F26841;
  border-color: #F26841;
}
.umcg-website-theme .csat__button--hover-0:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .csat__button--hover-0:hover, .umcg-website-theme .csat__button--hover-0:focus-visible, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .csat__button--hover-0:focus-visible, .umcg-website-theme .csat__button--filled-0:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .csat__button--filled-0:hover, .umcg-website-theme .csat__button--filled-0:focus-visible, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .csat__button--filled-0:focus-visible {
  background: #F26841;
}
.umcg-website-theme .csat__button--hover-1, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .csat__button--hover-1, .umcg-website-theme .csat__button--filled-1, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .csat__button--filled-1 {
  color: rgb(0, 49, 131);
  background: #F19900;
  border-color: #F19900;
}
.umcg-website-theme .csat__button--hover-1:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .csat__button--hover-1:hover, .umcg-website-theme .csat__button--hover-1:focus-visible, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .csat__button--hover-1:focus-visible, .umcg-website-theme .csat__button--filled-1:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .csat__button--filled-1:hover, .umcg-website-theme .csat__button--filled-1:focus-visible, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .csat__button--filled-1:focus-visible {
  background: #F19900;
}
.umcg-website-theme .csat__button--hover-2, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .csat__button--hover-2, .umcg-website-theme .csat__button--filled-2, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .csat__button--filled-2 {
  color: rgb(0, 49, 131);
  background: #F1E400;
  border-color: #F1E400;
}
.umcg-website-theme .csat__button--hover-2:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .csat__button--hover-2:hover, .umcg-website-theme .csat__button--hover-2:focus-visible, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .csat__button--hover-2:focus-visible, .umcg-website-theme .csat__button--filled-2:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .csat__button--filled-2:hover, .umcg-website-theme .csat__button--filled-2:focus-visible, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .csat__button--filled-2:focus-visible {
  background: #F1E400;
}
.umcg-website-theme .csat__button--hover-3, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .csat__button--hover-3, .umcg-website-theme .csat__button--filled-3, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .csat__button--filled-3 {
  color: rgb(0, 49, 131);
  background: #9FCE66;
  border-color: #9FCE66;
}
.umcg-website-theme .csat__button--hover-3:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .csat__button--hover-3:hover, .umcg-website-theme .csat__button--hover-3:focus-visible, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .csat__button--hover-3:focus-visible, .umcg-website-theme .csat__button--filled-3:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .csat__button--filled-3:hover, .umcg-website-theme .csat__button--filled-3:focus-visible, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .csat__button--filled-3:focus-visible {
  background: #9FCE66;
}
.umcg-website-theme .csat__button--hover-4, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .csat__button--hover-4, .umcg-website-theme .csat__button--filled-4, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .csat__button--filled-4 {
  color: rgb(0, 49, 131);
  background: #159E9C;
  border-color: #159E9C;
}
.umcg-website-theme .csat__button--hover-4:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .csat__button--hover-4:hover, .umcg-website-theme .csat__button--hover-4:focus-visible, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .csat__button--hover-4:focus-visible, .umcg-website-theme .csat__button--filled-4:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .csat__button--filled-4:hover, .umcg-website-theme .csat__button--filled-4:focus-visible, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .csat__button--filled-4:focus-visible {
  background: #159E9C;
}
.umcg-website-theme .csat__button--hover + span, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .csat__button--hover + span, .umcg-website-theme .csat__button--filled + span, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .csat__button--filled + span {
  color: #4d4d4d;
}
.umcg-website-theme .csat__button--reset, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .csat__button--reset {
  background: #fff;
}
.umcg-website-theme .csat__labels, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .csat__labels {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.2rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.4rem;
}
.umcg-website-theme .csat__label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .csat__label {
  white-space: nowrap;
  color: #4d4d4d;
}
.umcg-website-theme .csat__label-seperator, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .csat__label-seperator {
  width: 100%;
  background-color: #fff;
}
.umcg-website-theme .csat__feedback, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .csat__feedback {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.umcg-website-theme .csat__feedback-textarea, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .csat__feedback-textarea {
  max-width: 58rem;
  min-height: 12rem;
  margin-bottom: 2.4rem !important;
}
.umcg-website-theme .csat__feedback-button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .csat__feedback-button {
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.umcg-website-theme .csat__thanks, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .csat__thanks {
  opacity: 0;
  display: grid;
  grid-template-rows: 0fr;
  -webkit-transition: grid-template-rows 0.3s;
  transition: grid-template-rows 0.3s;
  transition: grid-template-rows 0.3s, -ms-grid-rows 0.3s;
  margin: 0 auto;
  padding: 0 2.5rem;
  max-width: 1230px;
}
.umcg-website-theme .csat__thanks[aria-hidden=false], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .csat__thanks[aria-hidden=false] {
  opacity: 1;
  visibility: visible;
  grid-template-rows: 1fr;
}
.umcg-website-theme .csat__thanks-wrapper, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .csat__thanks-wrapper {
  overflow: hidden;
}
.umcg-website-theme .csat__thanks-button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .csat__thanks-button {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 0;
}
.umcg-website-theme .csat__reset.csat__button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .csat__reset.csat__button {
  background: #fff;
  border-color: #fff;
}
.umcg-website-theme .csat__reset.csat__button:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .csat__reset.csat__button:hover {
  background: #F26841;
  border-color: #F26841;
}
.umcg-website-theme .csat__reset.csat__button--hover-0, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .csat__reset.csat__button--hover-0 {
  background: #F26841;
  border-color: #F26841;
}
.umcg-website-theme .csat__reset.csat__button--hover-1, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .csat__reset.csat__button--hover-1 {
  background: #F19900;
  border-color: #F19900;
}
.umcg-website-theme .csat__reset.csat__button--hover-2, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .csat__reset.csat__button--hover-2 {
  background: #F1E400;
  border-color: #F1E400;
}
.umcg-website-theme .csat__reset.csat__button--hover-3, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .csat__reset.csat__button--hover-3 {
  background: #9FCE66;
  border-color: #9FCE66;
}
.umcg-website-theme .csat__reset.csat__button--hover-4, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .csat__reset.csat__button--hover-4 {
  background: #159E9C;
  border-color: #159E9C;
}
.umcg-website-theme .csat__reset.csat__button + .umcg-website-theme .csat__button-text, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .csat__reset.csat__button + .umcg-website-theme .csat__button-text, .umcg-website-theme .csat__reset.csat__button + .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .csat__button-text, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .csat__reset.csat__button + .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .csat__button-text {
  color: #b3c1da;
  font-weight: unset;
}
@media all and (max-width: 375px) {
  .umcg-website-theme .csat__buttons, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .csat__buttons {
    font-size: 1.6rem;
    gap: 0.6rem;
  }
}
@media all and (min-width: 576px) {
  .umcg-website-theme .csat__form--feedback[aria-hidden=false], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .csat__form--feedback[aria-hidden=false] {
    margin-top: 4rem;
  }
  .umcg-website-theme .csat__buttons, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .csat__buttons {
    margin-bottom: 0;
    -webkit-box-pack: unset;
        -ms-flex-pack: unset;
            justify-content: unset;
    gap: 2rem;
    max-width: unset;
  }
  .umcg-website-theme .csat__button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .csat__button {
    padding: 1rem 3rem;
    margin: 0 auto;
    max-width: unset;
    font-size: 2.2rem;
  }
  .umcg-website-theme .csat__button-text, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .csat__button-text {
    font-size: 1.6rem;
    display: block;
  }
  .umcg-website-theme .csat__button-wrapper, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .csat__button-wrapper {
    width: 100%;
    max-width: 9rem;
  }
  .umcg-website-theme .csat__button-wrapper:has(:checked) .umcg-website-theme .csat__button-text, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .csat__button-wrapper:has(:checked) .umcg-website-theme .csat__button-text, .umcg-website-theme .csat__button-wrapper:has(:checked) .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .csat__button-text, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .csat__button-wrapper:has(:checked) .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .csat__button-text {
    display: initial;
    position: unset;
    bottom: unset;
    width: unset;
    white-space: nowrap;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .umcg-website-theme .csat__labels, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .csat__labels {
    display: none;
  }
}
@media print {
  .umcg-website-theme .csat, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .csat {
    display: none;
  }
}
.umcg-website-theme .profile-list ul, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-list ul {
  margin-bottom: 0;
}
.umcg-website-theme .profile-list ul li, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-list ul li {
  margin-left: 0;
  margin-bottom: 18px;
}
.umcg-website-theme .profile-list ul li::before, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-list ul li::before {
  display: none;
}
.umcg-website-theme .profile-list ul li:last-child, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-list ul li:last-child {
  margin-bottom: 0;
}
.umcg-website-theme .profile-list ul li > a:after, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-list ul li > a:after {
  position: absolute;
  right: 0;
}
.umcg-website-theme .profile-list .profile-card, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-list .profile-card {
  margin-bottom: 0;
  -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.15);
}
.text-block .umcg-website-theme .profile-list, .text-block .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-list {
  margin-top: -20px;
}
.umcg-website-theme .profile-list a, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-list a {
  text-decoration: none;
}
.umcg-website-theme .profile-list ul li, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-list ul li {
  padding: 0;
}
.umcg-website-theme .profile-list--team ul li:last-child, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-list--team ul li:last-child {
  margin-bottom: 4rem;
}
.umcg-website-theme .text-block .profile-list, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .text-block .profile-list {
  margin-top: -20px;
}
.umcg-website-theme .profile-block, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-block {
  margin: 0 auto 4.4rem;
  max-width: 520px;
}
.umcg-website-theme .profile-block h2, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-block h2 {
  margin: 0;
  padding-bottom: 2.4rem;
}
.umcg-website-theme .profile-block .profile-block-inner, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-block .profile-block-inner {
  margin-top: 62px;
  padding: 0 30px 16px;
  background-color: #b3e7fa;
  border-radius: 5px;
}
.umcg-website-theme .profile-block .read-more, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-block .read-more {
  text-align: center;
}
.umcg-website-theme .profile-block .profile-block-figure, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-block .profile-block-figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.umcg-website-theme .profile-block .profile-block-figcaption, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-block .profile-block-figcaption {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  margin-top: -63px;
}
.umcg-website-theme .profile-block blockquote, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-block blockquote,
.umcg-website-theme .profile-block .profile-block-text,
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-block .profile-block-text {
  text-align: center;
  color: rgb(0, 49, 131);
  font-family: "Open Sans", sans-serif;
  font-size: 1.8rem;
  line-height: 1.5;
  font-weight: bold;
  margin-bottom: 20px;
}
.umcg-website-theme .profile-block .profile-card figcaption, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-block .profile-card figcaption {
  margin-bottom: 16px;
}
.umcg-website-theme .profile-block .profile-card img, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-block .profile-card img {
  margin-bottom: 8px;
}
.umcg-website-theme .profile-block .profile-card .name, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-block .profile-card .name,
.umcg-website-theme .profile-block .profile-card .function,
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-block .profile-card .function {
  font-weight: 400;
}
.umcg-website-theme .profile-block .button-quaternary, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-block .button-quaternary {
  background-color: #f2f8fd;
  border-color: #f2f8fd;
}
.umcg-website-theme .profile-block .button-quaternary:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-block .button-quaternary:hover, .umcg-website-theme .profile-block .button-quaternary:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-block .button-quaternary:focus {
  background-color: rgb(0, 49, 131);
  color: #fff;
  border-color: rgb(0, 49, 131);
}
.umcg-website-theme .profile-block .button-quaternary:hover svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-block .button-quaternary:hover svg, .umcg-website-theme .profile-block .button-quaternary:focus svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-block .button-quaternary:focus svg {
  fill: #fff;
}
.umcg-website-theme .profile-block--theme-2 .profile-block-inner, .umcg-website-theme .group-row--theme-2 .profile-block-inner, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-block--theme-2 .profile-block-inner, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .group-row--theme-2 .profile-block-inner {
  background-color: #fff;
  border: 1px solid #ccd6e6;
}
@media print {
  .umcg-website-theme .profile-block .profile-block-inner, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-block .profile-block-inner {
    background-color: #fff;
  }
}
.umcg-website-theme .profile-block blockquote, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-block blockquote {
  background: transparent;
}
.umcg-website-theme .profile-picture, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-picture {
  padding: 0 20px;
}
.umcg-website-theme .profile-picture .picture, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-picture .picture {
  position: relative;
}
.umcg-website-theme .profile-picture .picture > figure, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-picture .picture > figure {
  margin: 0 auto 3.6rem;
  max-width: 835px;
}
.umcg-website-theme .profile-picture .picture > figure img, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-picture .picture > figure img {
  height: 100%;
  max-height: 100%;
  max-width: none;
}
.umcg-website-theme .profile-picture .picture .aspect-ratio, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-picture .picture .aspect-ratio {
  border-radius: 5px;
}
.umcg-website-theme .profile-picture .picture .profile-background, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-picture .picture .profile-background {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #e6eaf3;
  border-radius: 5px;
  display: block;
  z-index: -1;
  margin: 3rem -2rem;
}
@media all and (max-width: 992px) {
  .umcg-website-theme .profile-picture, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-picture {
    padding: 0;
  }
  .umcg-website-theme .profile-picture .picture .profile-background, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .profile-picture .picture .profile-background {
    display: none;
  }
}
.umcg-website-theme .interactive-block, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .interactive-block {
  position: relative;
  background: radial-gradient(circle, #fff 0%, #cce9f3 100%);
  border-radius: 5px;
  padding: 1em 1.5em;
  min-height: 350px;
  margin: 0 auto 4.4rem;
  max-width: 765px;
}
.umcg-website-theme .interactive-block .copyright-link, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .interactive-block .copyright-link {
  display: block;
  text-align: right;
  margin-top: -2rem;
  margin-bottom: 1rem;
}
.umcg-website-theme .interactive-block > h2, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .interactive-block > h2 {
  text-transform: capitalize;
  color: rgb(0, 49, 131);
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 600;
  margin-bottom: 2rem;
}
.umcg-website-theme .interactive-block figure, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .interactive-block figure {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2.5rem;
  max-width: 320px;
}
.umcg-website-theme .interactive-block .slider, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .interactive-block .slider {
  margin-bottom: 0;
}
.umcg-website-theme .interactive-block--align-left, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .interactive-block--align-left {
  margin-left: 0;
}
@media all and (min-width: 768px) {
  .umcg-website-theme .interactive-block .interactive-slider .btn-nav.btn-prev, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .interactive-block .interactive-slider .btn-nav.btn-prev {
    left: -15px;
  }
  .umcg-website-theme .interactive-block .interactive-slider .btn-nav.btn-next, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .interactive-block .interactive-slider .btn-nav.btn-next {
    right: -15px;
  }
}
@media print {
  .umcg-website-theme .interactive-block .tns-outer, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .interactive-block .tns-outer {
    display: block;
  }
  .umcg-website-theme .interactive-block .tns-outer .tns-slider, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .interactive-block .tns-outer .tns-slider {
    display: block;
    -webkit-transform: none !important;
            transform: none !important;
  }
  .umcg-website-theme .interactive-block .tns-outer #tns1, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .interactive-block .tns-outer #tns1 {
    width: 100%;
  }
  .umcg-website-theme .interactive-block .tns-outer #tns1 > .tns-item, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .interactive-block .tns-outer #tns1 > .tns-item {
    width: 100%;
  }
  .umcg-website-theme .interactive-block .tns-outer .tns-horizontal.tns-subpixel, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .interactive-block .tns-outer .tns-horizontal.tns-subpixel {
    white-space: normal;
  }
  .umcg-website-theme .interactive-block .tns-outer .tns-nav, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .interactive-block .tns-outer .tns-nav {
    display: none;
  }
  .umcg-website-theme .interactive-block .tns-outer .tns-controls, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .interactive-block .tns-outer .tns-controls {
    display: none;
  }
}
@media all and (min-width: 1200px) {
  .umcg-website-theme .col-xl-6 .interactive-block .slider-item:last-child:first-child, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .col-xl-6 .interactive-block .slider-item:last-child:first-child {
    width: 550px;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 550px;
            flex: 0 1 550px;
  }
}
.umcg-website-theme .interactive-block h2, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .interactive-block h2 {
  text-transform: none;
}
.umcg-website-theme .interactive-block .image-item img, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .interactive-block .image-item img {
  max-height: 400px;
}
@media print {
  .umcg-website-theme .interactive-block .tns-outer #tns1 > .tns-item[aria-hidden=true], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .interactive-block .tns-outer #tns1 > .tns-item[aria-hidden=true] {
    display: none;
  }
  .umcg-website-theme .interactive-block .tns-outer #tns1 #tns1 > .tns-item, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .interactive-block .tns-outer #tns1 #tns1 > .tns-item {
    height: 100%;
  }
}
.umcg-website-theme ul.slider-slides:has(li:only-child), .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ ul.slider-slides:has(li:only-child) {
  display: block;
}
.umcg-website-theme .navigation-bar-theme, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .navigation-bar-theme {
  position: relative;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.umcg-website-theme .navigation-bar-theme.main-container, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .navigation-bar-theme.main-container {
  padding-top: 0;
  padding-bottom: 0;
}
.umcg-website-theme .navigation-bar-theme .navigation-bar-inner, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .navigation-bar-theme .navigation-bar-inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media all and (min-width: 768px) {
  .umcg-website-theme .navigation-bar-theme .navigation-bar-inner::before, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .navigation-bar-theme .navigation-bar-inner::before {
    top: 65px;
  }
}
@media all and (min-width: 992px) {
  .umcg-website-theme .navigation-bar-theme, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .navigation-bar-theme {
    position: static;
    left: auto;
    -webkit-transform: none;
            transform: none;
    width: auto;
    margin-left: 0;
    margin-right: 0;
    padding-right: 0;
    top: auto;
    bottom: auto;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    z-index: 44;
  }
  .page-header-margin .umcg-website-theme .navigation-bar-theme, .page-header-margin .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .navigation-bar-theme {
    margin-bottom: 0rem;
  }
  .umcg-website-theme .navigation-bar-theme > .container-fluid, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .navigation-bar-theme > .container-fluid {
    position: static;
  }
  .umcg-website-theme .navigation-bar-theme > .container-fluid > .row > div, .umcg-website-theme .navigation-bar-theme > .container-fluid > .umcg-search-results > div, .umcg-website-theme form.form .ddm-form-builder-app .navigation-bar-theme > .lfr-ddm-form-page.container-fluid > .umcg-search-results > div, .umcg-website-theme .navigation-bar-theme > .container-fluid > .portlet-search-bar > div, .umcg-website-theme form.form .ddm-form-builder-app .navigation-bar-theme > .lfr-ddm-form-page.container-fluid > .portlet-search-bar > div, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .navigation-bar-theme > .container-fluid > .row > div, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .navigation-bar-theme > .container-fluid > .umcg-search-results > div, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form.form .ddm-form-builder-app .navigation-bar-theme > .lfr-ddm-form-page.container-fluid > .umcg-search-results > div, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .navigation-bar-theme > .container-fluid > .portlet-search-bar > div, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form.form .ddm-form-builder-app .navigation-bar-theme > .lfr-ddm-form-page.container-fluid > .portlet-search-bar > div, .umcg-website-theme form.form .ddm-form-builder-app .navigation-bar-theme > .lfr-ddm-form-page.container-fluid > .row > div, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form.form .ddm-form-builder-app .navigation-bar-theme > .lfr-ddm-form-page.container-fluid > .row > div, .umcg-website-theme .portlet-content .portlet-body .navigation-bar-theme > .container-fluid > .portlet-forms > div, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .portlet-content .portlet-body .navigation-bar-theme > .container-fluid > .portlet-forms > div {
    position: static;
  }
  .umcg-website-theme .navigation-bar-theme .navigation-bar-inner, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .navigation-bar-theme .navigation-bar-inner {
    position: static;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    background-color: transparent;
    color: rgb(0, 49, 131);
    border-radius: 0;
    padding: 0;
  }
}
@media print {
  .umcg-website-theme .navigation-bar-theme, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .navigation-bar-theme {
    min-height: 5.1rem;
  }
}
@media all and (min-width: 992px) {
  .umcg-website-theme .navigation-bar-theme.z-index-unset, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .navigation-bar-theme.z-index-unset {
    z-index: unset;
  }
}
.umcg-website-theme .navigation-list, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .navigation-list {
  margin-bottom: 4.4rem;
}
.umcg-website-theme .navigation-list ul, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .navigation-list ul {
  margin-left: -10px;
  margin-right: -10px;
}
.umcg-website-theme .navigation-list li, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .navigation-list li {
  margin-bottom: 2rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
}
.umcg-website-theme .navigation-list a, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .navigation-list a {
  margin-left: 10px;
  margin-right: 10px;
}
@media all and (min-width: 768px) {
  .umcg-website-theme .navigation-list ul, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .navigation-list ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .umcg-website-theme .navigation-list li, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .navigation-list li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
}
@media all and (min-width: 1200px) {
  .umcg-website-theme .navigation-list li, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .navigation-list li {
    -ms-flex-preferred-size: 33.3333333333%;
        flex-basis: 33.3333333333%;
  }
  .umcg-website-theme .navigation-list--xl-2-columns li, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .navigation-list--xl-2-columns li {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
  @supports (display: grid) {
    .umcg-website-theme .navigation-list ul, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .navigation-list ul {
      display: grid;
      grid-row-gap: 20px;
    }
    .umcg-website-theme .navigation-list--xl-2-columns ul, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .navigation-list--xl-2-columns ul {
      grid-template-columns: repeat(2, 50%);
    }
    .umcg-website-theme .navigation-list--xl-3-columns ul, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .navigation-list--xl-3-columns ul {
      grid-template-columns: repeat(3, 33.3333333333%);
    }
    .umcg-website-theme .navigation-list li, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .navigation-list li {
      padding: 0;
      margin-bottom: 0;
      width: 100%;
    }
    .umcg-website-theme .navigation-list .span-xl, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .navigation-list .span-xl {
      grid-row-end: span 2;
    }
  }
}
.umcg-website-theme .navigation-list-item, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .navigation-list-item {
  padding: 2.5rem 3.2rem;
  display: block;
  background-color: #fff;
  border-radius: 5px;
  overflow: hidden;
  -webkit-box-shadow: 0 0 9px 0 rgba(10, 10, 10, 0.15);
          box-shadow: 0 0 9px 0 rgba(10, 10, 10, 0.15);
  text-decoration: none;
  color: #0a0a0a;
  border: 1px solid #fff;
  width: 100%;
}
.umcg-website-theme .navigation-list-item:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .navigation-list-item:hover {
  border-color: rgb(0, 49, 131);
}
.umcg-website-theme .navigation-list-item .navigation-list-item-header, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .navigation-list-item .navigation-list-item-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 1.6rem;
}
.umcg-website-theme .navigation-list-item figure, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .navigation-list-item figure {
  margin-bottom: 1.6rem;
}
.umcg-website-theme .navigation-list-item figure img, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .navigation-list-item figure img {
  border-radius: 0.3rem;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  width: 100%;
}
.umcg-website-theme .navigation-list-item svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .navigation-list-item svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  fill: rgb(255, 125, 0);
  margin-top: 5px;
  margin-left: 10px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.umcg-website-theme .navigation-list-item h3, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .navigation-list-item h3 {
  color: rgb(0, 49, 131);
  overflow-wrap: anywhere;
}
.umcg-website-theme .navigation-list-item > *:last-child, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .navigation-list-item > *:last-child {
  margin-bottom: 0;
}
.umcg-website-theme .navigation-list-item p, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .navigation-list-item p, .umcg-website-theme .navigation-list-item pp, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .navigation-list-item pp {
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  display: -webkit-box;
}
@media all and (min-width: 1200px) {
  .umcg-website-theme .navigation-list-item--inline, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .navigation-list-item--inline {
    width: calc(50% - (50px / 2.5));
  }
}
.umcg-website-theme .jobs-banner, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-banner {
  margin-bottom: 4.4rem;
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 5px;
  text-decoration: none;
  padding-top: 77.7777777778%;
}
@media all and (min-width: 992px) {
  .umcg-website-theme .jobs-banner, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-banner {
    margin-bottom: 4.4rem;
  }
}
.umcg-website-theme .jobs-banner .content, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-banner .content {
  padding: 3rem;
  position: absolute;
  top: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
  width: 100%;
  z-index: 1;
}
.umcg-website-theme .jobs-banner .button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-banner .button, .umcg-website-theme .jobs-banner .button.cta-button-lightblue, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-banner .umcg-website-theme .button.cta-button-lightblue, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-banner .button.cta-button-lightblue, .umcg-website-theme .jobs-banner .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button.cta-button-lightblue, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .jobs-banner .button.cta-button-lightblue, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-banner .button.cta-button-lightblue, .umcg-website-theme .jobs-banner .button.cta-button-darkblue, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-banner .umcg-website-theme .button.cta-button-darkblue, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-banner .button.cta-button-darkblue, .umcg-website-theme .jobs-banner .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button.cta-button-darkblue, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .jobs-banner .button.cta-button-darkblue, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-banner .button.cta-button-darkblue, .umcg-website-theme .jobs-banner .cta-button-lightblue.button.cta-button-darkblue, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-banner .umcg-website-theme .cta-button-lightblue.button.cta-button-darkblue, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-banner .cta-button-lightblue.button.cta-button-darkblue, .umcg-website-theme .jobs-banner .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-lightblue.button.cta-button-darkblue, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-banner .cta-button-lightblue.button.cta-button-darkblue, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-banner .cta-button-lightblue.button.cta-button-darkblue, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .jobs-banner .cta-button-lightblue.button.cta-button-darkblue, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-banner .umcg-website-theme .cta-button-lightblue.button.cta-button-darkblue, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .jobs-banner .cta-button-lightblue.button.cta-button-darkblue, .umcg-website-theme .jobs-banner .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-lightblue.button.cta-button-darkblue, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .jobs-banner .cta-button-lightblue.button.cta-button-darkblue, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-banner .cta-button-lightblue.button.cta-button-darkblue, .umcg-website-theme .jobs-banner .cta-button-darkblue.button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-banner .umcg-website-theme .cta-button-darkblue.button, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-banner .cta-button-darkblue.button, .umcg-website-theme .jobs-banner .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-darkblue.button, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-banner .cta-button-darkblue.button, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-banner .cta-button-darkblue.button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .jobs-banner .cta-button-darkblue.button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-banner .umcg-website-theme .cta-button-darkblue.button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .jobs-banner .cta-button-darkblue.button, .umcg-website-theme .jobs-banner .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-darkblue.button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .jobs-banner .cta-button-darkblue.button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-banner .cta-button-darkblue.button, .umcg-website-theme .jobs-banner .button.cta-button-white, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-banner .umcg-website-theme .button.cta-button-white, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-banner .button.cta-button-white, .umcg-website-theme .jobs-banner .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button.cta-button-white, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .jobs-banner .button.cta-button-white, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-banner .button.cta-button-white, .umcg-website-theme .jobs-banner .cta-button-lightblue.button.cta-button-white, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-banner .umcg-website-theme .cta-button-lightblue.button.cta-button-white, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-banner .cta-button-lightblue.button.cta-button-white, .umcg-website-theme .jobs-banner .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-lightblue.button.cta-button-white, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-banner .cta-button-lightblue.button.cta-button-white, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-banner .cta-button-lightblue.button.cta-button-white, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .jobs-banner .cta-button-lightblue.button.cta-button-white, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-banner .umcg-website-theme .cta-button-lightblue.button.cta-button-white, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .jobs-banner .cta-button-lightblue.button.cta-button-white, .umcg-website-theme .jobs-banner .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-lightblue.button.cta-button-white, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .jobs-banner .cta-button-lightblue.button.cta-button-white, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-banner .cta-button-lightblue.button.cta-button-white, .umcg-website-theme .jobs-banner .cta-button-darkblue.button.cta-button-white, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-banner .umcg-website-theme .cta-button-darkblue.button.cta-button-white, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-banner .cta-button-darkblue.button.cta-button-white, .umcg-website-theme .jobs-banner .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-darkblue.button.cta-button-white, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-banner .cta-button-darkblue.button.cta-button-white, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-banner .cta-button-darkblue.button.cta-button-white, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .jobs-banner .cta-button-darkblue.button.cta-button-white, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-banner .umcg-website-theme .cta-button-darkblue.button.cta-button-white, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .jobs-banner .cta-button-darkblue.button.cta-button-white, .umcg-website-theme .jobs-banner .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-darkblue.button.cta-button-white, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .jobs-banner .cta-button-darkblue.button.cta-button-white, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-banner .cta-button-darkblue.button.cta-button-white, .umcg-website-theme .jobs-banner .cta-button-white.button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-banner .umcg-website-theme .cta-button-white.button, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-banner .cta-button-white.button, .umcg-website-theme .jobs-banner .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-white.button, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-banner .cta-button-white.button, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-banner .cta-button-white.button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .jobs-banner .cta-button-white.button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-banner .umcg-website-theme .cta-button-white.button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .jobs-banner .cta-button-white.button, .umcg-website-theme .jobs-banner .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-white.button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .jobs-banner .cta-button-white.button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-banner .cta-button-white.button, .umcg-website-theme .jobs-banner form input[type=submit], .umcg-website-theme form .jobs-banner input[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-banner .umcg-website-theme form input[type=submit], .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-banner input[type=submit], .umcg-website-theme .jobs-banner .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .jobs-banner input[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-banner form input[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .jobs-banner input[type=submit], .umcg-website-theme .jobs-banner form input.cta-button-lightblue[type=submit], .umcg-website-theme form .jobs-banner input.cta-button-lightblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-banner .umcg-website-theme form input.cta-button-lightblue[type=submit], .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-banner input.cta-button-lightblue[type=submit], .umcg-website-theme .jobs-banner .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue[type=submit], .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .jobs-banner input.cta-button-lightblue[type=submit], .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-banner form input.cta-button-lightblue[type=submit], .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .jobs-banner input.cta-button-lightblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .jobs-banner input.cta-button-lightblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-banner form .umcg-website-theme input.cta-button-lightblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .jobs-banner input.cta-button-lightblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .jobs-banner form input.cta-button-lightblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .jobs-banner input.cta-button-lightblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-banner .umcg-website-theme form input.cta-button-lightblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .jobs-banner input.cta-button-lightblue[type=submit], .umcg-website-theme .jobs-banner form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue[type=submit], .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-banner input.cta-button-lightblue[type=submit], .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-banner input.cta-button-lightblue[type=submit], .umcg-website-theme .jobs-banner .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .jobs-banner input.cta-button-lightblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-banner form input.cta-button-lightblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .jobs-banner input.cta-button-lightblue[type=submit], .umcg-website-theme .jobs-banner form input.cta-button-darkblue[type=submit], .umcg-website-theme form .jobs-banner input.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-banner .umcg-website-theme form input.cta-button-darkblue[type=submit], .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-banner input.cta-button-darkblue[type=submit], .umcg-website-theme .jobs-banner .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue[type=submit], .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .jobs-banner input.cta-button-darkblue[type=submit], .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-banner form input.cta-button-darkblue[type=submit], .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .jobs-banner input.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .jobs-banner input.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-banner form .umcg-website-theme input.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .jobs-banner input.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .jobs-banner form input.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .jobs-banner input.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-banner .umcg-website-theme form input.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .jobs-banner input.cta-button-darkblue[type=submit], .umcg-website-theme .jobs-banner form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-darkblue[type=submit], .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-banner input.cta-button-darkblue[type=submit], .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-banner input.cta-button-darkblue[type=submit], .umcg-website-theme .jobs-banner .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .jobs-banner input.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-banner form input.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .jobs-banner input.cta-button-darkblue[type=submit], .umcg-website-theme .jobs-banner form input.cta-button-lightblue.cta-button-darkblue[type=submit], .umcg-website-theme form .jobs-banner input.cta-button-lightblue.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-banner .umcg-website-theme form input.cta-button-lightblue.cta-button-darkblue[type=submit], .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-banner input.cta-button-lightblue.cta-button-darkblue[type=submit], .umcg-website-theme .jobs-banner .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.cta-button-darkblue[type=submit], .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .jobs-banner input.cta-button-lightblue.cta-button-darkblue[type=submit], .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-banner form input.cta-button-lightblue.cta-button-darkblue[type=submit], .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .jobs-banner input.cta-button-lightblue.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .jobs-banner input.cta-button-lightblue.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-banner form .umcg-website-theme input.cta-button-lightblue.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .jobs-banner input.cta-button-lightblue.cta-button-darkblue[type=submit], .umcg-website-theme .jobs-banner form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue.cta-button-darkblue[type=submit], .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-banner input.cta-button-lightblue.cta-button-darkblue[type=submit], .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-banner input.cta-button-lightblue.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .jobs-banner form input.cta-button-lightblue.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .jobs-banner input.cta-button-lightblue.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-banner .umcg-website-theme form input.cta-button-lightblue.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .jobs-banner input.cta-button-lightblue.cta-button-darkblue[type=submit], .umcg-website-theme .jobs-banner .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .jobs-banner input.cta-button-lightblue.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-banner form input.cta-button-lightblue.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .jobs-banner input.cta-button-lightblue.cta-button-darkblue[type=submit], .umcg-website-theme .jobs-banner form input.cta-button-white[type=submit], .umcg-website-theme form .jobs-banner input.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-banner .umcg-website-theme form input.cta-button-white[type=submit], .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-banner input.cta-button-white[type=submit], .umcg-website-theme .jobs-banner .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-white[type=submit], .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .jobs-banner input.cta-button-white[type=submit], .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-banner form input.cta-button-white[type=submit], .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .jobs-banner input.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .jobs-banner input.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-banner form .umcg-website-theme input.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .jobs-banner input.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .jobs-banner form input.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .jobs-banner input.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-banner .umcg-website-theme form input.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .jobs-banner input.cta-button-white[type=submit], .umcg-website-theme .jobs-banner form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-white[type=submit], .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-banner input.cta-button-white[type=submit], .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-banner input.cta-button-white[type=submit], .umcg-website-theme .jobs-banner .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .jobs-banner input.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-banner form input.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .jobs-banner input.cta-button-white[type=submit], .umcg-website-theme .jobs-banner form input.cta-button-lightblue.cta-button-white[type=submit], .umcg-website-theme form .jobs-banner input.cta-button-lightblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-banner .umcg-website-theme form input.cta-button-lightblue.cta-button-white[type=submit], .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-banner input.cta-button-lightblue.cta-button-white[type=submit], .umcg-website-theme .jobs-banner .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.cta-button-white[type=submit], .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .jobs-banner input.cta-button-lightblue.cta-button-white[type=submit], .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-banner form input.cta-button-lightblue.cta-button-white[type=submit], .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .jobs-banner input.cta-button-lightblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .jobs-banner input.cta-button-lightblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-banner form .umcg-website-theme input.cta-button-lightblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .jobs-banner input.cta-button-lightblue.cta-button-white[type=submit], .umcg-website-theme .jobs-banner form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue.cta-button-white[type=submit], .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-banner input.cta-button-lightblue.cta-button-white[type=submit], .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-banner input.cta-button-lightblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .jobs-banner form input.cta-button-lightblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .jobs-banner input.cta-button-lightblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-banner .umcg-website-theme form input.cta-button-lightblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .jobs-banner input.cta-button-lightblue.cta-button-white[type=submit], .umcg-website-theme .jobs-banner .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .jobs-banner input.cta-button-lightblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-banner form input.cta-button-lightblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .jobs-banner input.cta-button-lightblue.cta-button-white[type=submit], .umcg-website-theme .jobs-banner form input.cta-button-darkblue.cta-button-white[type=submit], .umcg-website-theme form .jobs-banner input.cta-button-darkblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-banner .umcg-website-theme form input.cta-button-darkblue.cta-button-white[type=submit], .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-banner input.cta-button-darkblue.cta-button-white[type=submit], .umcg-website-theme .jobs-banner .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue.cta-button-white[type=submit], .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .jobs-banner input.cta-button-darkblue.cta-button-white[type=submit], .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-banner form input.cta-button-darkblue.cta-button-white[type=submit], .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .jobs-banner input.cta-button-darkblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .jobs-banner input.cta-button-darkblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-banner form .umcg-website-theme input.cta-button-darkblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .jobs-banner input.cta-button-darkblue.cta-button-white[type=submit], .umcg-website-theme .jobs-banner form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-darkblue.cta-button-white[type=submit], .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-banner input.cta-button-darkblue.cta-button-white[type=submit], .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-banner input.cta-button-darkblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .jobs-banner form input.cta-button-darkblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .jobs-banner input.cta-button-darkblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-banner .umcg-website-theme form input.cta-button-darkblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .jobs-banner input.cta-button-darkblue.cta-button-white[type=submit], .umcg-website-theme .jobs-banner .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .jobs-banner input.cta-button-darkblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-banner form input.cta-button-darkblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .jobs-banner input.cta-button-darkblue.cta-button-white[type=submit] {
  position: relative;
  margin-bottom: 0;
  border-color: #fff;
}
.umcg-website-theme .jobs-banner .button:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-banner .button:hover, .umcg-website-theme .jobs-banner form input[type=submit]:hover, .umcg-website-theme form .jobs-banner input[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-banner form input[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .jobs-banner input[type=submit]:hover {
  border-color: rgb(0, 49, 131);
}
.umcg-website-theme .jobs-banner h2, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-banner h2,
.umcg-website-theme .jobs-banner h3,
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-banner h3 {
  font-size: 2.2rem;
  line-height: 1.5;
  color: rgb(0, 49, 131);
  margin: 0 0 1.2rem;
  color: #fff;
  text-align: center;
}
.umcg-website-theme .jobs-banner::after, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-banner::after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgb(0, 49, 131)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgb(0, 49, 131) 100%);
}
.umcg-website-theme .jobs-banner img, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-banner img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0;
}
.umcg-website-theme .jobs-banner:hover .button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-banner:hover .button, .umcg-website-theme .jobs-banner:hover .button.cta-button-lightblue, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-banner:hover .umcg-website-theme .button.cta-button-lightblue, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-banner:hover .button.cta-button-lightblue, .umcg-website-theme .jobs-banner:hover .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button.cta-button-lightblue, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .jobs-banner:hover .button.cta-button-lightblue, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-banner:hover .button.cta-button-lightblue, .umcg-website-theme .jobs-banner:hover .button.cta-button-darkblue, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-banner:hover .umcg-website-theme .button.cta-button-darkblue, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-banner:hover .button.cta-button-darkblue, .umcg-website-theme .jobs-banner:hover .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button.cta-button-darkblue, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .jobs-banner:hover .button.cta-button-darkblue, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-banner:hover .button.cta-button-darkblue, .umcg-website-theme .jobs-banner:hover .cta-button-lightblue.button.cta-button-darkblue, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-banner:hover .umcg-website-theme .cta-button-lightblue.button.cta-button-darkblue, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-banner:hover .cta-button-lightblue.button.cta-button-darkblue, .umcg-website-theme .jobs-banner:hover .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-lightblue.button.cta-button-darkblue, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-banner:hover .cta-button-lightblue.button.cta-button-darkblue, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-banner:hover .cta-button-lightblue.button.cta-button-darkblue, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .jobs-banner:hover .cta-button-lightblue.button.cta-button-darkblue, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-banner:hover .umcg-website-theme .cta-button-lightblue.button.cta-button-darkblue, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .jobs-banner:hover .cta-button-lightblue.button.cta-button-darkblue, .umcg-website-theme .jobs-banner:hover .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-lightblue.button.cta-button-darkblue, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .jobs-banner:hover .cta-button-lightblue.button.cta-button-darkblue, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-banner:hover .cta-button-lightblue.button.cta-button-darkblue, .umcg-website-theme .jobs-banner:hover .cta-button-darkblue.button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-banner:hover .umcg-website-theme .cta-button-darkblue.button, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-banner:hover .cta-button-darkblue.button, .umcg-website-theme .jobs-banner:hover .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-darkblue.button, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-banner:hover .cta-button-darkblue.button, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-banner:hover .cta-button-darkblue.button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .jobs-banner:hover .cta-button-darkblue.button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-banner:hover .umcg-website-theme .cta-button-darkblue.button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .jobs-banner:hover .cta-button-darkblue.button, .umcg-website-theme .jobs-banner:hover .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-darkblue.button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .jobs-banner:hover .cta-button-darkblue.button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-banner:hover .cta-button-darkblue.button, .umcg-website-theme .jobs-banner:hover .button.cta-button-white, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-banner:hover .umcg-website-theme .button.cta-button-white, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-banner:hover .button.cta-button-white, .umcg-website-theme .jobs-banner:hover .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button.cta-button-white, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .jobs-banner:hover .button.cta-button-white, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-banner:hover .button.cta-button-white, .umcg-website-theme .jobs-banner:hover .cta-button-lightblue.button.cta-button-white, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-banner:hover .umcg-website-theme .cta-button-lightblue.button.cta-button-white, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-banner:hover .cta-button-lightblue.button.cta-button-white, .umcg-website-theme .jobs-banner:hover .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-lightblue.button.cta-button-white, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-banner:hover .cta-button-lightblue.button.cta-button-white, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-banner:hover .cta-button-lightblue.button.cta-button-white, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .jobs-banner:hover .cta-button-lightblue.button.cta-button-white, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-banner:hover .umcg-website-theme .cta-button-lightblue.button.cta-button-white, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .jobs-banner:hover .cta-button-lightblue.button.cta-button-white, .umcg-website-theme .jobs-banner:hover .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-lightblue.button.cta-button-white, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .jobs-banner:hover .cta-button-lightblue.button.cta-button-white, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-banner:hover .cta-button-lightblue.button.cta-button-white, .umcg-website-theme .jobs-banner:hover .cta-button-darkblue.button.cta-button-white, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-banner:hover .umcg-website-theme .cta-button-darkblue.button.cta-button-white, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-banner:hover .cta-button-darkblue.button.cta-button-white, .umcg-website-theme .jobs-banner:hover .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-darkblue.button.cta-button-white, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-banner:hover .cta-button-darkblue.button.cta-button-white, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-banner:hover .cta-button-darkblue.button.cta-button-white, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .jobs-banner:hover .cta-button-darkblue.button.cta-button-white, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-banner:hover .umcg-website-theme .cta-button-darkblue.button.cta-button-white, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .jobs-banner:hover .cta-button-darkblue.button.cta-button-white, .umcg-website-theme .jobs-banner:hover .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-darkblue.button.cta-button-white, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .jobs-banner:hover .cta-button-darkblue.button.cta-button-white, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-banner:hover .cta-button-darkblue.button.cta-button-white, .umcg-website-theme .jobs-banner:hover .cta-button-white.button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-banner:hover .umcg-website-theme .cta-button-white.button, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-banner:hover .cta-button-white.button, .umcg-website-theme .jobs-banner:hover .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-white.button, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-banner:hover .cta-button-white.button, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-banner:hover .cta-button-white.button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .jobs-banner:hover .cta-button-white.button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-banner:hover .umcg-website-theme .cta-button-white.button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .jobs-banner:hover .cta-button-white.button, .umcg-website-theme .jobs-banner:hover .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-white.button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .jobs-banner:hover .cta-button-white.button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-banner:hover .cta-button-white.button, .umcg-website-theme .jobs-banner:hover form input[type=submit], .umcg-website-theme form .jobs-banner:hover input[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-banner:hover .umcg-website-theme form input[type=submit], .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-banner:hover input[type=submit], .umcg-website-theme .jobs-banner:hover .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .jobs-banner:hover input[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-banner:hover form input[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .jobs-banner:hover input[type=submit], .umcg-website-theme .jobs-banner:hover form input.cta-button-lightblue[type=submit], .umcg-website-theme form .jobs-banner:hover input.cta-button-lightblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-banner:hover .umcg-website-theme form input.cta-button-lightblue[type=submit], .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-banner:hover input.cta-button-lightblue[type=submit], .umcg-website-theme .jobs-banner:hover .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue[type=submit], .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .jobs-banner:hover input.cta-button-lightblue[type=submit], .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-banner:hover form input.cta-button-lightblue[type=submit], .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .jobs-banner:hover input.cta-button-lightblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .jobs-banner:hover input.cta-button-lightblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-banner:hover form .umcg-website-theme input.cta-button-lightblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .jobs-banner:hover input.cta-button-lightblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .jobs-banner:hover form input.cta-button-lightblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .jobs-banner:hover input.cta-button-lightblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-banner:hover .umcg-website-theme form input.cta-button-lightblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .jobs-banner:hover input.cta-button-lightblue[type=submit], .umcg-website-theme .jobs-banner:hover form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue[type=submit], .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-banner:hover input.cta-button-lightblue[type=submit], .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-banner:hover input.cta-button-lightblue[type=submit], .umcg-website-theme .jobs-banner:hover .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .jobs-banner:hover input.cta-button-lightblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-banner:hover form input.cta-button-lightblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .jobs-banner:hover input.cta-button-lightblue[type=submit], .umcg-website-theme .jobs-banner:hover form input.cta-button-darkblue[type=submit], .umcg-website-theme form .jobs-banner:hover input.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-banner:hover .umcg-website-theme form input.cta-button-darkblue[type=submit], .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-banner:hover input.cta-button-darkblue[type=submit], .umcg-website-theme .jobs-banner:hover .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue[type=submit], .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .jobs-banner:hover input.cta-button-darkblue[type=submit], .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-banner:hover form input.cta-button-darkblue[type=submit], .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .jobs-banner:hover input.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .jobs-banner:hover input.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-banner:hover form .umcg-website-theme input.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .jobs-banner:hover input.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .jobs-banner:hover form input.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .jobs-banner:hover input.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-banner:hover .umcg-website-theme form input.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .jobs-banner:hover input.cta-button-darkblue[type=submit], .umcg-website-theme .jobs-banner:hover form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-darkblue[type=submit], .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-banner:hover input.cta-button-darkblue[type=submit], .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-banner:hover input.cta-button-darkblue[type=submit], .umcg-website-theme .jobs-banner:hover .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .jobs-banner:hover input.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-banner:hover form input.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .jobs-banner:hover input.cta-button-darkblue[type=submit], .umcg-website-theme .jobs-banner:hover form input.cta-button-lightblue.cta-button-darkblue[type=submit], .umcg-website-theme form .jobs-banner:hover input.cta-button-lightblue.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-banner:hover .umcg-website-theme form input.cta-button-lightblue.cta-button-darkblue[type=submit], .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-banner:hover input.cta-button-lightblue.cta-button-darkblue[type=submit], .umcg-website-theme .jobs-banner:hover .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.cta-button-darkblue[type=submit], .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .jobs-banner:hover input.cta-button-lightblue.cta-button-darkblue[type=submit], .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-banner:hover form input.cta-button-lightblue.cta-button-darkblue[type=submit], .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .jobs-banner:hover input.cta-button-lightblue.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .jobs-banner:hover input.cta-button-lightblue.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-banner:hover form .umcg-website-theme input.cta-button-lightblue.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .jobs-banner:hover input.cta-button-lightblue.cta-button-darkblue[type=submit], .umcg-website-theme .jobs-banner:hover form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue.cta-button-darkblue[type=submit], .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-banner:hover input.cta-button-lightblue.cta-button-darkblue[type=submit], .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-banner:hover input.cta-button-lightblue.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .jobs-banner:hover form input.cta-button-lightblue.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .jobs-banner:hover input.cta-button-lightblue.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-banner:hover .umcg-website-theme form input.cta-button-lightblue.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .jobs-banner:hover input.cta-button-lightblue.cta-button-darkblue[type=submit], .umcg-website-theme .jobs-banner:hover .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .jobs-banner:hover input.cta-button-lightblue.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-banner:hover form input.cta-button-lightblue.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .jobs-banner:hover input.cta-button-lightblue.cta-button-darkblue[type=submit], .umcg-website-theme .jobs-banner:hover form input.cta-button-white[type=submit], .umcg-website-theme form .jobs-banner:hover input.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-banner:hover .umcg-website-theme form input.cta-button-white[type=submit], .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-banner:hover input.cta-button-white[type=submit], .umcg-website-theme .jobs-banner:hover .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-white[type=submit], .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .jobs-banner:hover input.cta-button-white[type=submit], .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-banner:hover form input.cta-button-white[type=submit], .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .jobs-banner:hover input.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .jobs-banner:hover input.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-banner:hover form .umcg-website-theme input.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .jobs-banner:hover input.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .jobs-banner:hover form input.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .jobs-banner:hover input.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-banner:hover .umcg-website-theme form input.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .jobs-banner:hover input.cta-button-white[type=submit], .umcg-website-theme .jobs-banner:hover form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-white[type=submit], .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-banner:hover input.cta-button-white[type=submit], .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-banner:hover input.cta-button-white[type=submit], .umcg-website-theme .jobs-banner:hover .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .jobs-banner:hover input.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-banner:hover form input.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .jobs-banner:hover input.cta-button-white[type=submit], .umcg-website-theme .jobs-banner:hover form input.cta-button-lightblue.cta-button-white[type=submit], .umcg-website-theme form .jobs-banner:hover input.cta-button-lightblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-banner:hover .umcg-website-theme form input.cta-button-lightblue.cta-button-white[type=submit], .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-banner:hover input.cta-button-lightblue.cta-button-white[type=submit], .umcg-website-theme .jobs-banner:hover .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.cta-button-white[type=submit], .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .jobs-banner:hover input.cta-button-lightblue.cta-button-white[type=submit], .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-banner:hover form input.cta-button-lightblue.cta-button-white[type=submit], .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .jobs-banner:hover input.cta-button-lightblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .jobs-banner:hover input.cta-button-lightblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-banner:hover form .umcg-website-theme input.cta-button-lightblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .jobs-banner:hover input.cta-button-lightblue.cta-button-white[type=submit], .umcg-website-theme .jobs-banner:hover form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue.cta-button-white[type=submit], .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-banner:hover input.cta-button-lightblue.cta-button-white[type=submit], .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-banner:hover input.cta-button-lightblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .jobs-banner:hover form input.cta-button-lightblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .jobs-banner:hover input.cta-button-lightblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-banner:hover .umcg-website-theme form input.cta-button-lightblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .jobs-banner:hover input.cta-button-lightblue.cta-button-white[type=submit], .umcg-website-theme .jobs-banner:hover .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .jobs-banner:hover input.cta-button-lightblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-banner:hover form input.cta-button-lightblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .jobs-banner:hover input.cta-button-lightblue.cta-button-white[type=submit], .umcg-website-theme .jobs-banner:hover form input.cta-button-darkblue.cta-button-white[type=submit], .umcg-website-theme form .jobs-banner:hover input.cta-button-darkblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-banner:hover .umcg-website-theme form input.cta-button-darkblue.cta-button-white[type=submit], .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-banner:hover input.cta-button-darkblue.cta-button-white[type=submit], .umcg-website-theme .jobs-banner:hover .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue.cta-button-white[type=submit], .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .jobs-banner:hover input.cta-button-darkblue.cta-button-white[type=submit], .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-banner:hover form input.cta-button-darkblue.cta-button-white[type=submit], .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .jobs-banner:hover input.cta-button-darkblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .jobs-banner:hover input.cta-button-darkblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-banner:hover form .umcg-website-theme input.cta-button-darkblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .jobs-banner:hover input.cta-button-darkblue.cta-button-white[type=submit], .umcg-website-theme .jobs-banner:hover form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-darkblue.cta-button-white[type=submit], .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-banner:hover input.cta-button-darkblue.cta-button-white[type=submit], .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-banner:hover input.cta-button-darkblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .jobs-banner:hover form input.cta-button-darkblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .jobs-banner:hover input.cta-button-darkblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-banner:hover .umcg-website-theme form input.cta-button-darkblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .jobs-banner:hover input.cta-button-darkblue.cta-button-white[type=submit], .umcg-website-theme .jobs-banner:hover .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .jobs-banner:hover input.cta-button-darkblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-banner:hover form input.cta-button-darkblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .jobs-banner:hover input.cta-button-darkblue.cta-button-white[type=submit] {
  border-color: rgb(0, 49, 131);
  background-color: rgb(0, 49, 131);
  color: #fff;
}
.umcg-website-theme .jobs-banner--inside-list, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-banner--inside-list {
  height: 100%;
}
@media all and (min-width: 576px) {
  .umcg-website-theme .jobs-banner, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-banner {
    padding-top: 60%;
  }
}
.umcg-website-theme .fragments-editor .jobs-banner, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .fragments-editor .jobs-banner {
  pointer-events: none;
}
.umcg-website-theme .fragments-editor .jobs-banner lfr-editable, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .fragments-editor .jobs-banner lfr-editable {
  z-index: 10;
  pointer-events: all;
}
.umcg-website-theme .fragments-editor .jobs-banner .fragments-editor__editable[type=image], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .fragments-editor .jobs-banner .fragments-editor__editable[type=image] {
  display: block;
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 0;
}
.umcg-website-theme .carousel-block .tns-controls::after, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .carousel-block .tns-controls::after, .umcg-website-theme .carousel-block .tns-controls::before, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .carousel-block .tns-controls::before {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.umcg-website-theme .carousel-block .tns-controls button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .carousel-block .tns-controls button {
  left: 2.4rem;
}
.umcg-website-theme .carousel-block .tns-controls button:last-child, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .carousel-block .tns-controls button:last-child {
  right: 2.4rem;
}
.umcg-website-theme .carousel-block .carousel-card img, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .carousel-block .carousel-card img,
.umcg-website-theme .carousel-block .tns-outer .tns-nav,
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .carousel-block .tns-outer .tns-nav,
.umcg-website-theme .carousel-block .tns-outer .tns-controls,
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .carousel-block .tns-outer .tns-controls {
  aspect-ratio: 3/1.5;
}
@media all and (min-width: 1200px) {
  .umcg-website-theme .carousel-block .carousel-card img, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .carousel-block .carousel-card img,
  .umcg-website-theme .carousel-block .tns-outer .tns-nav,
  .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .carousel-block .tns-outer .tns-nav,
  .umcg-website-theme .carousel-block .tns-outer .tns-controls,
  .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .carousel-block .tns-outer .tns-controls {
    height: 38.5rem;
  }
}
@media all and (min-width: 320px) and (max-width: 1200px) {
  .umcg-website-theme .carousel-block .carousel-card img, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .carousel-block .carousel-card img,
  .umcg-website-theme .carousel-block .tns-outer .tns-nav,
  .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .carousel-block .tns-outer .tns-nav,
  .umcg-website-theme .carousel-block .tns-outer .tns-controls,
  .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .carousel-block .tns-outer .tns-controls {
    height: clamp(13.5rem, 13.5rem + 25rem * (100vw - 320px) / 672px, 38.5rem);
  }
}
@media (max-width: 320px) {
  .umcg-website-theme .carousel-block .carousel-card img, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .carousel-block .carousel-card img,
  .umcg-website-theme .carousel-block .tns-outer .tns-nav,
  .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .carousel-block .tns-outer .tns-nav,
  .umcg-website-theme .carousel-block .tns-outer .tns-controls,
  .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .carousel-block .tns-outer .tns-controls {
    height: 13.5rem;
  }
}
.umcg-website-theme .carousel-block.animation .carousel-card img, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .carousel-block.animation .carousel-card img,
.umcg-website-theme .carousel-block.animation .tns-outer .tns-nav,
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .carousel-block.animation .tns-outer .tns-nav,
.umcg-website-theme .carousel-block.animation .tns-outer .tns-controls,
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .carousel-block.animation .tns-outer .tns-controls {
  height: auto;
}
.umcg-website-theme .carousel-block .tns-outer .tns-nav, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .carousel-block .tns-outer .tns-nav {
  position: absolute;
  z-index: 100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  pointer-events: none;
  width: 100%;
}
@media all and (min-width: 768px) {
  .umcg-website-theme .carousel-block .tns-outer .tns-nav, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .carousel-block .tns-outer .tns-nav {
    aspect-ratio: 3/1.5;
  }
}
.umcg-website-theme .carousel-block .tns-outer .tns-controls, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .carousel-block .tns-outer .tns-controls {
  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;
  width: 100%;
}
.umcg-website-theme .carousel-block .tns-outer .tns-controls button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .carousel-block .tns-outer .tns-controls button {
  pointer-events: initial;
  margin-top: 0;
}
@media all and (min-width: 768px) {
  .umcg-website-theme .carousel-block .tns-outer .tns-controls::before, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .carousel-block .tns-outer .tns-controls::before, .umcg-website-theme .carousel-block .tns-outer .tns-controls::after, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .carousel-block .tns-outer .tns-controls::after {
    display: none;
  }
  .umcg-website-theme .carousel-block .tns-outer .tns-controls button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .carousel-block .tns-outer .tns-controls button {
    left: 2.4rem;
  }
  .umcg-website-theme .carousel-block .tns-outer .tns-controls button:last-child, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .carousel-block .tns-outer .tns-controls button:last-child {
    right: 2.4rem;
  }
  .umcg-website-theme .carousel-block .carousel-card img, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .carousel-block .carousel-card img {
    aspect-ratio: 3/1.5;
  }
  .umcg-website-theme .carousel-block .tns-outer .tns-controls, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .carousel-block .tns-outer .tns-controls {
    aspect-ratio: 3/1.5;
  }
  .umcg-website-theme .carousel-block .tns-outer .tns-controls .button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .carousel-block .tns-outer .tns-controls .button, .umcg-website-theme .carousel-block .tns-outer .tns-controls .button.cta-button-lightblue, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .carousel-block .tns-outer .tns-controls .umcg-website-theme .button.cta-button-lightblue, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .carousel-block .tns-outer .tns-controls .button.cta-button-lightblue, .umcg-website-theme .carousel-block .tns-outer .tns-controls .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button.cta-button-lightblue, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .carousel-block .tns-outer .tns-controls .button.cta-button-lightblue, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .carousel-block .tns-outer .tns-controls .button.cta-button-lightblue, .umcg-website-theme .carousel-block .tns-outer .tns-controls .button.cta-button-darkblue, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .carousel-block .tns-outer .tns-controls .umcg-website-theme .button.cta-button-darkblue, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .carousel-block .tns-outer .tns-controls .button.cta-button-darkblue, .umcg-website-theme .carousel-block .tns-outer .tns-controls .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button.cta-button-darkblue, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .carousel-block .tns-outer .tns-controls .button.cta-button-darkblue, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .carousel-block .tns-outer .tns-controls .button.cta-button-darkblue, .umcg-website-theme .carousel-block .tns-outer .tns-controls .cta-button-lightblue.button.cta-button-darkblue, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .carousel-block .tns-outer .tns-controls .umcg-website-theme .cta-button-lightblue.button.cta-button-darkblue, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .carousel-block .tns-outer .tns-controls .cta-button-lightblue.button.cta-button-darkblue, .umcg-website-theme .carousel-block .tns-outer .tns-controls .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-lightblue.button.cta-button-darkblue, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .carousel-block .tns-outer .tns-controls .cta-button-lightblue.button.cta-button-darkblue, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .carousel-block .tns-outer .tns-controls .cta-button-lightblue.button.cta-button-darkblue, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .carousel-block .tns-outer .tns-controls .cta-button-lightblue.button.cta-button-darkblue, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .carousel-block .tns-outer .tns-controls .umcg-website-theme .cta-button-lightblue.button.cta-button-darkblue, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .carousel-block .tns-outer .tns-controls .cta-button-lightblue.button.cta-button-darkblue, .umcg-website-theme .carousel-block .tns-outer .tns-controls .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-lightblue.button.cta-button-darkblue, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .carousel-block .tns-outer .tns-controls .cta-button-lightblue.button.cta-button-darkblue, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .carousel-block .tns-outer .tns-controls .cta-button-lightblue.button.cta-button-darkblue, .umcg-website-theme .carousel-block .tns-outer .tns-controls .cta-button-darkblue.button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .carousel-block .tns-outer .tns-controls .umcg-website-theme .cta-button-darkblue.button, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .carousel-block .tns-outer .tns-controls .cta-button-darkblue.button, .umcg-website-theme .carousel-block .tns-outer .tns-controls .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-darkblue.button, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .carousel-block .tns-outer .tns-controls .cta-button-darkblue.button, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .carousel-block .tns-outer .tns-controls .cta-button-darkblue.button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .carousel-block .tns-outer .tns-controls .cta-button-darkblue.button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .carousel-block .tns-outer .tns-controls .umcg-website-theme .cta-button-darkblue.button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .carousel-block .tns-outer .tns-controls .cta-button-darkblue.button, .umcg-website-theme .carousel-block .tns-outer .tns-controls .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-darkblue.button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .carousel-block .tns-outer .tns-controls .cta-button-darkblue.button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .carousel-block .tns-outer .tns-controls .cta-button-darkblue.button, .umcg-website-theme .carousel-block .tns-outer .tns-controls .button.cta-button-white, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .carousel-block .tns-outer .tns-controls .umcg-website-theme .button.cta-button-white, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .carousel-block .tns-outer .tns-controls .button.cta-button-white, .umcg-website-theme .carousel-block .tns-outer .tns-controls .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button.cta-button-white, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .carousel-block .tns-outer .tns-controls .button.cta-button-white, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .carousel-block .tns-outer .tns-controls .button.cta-button-white, .umcg-website-theme .carousel-block .tns-outer .tns-controls .cta-button-lightblue.button.cta-button-white, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .carousel-block .tns-outer .tns-controls .umcg-website-theme .cta-button-lightblue.button.cta-button-white, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .carousel-block .tns-outer .tns-controls .cta-button-lightblue.button.cta-button-white, .umcg-website-theme .carousel-block .tns-outer .tns-controls .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-lightblue.button.cta-button-white, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .carousel-block .tns-outer .tns-controls .cta-button-lightblue.button.cta-button-white, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .carousel-block .tns-outer .tns-controls .cta-button-lightblue.button.cta-button-white, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .carousel-block .tns-outer .tns-controls .cta-button-lightblue.button.cta-button-white, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .carousel-block .tns-outer .tns-controls .umcg-website-theme .cta-button-lightblue.button.cta-button-white, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .carousel-block .tns-outer .tns-controls .cta-button-lightblue.button.cta-button-white, .umcg-website-theme .carousel-block .tns-outer .tns-controls .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-lightblue.button.cta-button-white, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .carousel-block .tns-outer .tns-controls .cta-button-lightblue.button.cta-button-white, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .carousel-block .tns-outer .tns-controls .cta-button-lightblue.button.cta-button-white, .umcg-website-theme .carousel-block .tns-outer .tns-controls .cta-button-darkblue.button.cta-button-white, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .carousel-block .tns-outer .tns-controls .umcg-website-theme .cta-button-darkblue.button.cta-button-white, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .carousel-block .tns-outer .tns-controls .cta-button-darkblue.button.cta-button-white, .umcg-website-theme .carousel-block .tns-outer .tns-controls .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-darkblue.button.cta-button-white, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .carousel-block .tns-outer .tns-controls .cta-button-darkblue.button.cta-button-white, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .carousel-block .tns-outer .tns-controls .cta-button-darkblue.button.cta-button-white, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .carousel-block .tns-outer .tns-controls .cta-button-darkblue.button.cta-button-white, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .carousel-block .tns-outer .tns-controls .umcg-website-theme .cta-button-darkblue.button.cta-button-white, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .carousel-block .tns-outer .tns-controls .cta-button-darkblue.button.cta-button-white, .umcg-website-theme .carousel-block .tns-outer .tns-controls .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-darkblue.button.cta-button-white, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .carousel-block .tns-outer .tns-controls .cta-button-darkblue.button.cta-button-white, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .carousel-block .tns-outer .tns-controls .cta-button-darkblue.button.cta-button-white, .umcg-website-theme .carousel-block .tns-outer .tns-controls .cta-button-white.button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .carousel-block .tns-outer .tns-controls .umcg-website-theme .cta-button-white.button, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .carousel-block .tns-outer .tns-controls .cta-button-white.button, .umcg-website-theme .carousel-block .tns-outer .tns-controls .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-white.button, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .carousel-block .tns-outer .tns-controls .cta-button-white.button, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .carousel-block .tns-outer .tns-controls .cta-button-white.button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .carousel-block .tns-outer .tns-controls .cta-button-white.button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .carousel-block .tns-outer .tns-controls .umcg-website-theme .cta-button-white.button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .carousel-block .tns-outer .tns-controls .cta-button-white.button, .umcg-website-theme .carousel-block .tns-outer .tns-controls .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-white.button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .carousel-block .tns-outer .tns-controls .cta-button-white.button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .carousel-block .tns-outer .tns-controls .cta-button-white.button, .umcg-website-theme .carousel-block .tns-outer .tns-controls form input[type=submit], .umcg-website-theme form .carousel-block .tns-outer .tns-controls input[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .carousel-block .tns-outer .tns-controls .umcg-website-theme form input[type=submit], .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .carousel-block .tns-outer .tns-controls input[type=submit], .umcg-website-theme .carousel-block .tns-outer .tns-controls .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .carousel-block .tns-outer .tns-controls input[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .carousel-block .tns-outer .tns-controls form input[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .carousel-block .tns-outer .tns-controls input[type=submit], .umcg-website-theme .carousel-block .tns-outer .tns-controls form input.cta-button-lightblue[type=submit], .umcg-website-theme form .carousel-block .tns-outer .tns-controls input.cta-button-lightblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .carousel-block .tns-outer .tns-controls .umcg-website-theme form input.cta-button-lightblue[type=submit], .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .carousel-block .tns-outer .tns-controls input.cta-button-lightblue[type=submit], .umcg-website-theme .carousel-block .tns-outer .tns-controls .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue[type=submit], .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .carousel-block .tns-outer .tns-controls input.cta-button-lightblue[type=submit], .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .carousel-block .tns-outer .tns-controls form input.cta-button-lightblue[type=submit], .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .carousel-block .tns-outer .tns-controls input.cta-button-lightblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .carousel-block .tns-outer .tns-controls input.cta-button-lightblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .carousel-block .tns-outer .tns-controls form .umcg-website-theme input.cta-button-lightblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .carousel-block .tns-outer .tns-controls input.cta-button-lightblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .carousel-block .tns-outer .tns-controls form input.cta-button-lightblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .carousel-block .tns-outer .tns-controls input.cta-button-lightblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .carousel-block .tns-outer .tns-controls .umcg-website-theme form input.cta-button-lightblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .carousel-block .tns-outer .tns-controls input.cta-button-lightblue[type=submit], .umcg-website-theme .carousel-block .tns-outer .tns-controls form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue[type=submit], .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .carousel-block .tns-outer .tns-controls input.cta-button-lightblue[type=submit], .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .carousel-block .tns-outer .tns-controls input.cta-button-lightblue[type=submit], .umcg-website-theme .carousel-block .tns-outer .tns-controls .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .carousel-block .tns-outer .tns-controls input.cta-button-lightblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .carousel-block .tns-outer .tns-controls form input.cta-button-lightblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .carousel-block .tns-outer .tns-controls input.cta-button-lightblue[type=submit], .umcg-website-theme .carousel-block .tns-outer .tns-controls form input.cta-button-darkblue[type=submit], .umcg-website-theme form .carousel-block .tns-outer .tns-controls input.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .carousel-block .tns-outer .tns-controls .umcg-website-theme form input.cta-button-darkblue[type=submit], .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .carousel-block .tns-outer .tns-controls input.cta-button-darkblue[type=submit], .umcg-website-theme .carousel-block .tns-outer .tns-controls .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue[type=submit], .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .carousel-block .tns-outer .tns-controls input.cta-button-darkblue[type=submit], .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .carousel-block .tns-outer .tns-controls form input.cta-button-darkblue[type=submit], .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .carousel-block .tns-outer .tns-controls input.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .carousel-block .tns-outer .tns-controls input.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .carousel-block .tns-outer .tns-controls form .umcg-website-theme input.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .carousel-block .tns-outer .tns-controls input.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .carousel-block .tns-outer .tns-controls form input.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .carousel-block .tns-outer .tns-controls input.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .carousel-block .tns-outer .tns-controls .umcg-website-theme form input.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .carousel-block .tns-outer .tns-controls input.cta-button-darkblue[type=submit], .umcg-website-theme .carousel-block .tns-outer .tns-controls form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-darkblue[type=submit], .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .carousel-block .tns-outer .tns-controls input.cta-button-darkblue[type=submit], .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .carousel-block .tns-outer .tns-controls input.cta-button-darkblue[type=submit], .umcg-website-theme .carousel-block .tns-outer .tns-controls .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .carousel-block .tns-outer .tns-controls input.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .carousel-block .tns-outer .tns-controls form input.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .carousel-block .tns-outer .tns-controls input.cta-button-darkblue[type=submit], .umcg-website-theme .carousel-block .tns-outer .tns-controls form input.cta-button-lightblue.cta-button-darkblue[type=submit], .umcg-website-theme form .carousel-block .tns-outer .tns-controls input.cta-button-lightblue.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .carousel-block .tns-outer .tns-controls .umcg-website-theme form input.cta-button-lightblue.cta-button-darkblue[type=submit], .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .carousel-block .tns-outer .tns-controls input.cta-button-lightblue.cta-button-darkblue[type=submit], .umcg-website-theme .carousel-block .tns-outer .tns-controls .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.cta-button-darkblue[type=submit], .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .carousel-block .tns-outer .tns-controls input.cta-button-lightblue.cta-button-darkblue[type=submit], .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .carousel-block .tns-outer .tns-controls form input.cta-button-lightblue.cta-button-darkblue[type=submit], .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .carousel-block .tns-outer .tns-controls input.cta-button-lightblue.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .carousel-block .tns-outer .tns-controls input.cta-button-lightblue.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .carousel-block .tns-outer .tns-controls form .umcg-website-theme input.cta-button-lightblue.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .carousel-block .tns-outer .tns-controls input.cta-button-lightblue.cta-button-darkblue[type=submit], .umcg-website-theme .carousel-block .tns-outer .tns-controls form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue.cta-button-darkblue[type=submit], .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .carousel-block .tns-outer .tns-controls input.cta-button-lightblue.cta-button-darkblue[type=submit], .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .carousel-block .tns-outer .tns-controls input.cta-button-lightblue.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .carousel-block .tns-outer .tns-controls form input.cta-button-lightblue.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .carousel-block .tns-outer .tns-controls input.cta-button-lightblue.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .carousel-block .tns-outer .tns-controls .umcg-website-theme form input.cta-button-lightblue.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .carousel-block .tns-outer .tns-controls input.cta-button-lightblue.cta-button-darkblue[type=submit], .umcg-website-theme .carousel-block .tns-outer .tns-controls .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .carousel-block .tns-outer .tns-controls input.cta-button-lightblue.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .carousel-block .tns-outer .tns-controls form input.cta-button-lightblue.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .carousel-block .tns-outer .tns-controls input.cta-button-lightblue.cta-button-darkblue[type=submit], .umcg-website-theme .carousel-block .tns-outer .tns-controls form input.cta-button-white[type=submit], .umcg-website-theme form .carousel-block .tns-outer .tns-controls input.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .carousel-block .tns-outer .tns-controls .umcg-website-theme form input.cta-button-white[type=submit], .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .carousel-block .tns-outer .tns-controls input.cta-button-white[type=submit], .umcg-website-theme .carousel-block .tns-outer .tns-controls .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-white[type=submit], .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .carousel-block .tns-outer .tns-controls input.cta-button-white[type=submit], .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .carousel-block .tns-outer .tns-controls form input.cta-button-white[type=submit], .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .carousel-block .tns-outer .tns-controls input.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .carousel-block .tns-outer .tns-controls input.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .carousel-block .tns-outer .tns-controls form .umcg-website-theme input.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .carousel-block .tns-outer .tns-controls input.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .carousel-block .tns-outer .tns-controls form input.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .carousel-block .tns-outer .tns-controls input.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .carousel-block .tns-outer .tns-controls .umcg-website-theme form input.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .carousel-block .tns-outer .tns-controls input.cta-button-white[type=submit], .umcg-website-theme .carousel-block .tns-outer .tns-controls form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-white[type=submit], .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .carousel-block .tns-outer .tns-controls input.cta-button-white[type=submit], .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .carousel-block .tns-outer .tns-controls input.cta-button-white[type=submit], .umcg-website-theme .carousel-block .tns-outer .tns-controls .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .carousel-block .tns-outer .tns-controls input.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .carousel-block .tns-outer .tns-controls form input.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .carousel-block .tns-outer .tns-controls input.cta-button-white[type=submit], .umcg-website-theme .carousel-block .tns-outer .tns-controls form input.cta-button-lightblue.cta-button-white[type=submit], .umcg-website-theme form .carousel-block .tns-outer .tns-controls input.cta-button-lightblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .carousel-block .tns-outer .tns-controls .umcg-website-theme form input.cta-button-lightblue.cta-button-white[type=submit], .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .carousel-block .tns-outer .tns-controls input.cta-button-lightblue.cta-button-white[type=submit], .umcg-website-theme .carousel-block .tns-outer .tns-controls .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.cta-button-white[type=submit], .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .carousel-block .tns-outer .tns-controls input.cta-button-lightblue.cta-button-white[type=submit], .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .carousel-block .tns-outer .tns-controls form input.cta-button-lightblue.cta-button-white[type=submit], .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .carousel-block .tns-outer .tns-controls input.cta-button-lightblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .carousel-block .tns-outer .tns-controls input.cta-button-lightblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .carousel-block .tns-outer .tns-controls form .umcg-website-theme input.cta-button-lightblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .carousel-block .tns-outer .tns-controls input.cta-button-lightblue.cta-button-white[type=submit], .umcg-website-theme .carousel-block .tns-outer .tns-controls form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue.cta-button-white[type=submit], .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .carousel-block .tns-outer .tns-controls input.cta-button-lightblue.cta-button-white[type=submit], .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .carousel-block .tns-outer .tns-controls input.cta-button-lightblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .carousel-block .tns-outer .tns-controls form input.cta-button-lightblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .carousel-block .tns-outer .tns-controls input.cta-button-lightblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .carousel-block .tns-outer .tns-controls .umcg-website-theme form input.cta-button-lightblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .carousel-block .tns-outer .tns-controls input.cta-button-lightblue.cta-button-white[type=submit], .umcg-website-theme .carousel-block .tns-outer .tns-controls .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .carousel-block .tns-outer .tns-controls input.cta-button-lightblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .carousel-block .tns-outer .tns-controls form input.cta-button-lightblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .carousel-block .tns-outer .tns-controls input.cta-button-lightblue.cta-button-white[type=submit], .umcg-website-theme .carousel-block .tns-outer .tns-controls form input.cta-button-darkblue.cta-button-white[type=submit], .umcg-website-theme form .carousel-block .tns-outer .tns-controls input.cta-button-darkblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .carousel-block .tns-outer .tns-controls .umcg-website-theme form input.cta-button-darkblue.cta-button-white[type=submit], .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .carousel-block .tns-outer .tns-controls input.cta-button-darkblue.cta-button-white[type=submit], .umcg-website-theme .carousel-block .tns-outer .tns-controls .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue.cta-button-white[type=submit], .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .carousel-block .tns-outer .tns-controls input.cta-button-darkblue.cta-button-white[type=submit], .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .carousel-block .tns-outer .tns-controls form input.cta-button-darkblue.cta-button-white[type=submit], .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .carousel-block .tns-outer .tns-controls input.cta-button-darkblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .carousel-block .tns-outer .tns-controls input.cta-button-darkblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .carousel-block .tns-outer .tns-controls form .umcg-website-theme input.cta-button-darkblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .carousel-block .tns-outer .tns-controls input.cta-button-darkblue.cta-button-white[type=submit], .umcg-website-theme .carousel-block .tns-outer .tns-controls form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-darkblue.cta-button-white[type=submit], .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .carousel-block .tns-outer .tns-controls input.cta-button-darkblue.cta-button-white[type=submit], .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .carousel-block .tns-outer .tns-controls input.cta-button-darkblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .carousel-block .tns-outer .tns-controls form input.cta-button-darkblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .carousel-block .tns-outer .tns-controls input.cta-button-darkblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .carousel-block .tns-outer .tns-controls .umcg-website-theme form input.cta-button-darkblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .carousel-block .tns-outer .tns-controls input.cta-button-darkblue.cta-button-white[type=submit], .umcg-website-theme .carousel-block .tns-outer .tns-controls .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .carousel-block .tns-outer .tns-controls input.cta-button-darkblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .carousel-block .tns-outer .tns-controls form input.cta-button-darkblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .carousel-block .tns-outer .tns-controls input.cta-button-darkblue.cta-button-white[type=submit] {
    margin-top: -95px;
  }
}
@media print {
  .umcg-website-theme .carousel-block .tns-outer, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .carousel-block .tns-outer {
    display: block;
  }
  .umcg-website-theme .carousel-block .tns-outer .tns-slider, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .carousel-block .tns-outer .tns-slider {
    display: block;
    -webkit-transform: none !important;
            transform: none !important;
  }
  .umcg-website-theme .carousel-block .tns-outer .tns-slider .slider-item, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .carousel-block .tns-outer .tns-slider .slider-item {
    display: none;
  }
  .umcg-website-theme .carousel-block .tns-outer .tns-slider .slider-item[id^=slider-], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .carousel-block .tns-outer .tns-slider .slider-item[id^=slider-] {
    display: block;
  }
  .umcg-website-theme .carousel-block .tns-outer #tns1, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .carousel-block .tns-outer #tns1 {
    width: 100%;
  }
  .umcg-website-theme .carousel-block .tns-outer #tns1 > .tns-item, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .carousel-block .tns-outer #tns1 > .tns-item {
    width: 100%;
  }
  .umcg-website-theme .carousel-block .tns-outer .tns-horizontal.tns-subpixel, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .carousel-block .tns-outer .tns-horizontal.tns-subpixel {
    white-space: normal;
  }
  .umcg-website-theme .carousel-block .tns-outer .tns-nav, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .carousel-block .tns-outer .tns-nav {
    display: none;
  }
  .umcg-website-theme .carousel-block .tns-outer .tns-controls, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .carousel-block .tns-outer .tns-controls {
    display: none;
  }
}
.umcg-website-theme .streetview-block, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .streetview-block {
  margin: 0 auto 5.7rem 0;
  display: block;
  position: relative;
  max-width: 825px;
}
.umcg-website-theme .streetview-block .icon, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .streetview-block .icon {
  background-color: rgb(255, 125, 0);
  display: inline-block;
  width: 28px;
  height: 28px;
  position: relative;
  text-align: center;
  -webkit-transition: ease-in-out 150ms;
  transition: ease-in-out 150ms;
}
.umcg-website-theme .streetview-block svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .streetview-block svg {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
  fill: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
}
.umcg-website-theme .streetview-block:hover .icon, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .streetview-block:hover .icon, .umcg-website-theme .streetview-block:focus .icon, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .streetview-block:focus .icon {
  background-color: rgb(0, 49, 131);
}
.umcg-website-theme .streetview-block:hover .icon svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .streetview-block:hover .icon svg, .umcg-website-theme .streetview-block:focus .icon svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .streetview-block:focus .icon svg {
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
          transform: translate(-50%, -50%) rotate(180deg);
}
.umcg-website-theme .streetview-block .picture-block, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .streetview-block .picture-block {
  overflow: hidden;
  border-radius: 5px;
}
.umcg-website-theme .streetview-block--image, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .streetview-block--image {
  margin-left: auto;
  margin-right: auto;
}
.umcg-website-theme .streetview-block--image .label-theme, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .streetview-block--image .label-theme {
  position: absolute;
  bottom: 0;
  left: 20px;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
}
.umcg-website-theme .streetview-block .label-theme, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .streetview-block .label-theme {
  display: inline-block;
  border: 1px solid #fff;
  border-radius: 5px;
  overflow: hidden;
  vertical-align: top;
  background-color: rgb(0, 49, 131);
  height: 30px;
}
.umcg-website-theme .streetview-block .text, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .streetview-block .text {
  background-color: rgb(0, 49, 131);
  color: #fff;
  font-size: 1.6rem;
  line-height: 27px;
  vertical-align: top;
  padding: 2px 10px 2px 5px;
}
@media all and (min-width: 992px) {
  .umcg-website-theme .streetview-block, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .streetview-block {
    position: relative;
  }
  .umcg-website-theme .streetview-block--image, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .streetview-block--image {
    padding: 0 0;
  }
  .umcg-website-theme .streetview-block .label-theme, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .streetview-block .label-theme {
    height: 40px;
    left: 50px;
  }
  .umcg-website-theme .streetview-block .text, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .streetview-block .text {
    line-height: 38px;
  }
  .umcg-website-theme .streetview-block .icon, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .streetview-block .icon {
    height: 38px;
    width: 38px;
  }
  .umcg-website-theme .streetview-block svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .streetview-block svg {
    width: 20px;
    height: 20px;
  }
}
.umcg-website-theme .streetview-block .text > *, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .streetview-block .text > * {
  display: inline-block;
  vertical-align: top;
}
@media print {
  .umcg-website-theme .streetview-block .label-theme .text, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .streetview-block .label-theme .text {
    display: none;
  }
  .umcg-website-theme .streetview-block .streetview-block a[href]::after, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .streetview-block .streetview-block a[href]::after {
    display: none;
  }
  .umcg-website-theme .streetview-block a, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .streetview-block a {
    display: block;
  }
  .umcg-website-theme .streetview-block a #streetview-link, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .streetview-block a #streetview-link {
    display: none;
  }
}
.umcg-website-theme .description-list, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .description-list {
  margin: 0 auto 4.4rem;
  padding: 2rem;
  background-color: #e3eff8;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.umcg-website-theme .description-list dt, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .description-list dt,
.umcg-website-theme .description-list dd,
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .description-list dd {
  margin: 0 0 1.4rem;
}
.umcg-website-theme .description-list dt, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .description-list dt {
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-all;
  word-break: break-word;
  -ms-hyphens: auto;
      hyphens: auto;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 95px;
          flex: 0 0 95px;
  color: rgb(0, 49, 131);
  padding-right: 10px;
  font-weight: 600;
}
.umcg-website-theme .description-list dd, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .description-list dd {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 calc(100% - 95px);
          flex: 1 1 calc(100% - 95px);
}
.umcg-website-theme .description-list a, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .description-list a {
  color: rgb(0, 49, 131);
}
@media all and (min-width: 992px) {
  .umcg-website-theme .description-list dt, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .description-list dt {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 177px;
            flex: 0 0 177px;
  }
  .umcg-website-theme .description-list dd, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .description-list dd {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 calc(100% - 177px);
            flex: 1 1 calc(100% - 177px);
  }
}
.umcg-website-theme .video, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .video {
  position: relative;
  max-width: 570px;
  margin: 0 auto 4.4rem;
}
.umcg-website-theme .video .plyr, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .video .plyr {
  overflow: hidden;
  border-radius: 5px;
}
.umcg-website-theme .video .plyr--youtube .plyr__controls, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .video .plyr--youtube .plyr__controls {
  display: none;
}
.umcg-website-theme .video .plyr--video .plyr__control, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .video .plyr--video .plyr__control {
  background-color: rgb(255, 125, 0);
  border: 0.3rem solid #fff;
}
.umcg-website-theme .video .plyr--video .plyr__control svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .video .plyr--video .plyr__control svg {
  fill: #fff;
}
.umcg-website-theme .video .plyr--video .plyr__control.plyr__tab-focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .video .plyr--video .plyr__control.plyr__tab-focus, .umcg-website-theme .video .plyr--video .plyr__control:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .video .plyr--video .plyr__control:hover, .umcg-website-theme .video .plyr--video .plyr__control[aria-expanded=true], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .video .plyr--video .plyr__control[aria-expanded=true] {
  background: rgb(255, 125, 0);
  -webkit-box-shadow: none;
          box-shadow: none;
}
.umcg-website-theme .video .plyr__video-embed iframe, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .video .plyr__video-embed iframe {
  z-index: 30;
  pointer-events: all;
}
.umcg-website-theme .video h2, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .video h2 {
  color: #fff;
  font-size: 1.8rem;
  line-height: 1.5;
  font-family: "Open Sans", sans-serif;
  margin-bottom: 0;
  padding-right: 3.5rem;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.umcg-website-theme .video video, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .video video {
  display: none;
}
.umcg-website-theme .video .plyr--html5 video, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .video .plyr--html5 video {
  display: block;
}
.umcg-website-theme .video .tag, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .video .tag {
  position: absolute;
  top: 10px;
  left: 15px;
  display: inline-block;
  background-color: #1a468f;
  border-radius: 5px;
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  padding: 2px 10px;
}
.umcg-website-theme .video .button-icon, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .video .button-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  background-color: rgb(255, 125, 0);
  border-radius: 50%;
  border: 2px solid #fff;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  top: 0.5rem;
}
.umcg-website-theme .video .button-icon svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .video .button-icon svg {
  fill: #fff;
  margin-right: -2px;
}
.umcg-website-theme .video .content, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .video .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(32.2%, rgba(10, 10, 10, 0)), to(rgba(10, 10, 10, 0.7)));
  background: linear-gradient(180deg, rgba(10, 10, 10, 0) 32.2%, rgba(10, 10, 10, 0.7) 100%);
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  padding: 2.2rem 3rem;
  z-index: 1;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.umcg-website-theme .video figure, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .video figure {
  margin-bottom: 0;
  padding: 0;
  padding-top: 100%;
  position: relative;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.umcg-website-theme .video figure::after, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .video figure::after {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(10, 10, 10, 0.2);
  opacity: 0;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.umcg-website-theme .video figure img, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .video figure img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.umcg-website-theme .video .player, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .video .player {
  font-size: 0;
}
.umcg-website-theme .video .video-inner, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .video .video-inner {
  background-color: transparent;
  border: 0;
  font-size: 1.8rem;
  line-height: 1.5;
  font-family: "Open Sans", sans-serif;
  text-align: left;
  display: block;
  padding: 0;
  cursor: pointer;
  overflow: hidden;
  border-radius: 5px;
}
.umcg-website-theme .video .video-inner:hover .button-icon, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .video .video-inner:hover .button-icon {
  background-color: #fff;
}
.umcg-website-theme .video .video-inner:hover .button-icon svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .video .video-inner:hover .button-icon svg {
  fill: rgb(0, 49, 131);
}
.umcg-website-theme .video .video-inner:hover figure::after, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .video .video-inner:hover figure::after {
  opacity: 1;
}
.user-is-tabbing .umcg-website-theme .video .video-inner:focus, .user-is-tabbing .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .video .video-inner:focus {
  outline-width: 1px;
  outline-color: rgb(233, 94, 39);
}
.user-is-tabbing .umcg-website-theme .video .video-inner:focus .button-icon, .user-is-tabbing .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .video .video-inner:focus .button-icon {
  background-color: #fff;
}
.user-is-tabbing .umcg-website-theme .video .video-inner:focus .button-icon svg, .user-is-tabbing .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .video .video-inner:focus .button-icon svg {
  fill: rgb(0, 49, 131);
}
.user-is-tabbing .umcg-website-theme .video .video-inner:focus figure::after, .user-is-tabbing .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .video .video-inner:focus figure::after {
  opacity: 1;
}
.umcg-website-theme .video .print, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .video .print {
  display: none;
}
.umcg-website-theme .video .video-button .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .video .video-button .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
}
.umcg-website-theme .video--w-small, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .video--w-small {
  max-width: 420px;
}
.umcg-website-theme .video--w-large, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .video--w-large {
  max-width: 765px;
}
.umcg-website-theme .video--align-left, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .video--align-left {
  margin-left: 0;
}
@media all and (min-width: 768px) {
  .umcg-website-theme .video figure, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .video figure {
    padding-top: 0;
  }
  .umcg-website-theme .video figure img, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .video figure img {
    position: static;
  }
  .umcg-website-theme .video .button-icon, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .video .button-icon {
    top: 0.8rem;
  }
}
@media print {
  .umcg-website-theme .video .video-inner, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .video .video-inner,
  .umcg-website-theme .video .player,
  .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .video .player,
  .umcg-website-theme .video .plyr,
  .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .video .plyr,
  .umcg-website-theme .video .cookie-component-overlay,
  .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .video .cookie-component-overlay {
    display: none;
  }
  .umcg-website-theme .video .print, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .video .print {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    text-align: center;
    width: 100%;
  }
  .umcg-website-theme .video .print img, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .video .print img {
    display: none !important;
  }
  .umcg-website-theme .video .print canvas, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .video .print canvas {
    margin: 0 auto;
    width: 128px;
    height: 128px;
    display: block !important;
  }
  .umcg-website-theme .video .print-btn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .video .print-btn {
    display: inline-block;
    padding: 0.5rem 1.5rem;
    border-radius: 20px;
    color: #000;
    border: 1px solid #000;
    width: auto;
    margin: 1rem auto;
  }
  .umcg-website-theme .video .print-btn::before, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .video .print-btn::before {
    content: "";
    display: inline-block;
    margin-right: 0.5rem;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 0 8px 10px;
    border-color: transparent transparent transparent #000;
  }
}
.umcg-website-theme .video figure, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .video figure,
.umcg-website-theme .video .content,
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .video .content {
  pointer-events: none;
}
.umcg-website-theme .video figure .fragments-editor__editable, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .video figure .fragments-editor__editable,
.umcg-website-theme .video figure h2,
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .video figure h2,
.umcg-website-theme .video .content .fragments-editor__editable,
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .video .content .fragments-editor__editable,
.umcg-website-theme .video .content h2,
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .video .content h2 {
  pointer-events: all;
}
.umcg-website-theme .video .plyr--vimeo .plyr__control, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .video .plyr--vimeo .plyr__control {
  background-color: transparent;
  border: none;
  opacity: 0.8;
  -webkit-transition: opacity 0.1s ease-in-out;
  transition: opacity 0.1s ease-in-out;
}
.umcg-website-theme .video .plyr--vimeo .plyr__control.plyr__tab-focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .video .plyr--vimeo .plyr__control.plyr__tab-focus, .umcg-website-theme .video .plyr--vimeo .plyr__control:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .video .plyr--vimeo .plyr__control:hover, .umcg-website-theme .video .plyr--vimeo .plyr__control[aria-expanded=true], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .video .plyr--vimeo .plyr__control[aria-expanded=true] {
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.umcg-website-theme .video .plyr--vimeo .plyr__control:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .video .plyr--vimeo .plyr__control:hover {
  filter: alpha(opacity=100);
  opacity: 1;
}
.umcg-website-theme .video .plyr--vimeo input[type=range], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .video .plyr--vimeo input[type=range] {
  color: #fff;
}
.umcg-website-theme .video .plyr--vimeo .plyr__control.plyr__control--overlaid, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .video .plyr--vimeo .plyr__control.plyr__control--overlaid {
  background-color: rgb(255, 125, 0);
  border: 0.3rem solid #fff;
}
.umcg-website-theme .vimeo-video .print, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .vimeo-video .print {
  display: none;
}
@media print {
  .umcg-website-theme .vimeo-video iframe, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .vimeo-video iframe,
  .umcg-website-theme .vimeo-video .cookie-component-overlay,
  .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .vimeo-video .cookie-component-overlay {
    display: none;
  }
  .umcg-website-theme .vimeo-video .print, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .vimeo-video .print {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    text-align: center;
    width: 100%;
  }
  .umcg-website-theme .vimeo-video .print canvas, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .vimeo-video .print canvas {
    margin: 0 auto;
    width: 128px;
    height: 128px;
    display: block !important;
  }
  .umcg-website-theme .vimeo-video .print-btn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .vimeo-video .print-btn {
    display: inline-block;
    padding: 0.5rem 1.5rem;
    border-radius: 20px;
    color: #000;
    border: 1px solid #000;
    width: auto;
    margin: 1rem auto;
  }
  .umcg-website-theme .vimeo-video .print-btn::before, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .vimeo-video .print-btn::before {
    content: "";
    display: inline-block;
    margin-right: 0.5rem;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 0 8px 10px;
    border-color: transparent transparent transparent #000;
  }
}
.umcg-website-theme .skip-links, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .skip-links {
  position: relative;
  z-index: 6000;
}
.umcg-website-theme .skip-links a, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .skip-links a {
  background-color: #fff;
  border: 1px solid rgb(0, 49, 131);
  color: rgb(0, 49, 131);
  display: block;
  font-size: 1.8rem;
  left: -1000rem;
  padding: 0.8rem;
  position: absolute;
  z-index: 10;
}
.umcg-website-theme .skip-links a:active, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .skip-links a:active, .umcg-website-theme .skip-links a:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .skip-links a:focus {
  top: 1rem;
  left: 1rem;
  z-index: 6000;
}
.umcg-website-theme .info-block, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .info-block {
  background-color: rgba(160, 202, 232, 0.3);
  border-radius: 5px;
  padding: 20px 20px 25px;
  font-size: 1.6rem;
  line-height: 1.5;
  margin: 0 auto 4.4rem;
}
.umcg-website-theme .info-block h2, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .info-block h2 {
  font-family: "Open Sans", sans-serif;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 600;
  margin-bottom: 0.4rem;
}
.umcg-website-theme .info-block dl, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .info-block dl {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 3.8rem;
}
.umcg-website-theme .info-block dl:last-child, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .info-block dl:last-child {
  margin-bottom: 0;
}
.umcg-website-theme .info-block dt, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .info-block dt,
.umcg-website-theme .info-block dd,
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .info-block dd {
  font-size: 1.6rem;
  line-height: 1.5;
  padding: 9px 0 8px;
}
.umcg-website-theme .info-block dt, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .info-block dt {
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-all;
  word-break: break-word;
  -ms-hyphens: auto;
      hyphens: auto;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}
.umcg-website-theme .info-block dt::before, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .info-block dt::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin-top: -9px;
  height: 1px;
  background-color: #ccd6e6;
}
.umcg-website-theme .info-block dt:nth-last-child(2)::after, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .info-block dt:nth-last-child(2)::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #ccd6e6;
  bottom: 0;
}
.umcg-website-theme .info-block dd, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .info-block dd {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
}
.umcg-website-theme .info-block svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .info-block svg {
  fill: #0a0a0a;
  margin: 0 5px 0 0;
}
@media all and (min-width: 406px) {
  .umcg-website-theme .info-block dt, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .info-block dt {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 225px;
            flex: 0 0 225px;
  }
  .umcg-website-theme .info-block dd, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .info-block dd {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 225px);
            flex: 0 0 calc(100% - 225px);
    text-align: right;
  }
}
@media all and (min-width: 992px) {
  .umcg-website-theme .info-block h2, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .info-block h2 {
    margin-bottom: 2.2rem;
  }
  .umcg-website-theme .info-block dt, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .info-block dt,
  .umcg-website-theme .info-block dd,
  .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .info-block dd {
    padding: 17px 0 16px;
  }
  .umcg-website-theme .info-block dt, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .info-block dt {
    min-width: 320px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 20px);
            flex: 0 0 calc(50% - 20px);
    padding-right: 20px;
  }
  .umcg-website-theme .info-block dt::before, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .info-block dt::before {
    margin-top: -17px;
  }
  .umcg-website-theme .info-block dd, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .info-block dd {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    text-align: center;
  }
}
.umcg-website-theme .cookie-notice, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-notice {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 25;
}
.umcg-website-theme .cookie-notice > *, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-notice > * {
  font-size: 14px;
}
.umcg-website-theme .cookie-notice [type=radio], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-notice [type=radio] {
  margin-left: 0;
  margin-right: 8px;
  opacity: 0.0001;
}
.umcg-website-theme .cookie-notice [type=radio] + label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-notice [type=radio] + label {
  position: relative;
  font-weight: bold;
  margin: 10px 0;
}
.umcg-website-theme .cookie-notice [type=radio] + label::before, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-notice [type=radio] + label::before {
  position: absolute;
  left: -25px;
  top: 4px;
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 50%;
}
.umcg-website-theme .cookie-notice [type=radio] + label::after, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-notice [type=radio] + label::after {
  position: absolute;
  left: -23px;
  top: 6px;
  content: "";
  display: block;
  width: 11px;
  height: 11px;
  background-color: rgb(0, 49, 131);
  border-radius: 50%;
  opacity: 0;
  -webkit-transition: 0.2s ease opacity;
  transition: 0.2s ease opacity;
}
.umcg-website-theme .cookie-notice [type=radio]:checked + label::after, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-notice [type=radio]:checked + label::after {
  opacity: 1;
}
.umcg-website-theme .cookie-bar, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar {
  display: block;
  position: fixed;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  pointer-events: none;
  top: calc(50% - 40px);
  max-height: 75vh;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: calc(100% - 50px);
  max-width: 560px;
  padding: 2rem 3rem 0;
  opacity: 0;
  border-radius: 5px;
  background-color: rgba(0, 49, 131, 0.95);
  -webkit-box-shadow: 0 21px 13px -5px rgba(0, 0, 0, 0.4);
          box-shadow: 0 21px 13px -5px rgba(0, 0, 0, 0.4);
  -webkit-transition: 0.7s linear opacity, 0.7s cubic-bezier(0.7, 0.06, 0.42, 0.99) -webkit-transform;
  transition: 0.7s linear opacity, 0.7s cubic-bezier(0.7, 0.06, 0.42, 0.99) -webkit-transform;
  transition: 0.7s cubic-bezier(0.7, 0.06, 0.42, 0.99) transform, 0.7s linear opacity;
  transition: 0.7s cubic-bezier(0.7, 0.06, 0.42, 0.99) transform, 0.7s linear opacity, 0.7s cubic-bezier(0.7, 0.06, 0.42, 0.99) -webkit-transform;
  z-index: 21;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.umcg-website-theme .cookie-bar > article, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar > article {
  overflow-y: auto;
  margin-bottom: 10px;
}
.umcg-website-theme .cookie-bar h2, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar h2 {
  color: #fff;
}
.umcg-website-theme .cookie-bar a, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar a {
  color: #fff;
}
.umcg-website-theme .cookie-bar:not([hidden]), .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar:not([hidden]) {
  pointer-events: all;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 1;
}
.umcg-website-theme .cookie-bar > article, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar > article {
  color: #fff;
}
.umcg-website-theme .cookie-bar button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar button {
  background-color: #fff;
  font-weight: bold;
  cursor: pointer;
  color: #fff;
  border-radius: 23px;
  margin: 0 2rem 2rem 0;
}
.umcg-website-theme .cookie-bar button:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar button:hover, .umcg-website-theme .cookie-bar button:active, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar button:active {
  background-color: rgba(255, 255, 255, 0.2);
}
.umcg-website-theme .cookie-bar button.highlight:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar button.highlight:hover, .umcg-website-theme .cookie-bar button.highlight:active, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar button.highlight:active {
  background-color: rgba(0, 49, 131, 0.2);
}
.umcg-website-theme .cookie-bar .button.button-tetiary:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .button.button-tetiary:hover, .umcg-website-theme .cookie-bar .button-tetiary.button.cta-button-lightblue:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme .button-tetiary.button.cta-button-lightblue:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .button-tetiary.button.cta-button-lightblue:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button-tetiary.button.cta-button-lightblue:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar .button-tetiary.button.cta-button-lightblue:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .button-tetiary.button.cta-button-lightblue:hover, .umcg-website-theme .cookie-bar .button-tetiary.button.cta-button-darkblue:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme .button-tetiary.button.cta-button-darkblue:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .button-tetiary.button.cta-button-darkblue:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button-tetiary.button.cta-button-darkblue:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar .button-tetiary.button.cta-button-darkblue:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .button-tetiary.button.cta-button-darkblue:hover, .umcg-website-theme .cookie-bar .button-tetiary.cta-button-lightblue.button.cta-button-darkblue:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme .button-tetiary.cta-button-lightblue.button.cta-button-darkblue:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .button-tetiary.cta-button-lightblue.button.cta-button-darkblue:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button-tetiary.cta-button-lightblue.button.cta-button-darkblue:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .button-tetiary.cta-button-lightblue.button.cta-button-darkblue:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .button-tetiary.cta-button-lightblue.button.cta-button-darkblue:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar .button-tetiary.cta-button-lightblue.button.cta-button-darkblue:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme .button-tetiary.cta-button-lightblue.button.cta-button-darkblue:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar .button-tetiary.cta-button-lightblue.button.cta-button-darkblue:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button-tetiary.cta-button-lightblue.button.cta-button-darkblue:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar .button-tetiary.cta-button-lightblue.button.cta-button-darkblue:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .button-tetiary.cta-button-lightblue.button.cta-button-darkblue:hover, .umcg-website-theme .cookie-bar .button-tetiary.cta-button-darkblue.button:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme .button-tetiary.cta-button-darkblue.button:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .button-tetiary.cta-button-darkblue.button:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button-tetiary.cta-button-darkblue.button:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .button-tetiary.cta-button-darkblue.button:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .button-tetiary.cta-button-darkblue.button:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar .button-tetiary.cta-button-darkblue.button:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme .button-tetiary.cta-button-darkblue.button:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar .button-tetiary.cta-button-darkblue.button:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button-tetiary.cta-button-darkblue.button:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar .button-tetiary.cta-button-darkblue.button:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .button-tetiary.cta-button-darkblue.button:hover, .umcg-website-theme .cookie-bar .button-tetiary.button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme .button-tetiary.button.cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .button-tetiary.button.cta-button-white:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button-tetiary.button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar .button-tetiary.button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .button-tetiary.button.cta-button-white:hover, .umcg-website-theme .cookie-bar .button-tetiary.cta-button-lightblue.button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme .button-tetiary.cta-button-lightblue.button.cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .button-tetiary.cta-button-lightblue.button.cta-button-white:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button-tetiary.cta-button-lightblue.button.cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .button-tetiary.cta-button-lightblue.button.cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .button-tetiary.cta-button-lightblue.button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar .button-tetiary.cta-button-lightblue.button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme .button-tetiary.cta-button-lightblue.button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar .button-tetiary.cta-button-lightblue.button.cta-button-white:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button-tetiary.cta-button-lightblue.button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar .button-tetiary.cta-button-lightblue.button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .button-tetiary.cta-button-lightblue.button.cta-button-white:hover, .umcg-website-theme .cookie-bar .button-tetiary.cta-button-darkblue.button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme .button-tetiary.cta-button-darkblue.button.cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .button-tetiary.cta-button-darkblue.button.cta-button-white:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button-tetiary.cta-button-darkblue.button.cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .button-tetiary.cta-button-darkblue.button.cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .button-tetiary.cta-button-darkblue.button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar .button-tetiary.cta-button-darkblue.button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme .button-tetiary.cta-button-darkblue.button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar .button-tetiary.cta-button-darkblue.button.cta-button-white:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button-tetiary.cta-button-darkblue.button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar .button-tetiary.cta-button-darkblue.button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .button-tetiary.cta-button-darkblue.button.cta-button-white:hover, .umcg-website-theme .cookie-bar .button-tetiary.cta-button-white.button:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme .button-tetiary.cta-button-white.button:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .button-tetiary.cta-button-white.button:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button-tetiary.cta-button-white.button:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .button-tetiary.cta-button-white.button:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .button-tetiary.cta-button-white.button:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar .button-tetiary.cta-button-white.button:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme .button-tetiary.cta-button-white.button:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar .button-tetiary.cta-button-white.button:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button-tetiary.cta-button-white.button:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar .button-tetiary.cta-button-white.button:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .button-tetiary.cta-button-white.button:hover, .umcg-website-theme .cookie-bar form input.button-tetiary[type=submit]:hover, .umcg-website-theme form .cookie-bar input.button-tetiary[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.button-tetiary[type=submit]:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.button-tetiary[type=submit]:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.button-tetiary[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.button-tetiary[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.button-tetiary[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.button-tetiary[type=submit]:hover, .umcg-website-theme .cookie-bar form input.button-tetiary.cta-button-lightblue[type=submit]:hover, .umcg-website-theme form .cookie-bar input.button-tetiary.cta-button-lightblue[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.button-tetiary.cta-button-lightblue[type=submit]:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.button-tetiary.cta-button-lightblue[type=submit]:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.button-tetiary.cta-button-lightblue[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.button-tetiary.cta-button-lightblue[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.button-tetiary.cta-button-lightblue[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.button-tetiary.cta-button-lightblue[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.button-tetiary.cta-button-lightblue[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme input.button-tetiary.cta-button-lightblue[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.button-tetiary.cta-button-lightblue[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input.button-tetiary.cta-button-lightblue[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.button-tetiary.cta-button-lightblue[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.button-tetiary.cta-button-lightblue[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.button-tetiary.cta-button-lightblue[type=submit]:hover, .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.button-tetiary.cta-button-lightblue[type=submit]:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.button-tetiary.cta-button-lightblue[type=submit]:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.button-tetiary.cta-button-lightblue[type=submit]:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.button-tetiary.cta-button-lightblue[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.button-tetiary.cta-button-lightblue[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.button-tetiary.cta-button-lightblue[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.button-tetiary.cta-button-lightblue[type=submit]:hover, .umcg-website-theme .cookie-bar form input.button-tetiary.cta-button-darkblue[type=submit]:hover, .umcg-website-theme form .cookie-bar input.button-tetiary.cta-button-darkblue[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.button-tetiary.cta-button-darkblue[type=submit]:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.button-tetiary.cta-button-darkblue[type=submit]:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.button-tetiary.cta-button-darkblue[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.button-tetiary.cta-button-darkblue[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.button-tetiary.cta-button-darkblue[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.button-tetiary.cta-button-darkblue[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.button-tetiary.cta-button-darkblue[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme input.button-tetiary.cta-button-darkblue[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.button-tetiary.cta-button-darkblue[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input.button-tetiary.cta-button-darkblue[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.button-tetiary.cta-button-darkblue[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.button-tetiary.cta-button-darkblue[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.button-tetiary.cta-button-darkblue[type=submit]:hover, .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.button-tetiary.cta-button-darkblue[type=submit]:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.button-tetiary.cta-button-darkblue[type=submit]:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.button-tetiary.cta-button-darkblue[type=submit]:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.button-tetiary.cta-button-darkblue[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.button-tetiary.cta-button-darkblue[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.button-tetiary.cta-button-darkblue[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.button-tetiary.cta-button-darkblue[type=submit]:hover, .umcg-website-theme .cookie-bar form input.button-tetiary.cta-button-lightblue.cta-button-darkblue[type=submit]:hover, .umcg-website-theme form .cookie-bar input.button-tetiary.cta-button-lightblue.cta-button-darkblue[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.button-tetiary.cta-button-lightblue.cta-button-darkblue[type=submit]:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.button-tetiary.cta-button-lightblue.cta-button-darkblue[type=submit]:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.button-tetiary.cta-button-lightblue.cta-button-darkblue[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.button-tetiary.cta-button-lightblue.cta-button-darkblue[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.button-tetiary.cta-button-lightblue.cta-button-darkblue[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.button-tetiary.cta-button-lightblue.cta-button-darkblue[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.button-tetiary.cta-button-lightblue.cta-button-darkblue[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme input.button-tetiary.cta-button-lightblue.cta-button-darkblue[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.button-tetiary.cta-button-lightblue.cta-button-darkblue[type=submit]:hover, .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.button-tetiary.cta-button-lightblue.cta-button-darkblue[type=submit]:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.button-tetiary.cta-button-lightblue.cta-button-darkblue[type=submit]:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.button-tetiary.cta-button-lightblue.cta-button-darkblue[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input.button-tetiary.cta-button-lightblue.cta-button-darkblue[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.button-tetiary.cta-button-lightblue.cta-button-darkblue[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.button-tetiary.cta-button-lightblue.cta-button-darkblue[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.button-tetiary.cta-button-lightblue.cta-button-darkblue[type=submit]:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.button-tetiary.cta-button-lightblue.cta-button-darkblue[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.button-tetiary.cta-button-lightblue.cta-button-darkblue[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.button-tetiary.cta-button-lightblue.cta-button-darkblue[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.button-tetiary.cta-button-lightblue.cta-button-darkblue[type=submit]:hover, .umcg-website-theme .cookie-bar form input.button-tetiary.cta-button-white[type=submit]:hover, .umcg-website-theme form .cookie-bar input.button-tetiary.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.button-tetiary.cta-button-white[type=submit]:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.button-tetiary.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.button-tetiary.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.button-tetiary.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.button-tetiary.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.button-tetiary.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.button-tetiary.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme input.button-tetiary.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.button-tetiary.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input.button-tetiary.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.button-tetiary.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.button-tetiary.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.button-tetiary.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.button-tetiary.cta-button-white[type=submit]:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.button-tetiary.cta-button-white[type=submit]:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.button-tetiary.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.button-tetiary.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.button-tetiary.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.button-tetiary.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.button-tetiary.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-bar form input.button-tetiary.cta-button-lightblue.cta-button-white[type=submit]:hover, .umcg-website-theme form .cookie-bar input.button-tetiary.cta-button-lightblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.button-tetiary.cta-button-lightblue.cta-button-white[type=submit]:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.button-tetiary.cta-button-lightblue.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.button-tetiary.cta-button-lightblue.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.button-tetiary.cta-button-lightblue.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.button-tetiary.cta-button-lightblue.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.button-tetiary.cta-button-lightblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.button-tetiary.cta-button-lightblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme input.button-tetiary.cta-button-lightblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.button-tetiary.cta-button-lightblue.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.button-tetiary.cta-button-lightblue.cta-button-white[type=submit]:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.button-tetiary.cta-button-lightblue.cta-button-white[type=submit]:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.button-tetiary.cta-button-lightblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input.button-tetiary.cta-button-lightblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.button-tetiary.cta-button-lightblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.button-tetiary.cta-button-lightblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.button-tetiary.cta-button-lightblue.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.button-tetiary.cta-button-lightblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.button-tetiary.cta-button-lightblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.button-tetiary.cta-button-lightblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.button-tetiary.cta-button-lightblue.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-bar form input.button-tetiary.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme form .cookie-bar input.button-tetiary.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.button-tetiary.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.button-tetiary.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.button-tetiary.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.button-tetiary.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.button-tetiary.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.button-tetiary.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.button-tetiary.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme input.button-tetiary.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.button-tetiary.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.button-tetiary.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.button-tetiary.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.button-tetiary.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input.button-tetiary.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.button-tetiary.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.button-tetiary.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.button-tetiary.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.button-tetiary.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.button-tetiary.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.button-tetiary.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.button-tetiary.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-bar .button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme .button.cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .button.cta-button-white:hover, .umcg-website-theme .cookie-bar .button.cta-button-lightblue.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme .button.cta-button-lightblue.cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .button.cta-button-lightblue.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar .button.cta-button-lightblue.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme .button.cta-button-lightblue.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar .button.cta-button-lightblue.cta-button-white:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button.cta-button-lightblue.cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .button.cta-button-lightblue.cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .button.cta-button-lightblue.cta-button-white:hover, .umcg-website-theme .cookie-bar .button.cta-button-darkblue.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme .button.cta-button-darkblue.cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .button.cta-button-darkblue.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar .button.cta-button-darkblue.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme .button.cta-button-darkblue.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar .button.cta-button-darkblue.cta-button-white:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button.cta-button-darkblue.cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .button.cta-button-darkblue.cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .button.cta-button-darkblue.cta-button-white:hover, .umcg-website-theme .cookie-bar .cta-button-lightblue.button.cta-button-darkblue.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme .cta-button-lightblue.button.cta-button-darkblue.cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .cta-button-lightblue.button.cta-button-darkblue.cta-button-white:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-lightblue.button.cta-button-darkblue.cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .cta-button-lightblue.button.cta-button-darkblue.cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .cta-button-lightblue.button.cta-button-darkblue.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar .cta-button-lightblue.button.cta-button-darkblue.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme .cta-button-lightblue.button.cta-button-darkblue.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar .cta-button-lightblue.button.cta-button-darkblue.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar .cta-button-lightblue.button.cta-button-darkblue.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme .cta-button-lightblue.button.cta-button-darkblue.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar .cta-button-lightblue.button.cta-button-darkblue.cta-button-white:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-lightblue.button.cta-button-darkblue.cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .cta-button-lightblue.button.cta-button-darkblue.cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .cta-button-lightblue.button.cta-button-darkblue.cta-button-white:hover, .umcg-website-theme .cookie-bar .cta-button-darkblue.button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme .cta-button-darkblue.button.cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .cta-button-darkblue.button.cta-button-white:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-darkblue.button.cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .cta-button-darkblue.button.cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .cta-button-darkblue.button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar .cta-button-darkblue.button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme .cta-button-darkblue.button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar .cta-button-darkblue.button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar .cta-button-darkblue.button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme .cta-button-darkblue.button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar .cta-button-darkblue.button.cta-button-white:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-darkblue.button.cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .cta-button-darkblue.button.cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .cta-button-darkblue.button.cta-button-white:hover, .umcg-website-theme .cookie-bar .button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme .button.cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar .button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme .button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar .button.cta-button-white:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button.cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .button.cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .button.cta-button-white:hover, .umcg-website-theme .cookie-bar .cta-button-lightblue.button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme .cta-button-lightblue.button.cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .cta-button-lightblue.button.cta-button-white:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-lightblue.button.cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .cta-button-lightblue.button.cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .cta-button-lightblue.button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar .cta-button-lightblue.button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme .cta-button-lightblue.button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar .cta-button-lightblue.button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar .cta-button-lightblue.button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme .cta-button-lightblue.button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar .cta-button-lightblue.button.cta-button-white:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-lightblue.button.cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .cta-button-lightblue.button.cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .cta-button-lightblue.button.cta-button-white:hover, .umcg-website-theme .cookie-bar .cta-button-darkblue.button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme .cta-button-darkblue.button.cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .cta-button-darkblue.button.cta-button-white:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-darkblue.button.cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .cta-button-darkblue.button.cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .cta-button-darkblue.button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar .cta-button-darkblue.button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme .cta-button-darkblue.button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar .cta-button-darkblue.button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar .cta-button-darkblue.button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme .cta-button-darkblue.button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar .cta-button-darkblue.button.cta-button-white:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-darkblue.button.cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .cta-button-darkblue.button.cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .cta-button-darkblue.button.cta-button-white:hover, .umcg-website-theme .cookie-bar .cta-button-white.button:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme .cta-button-white.button:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .cta-button-white.button:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-white.button:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .cta-button-white.button:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .cta-button-white.button:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar .cta-button-white.button:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme .cta-button-white.button:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar .cta-button-white.button:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar .cta-button-white.button:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme .cta-button-white.button:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar .cta-button-white.button:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-white.button:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .cta-button-white.button:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .cta-button-white.button:hover, .umcg-website-theme .cookie-bar form input[type=submit].button.cta-button-white:hover, .umcg-website-theme form .cookie-bar input[type=submit].button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input[type=submit].button.cta-button-white:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input[type=submit].button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input[type=submit].button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme input[type=submit].button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input[type=submit].button.cta-button-white:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input[type=submit].button.cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input[type=submit].button.cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input[type=submit].button.cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input[type=submit].button.cta-button-white:hover, .umcg-website-theme .cookie-bar form input.cta-button-lightblue[type=submit].button.cta-button-white:hover, .umcg-website-theme form .cookie-bar input.cta-button-lightblue[type=submit].button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-lightblue[type=submit].button.cta-button-white:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-lightblue[type=submit].button.cta-button-white:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue[type=submit].button.cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue[type=submit].button.cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-lightblue[type=submit].button.cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue[type=submit].button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-lightblue[type=submit].button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme input.cta-button-lightblue[type=submit].button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-lightblue[type=submit].button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input.cta-button-lightblue[type=submit].button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-lightblue[type=submit].button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-lightblue[type=submit].button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-lightblue[type=submit].button.cta-button-white:hover, .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue[type=submit].button.cta-button-white:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-lightblue[type=submit].button.cta-button-white:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-lightblue[type=submit].button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-lightblue[type=submit].button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme input.cta-button-lightblue[type=submit].button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-lightblue[type=submit].button.cta-button-white:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue[type=submit].button.cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue[type=submit].button.cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-lightblue[type=submit].button.cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue[type=submit].button.cta-button-white:hover, .umcg-website-theme .cookie-bar form input.cta-button-darkblue[type=submit].button.cta-button-white:hover, .umcg-website-theme form .cookie-bar input.cta-button-darkblue[type=submit].button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-darkblue[type=submit].button.cta-button-white:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-darkblue[type=submit].button.cta-button-white:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue[type=submit].button.cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-darkblue[type=submit].button.cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-darkblue[type=submit].button.cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-darkblue[type=submit].button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-darkblue[type=submit].button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme input.cta-button-darkblue[type=submit].button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-darkblue[type=submit].button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input.cta-button-darkblue[type=submit].button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-darkblue[type=submit].button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-darkblue[type=submit].button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-darkblue[type=submit].button.cta-button-white:hover, .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-darkblue[type=submit].button.cta-button-white:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-darkblue[type=submit].button.cta-button-white:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-darkblue[type=submit].button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-darkblue[type=submit].button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme input.cta-button-darkblue[type=submit].button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-darkblue[type=submit].button.cta-button-white:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue[type=submit].button.cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-darkblue[type=submit].button.cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-darkblue[type=submit].button.cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-darkblue[type=submit].button.cta-button-white:hover, .umcg-website-theme .cookie-bar form input.cta-button-lightblue.cta-button-darkblue[type=submit].button.cta-button-white:hover, .umcg-website-theme form .cookie-bar input.cta-button-lightblue.cta-button-darkblue[type=submit].button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-lightblue.cta-button-darkblue[type=submit].button.cta-button-white:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-lightblue.cta-button-darkblue[type=submit].button.cta-button-white:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.cta-button-darkblue[type=submit].button.cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue.cta-button-darkblue[type=submit].button.cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-lightblue.cta-button-darkblue[type=submit].button.cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue.cta-button-darkblue[type=submit].button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-lightblue.cta-button-darkblue[type=submit].button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme input.cta-button-lightblue.cta-button-darkblue[type=submit].button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-lightblue.cta-button-darkblue[type=submit].button.cta-button-white:hover, .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue.cta-button-darkblue[type=submit].button.cta-button-white:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-lightblue.cta-button-darkblue[type=submit].button.cta-button-white:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-lightblue.cta-button-darkblue[type=submit].button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input.cta-button-lightblue.cta-button-darkblue[type=submit].button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-lightblue.cta-button-darkblue[type=submit].button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-lightblue.cta-button-darkblue[type=submit].button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-lightblue.cta-button-darkblue[type=submit].button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-lightblue.cta-button-darkblue[type=submit].button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme input.cta-button-lightblue.cta-button-darkblue[type=submit].button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-lightblue.cta-button-darkblue[type=submit].button.cta-button-white:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.cta-button-darkblue[type=submit].button.cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue.cta-button-darkblue[type=submit].button.cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-lightblue.cta-button-darkblue[type=submit].button.cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue.cta-button-darkblue[type=submit].button.cta-button-white:hover, .umcg-website-theme .cookie-bar form input.cta-button-white[type=submit].button:hover, .umcg-website-theme form .cookie-bar input.cta-button-white[type=submit].button:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-white[type=submit].button:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-white[type=submit].button:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-white[type=submit].button:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-white[type=submit].button:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-white[type=submit].button:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-white[type=submit].button:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-white[type=submit].button:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme input.cta-button-white[type=submit].button:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-white[type=submit].button:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input.cta-button-white[type=submit].button:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-white[type=submit].button:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-white[type=submit].button:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-white[type=submit].button:hover, .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-white[type=submit].button:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-white[type=submit].button:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-white[type=submit].button:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-white[type=submit].button:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme input.cta-button-white[type=submit].button:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-white[type=submit].button:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-white[type=submit].button:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-white[type=submit].button:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-white[type=submit].button:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-white[type=submit].button:hover, .umcg-website-theme .cookie-bar form input.cta-button-lightblue.cta-button-white[type=submit].button:hover, .umcg-website-theme form .cookie-bar input.cta-button-lightblue.cta-button-white[type=submit].button:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-lightblue.cta-button-white[type=submit].button:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-lightblue.cta-button-white[type=submit].button:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.cta-button-white[type=submit].button:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue.cta-button-white[type=submit].button:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-lightblue.cta-button-white[type=submit].button:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue.cta-button-white[type=submit].button:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-lightblue.cta-button-white[type=submit].button:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme input.cta-button-lightblue.cta-button-white[type=submit].button:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-lightblue.cta-button-white[type=submit].button:hover, .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue.cta-button-white[type=submit].button:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-lightblue.cta-button-white[type=submit].button:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-lightblue.cta-button-white[type=submit].button:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input.cta-button-lightblue.cta-button-white[type=submit].button:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-lightblue.cta-button-white[type=submit].button:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-lightblue.cta-button-white[type=submit].button:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-lightblue.cta-button-white[type=submit].button:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-lightblue.cta-button-white[type=submit].button:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme input.cta-button-lightblue.cta-button-white[type=submit].button:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-lightblue.cta-button-white[type=submit].button:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.cta-button-white[type=submit].button:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue.cta-button-white[type=submit].button:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-lightblue.cta-button-white[type=submit].button:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue.cta-button-white[type=submit].button:hover, .umcg-website-theme .cookie-bar form input.cta-button-darkblue.cta-button-white[type=submit].button:hover, .umcg-website-theme form .cookie-bar input.cta-button-darkblue.cta-button-white[type=submit].button:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-darkblue.cta-button-white[type=submit].button:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-darkblue.cta-button-white[type=submit].button:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue.cta-button-white[type=submit].button:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-darkblue.cta-button-white[type=submit].button:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-darkblue.cta-button-white[type=submit].button:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-darkblue.cta-button-white[type=submit].button:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-darkblue.cta-button-white[type=submit].button:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme input.cta-button-darkblue.cta-button-white[type=submit].button:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-darkblue.cta-button-white[type=submit].button:hover, .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-darkblue.cta-button-white[type=submit].button:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-darkblue.cta-button-white[type=submit].button:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-darkblue.cta-button-white[type=submit].button:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input.cta-button-darkblue.cta-button-white[type=submit].button:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-darkblue.cta-button-white[type=submit].button:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-darkblue.cta-button-white[type=submit].button:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-darkblue.cta-button-white[type=submit].button:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-darkblue.cta-button-white[type=submit].button:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme input.cta-button-darkblue.cta-button-white[type=submit].button:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-darkblue.cta-button-white[type=submit].button:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue.cta-button-white[type=submit].button:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-darkblue.cta-button-white[type=submit].button:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-darkblue.cta-button-white[type=submit].button:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-darkblue.cta-button-white[type=submit].button:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar .button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .button.cta-button-white:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button.cta-button-lightblue.cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .button.cta-button-lightblue.cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .button.cta-button-lightblue.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar .button.cta-button-lightblue.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme .button.cta-button-lightblue.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar .button.cta-button-lightblue.cta-button-white:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button.cta-button-lightblue.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar .button.cta-button-lightblue.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .button.cta-button-lightblue.cta-button-white:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button.cta-button-darkblue.cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .button.cta-button-darkblue.cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .button.cta-button-darkblue.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar .button.cta-button-darkblue.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme .button.cta-button-darkblue.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar .button.cta-button-darkblue.cta-button-white:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button.cta-button-darkblue.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar .button.cta-button-darkblue.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .button.cta-button-darkblue.cta-button-white:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-lightblue.button.cta-button-darkblue.cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .cta-button-lightblue.button.cta-button-darkblue.cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .cta-button-lightblue.button.cta-button-darkblue.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar .cta-button-lightblue.button.cta-button-darkblue.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme .cta-button-lightblue.button.cta-button-darkblue.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar .cta-button-lightblue.button.cta-button-darkblue.cta-button-white:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-lightblue.button.cta-button-darkblue.cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .cta-button-lightblue.button.cta-button-darkblue.cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .cta-button-lightblue.button.cta-button-darkblue.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar .cta-button-lightblue.button.cta-button-darkblue.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme .cta-button-lightblue.button.cta-button-darkblue.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar .cta-button-lightblue.button.cta-button-darkblue.cta-button-white:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-lightblue.button.cta-button-darkblue.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar .cta-button-lightblue.button.cta-button-darkblue.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .cta-button-lightblue.button.cta-button-darkblue.cta-button-white:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-darkblue.button.cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .cta-button-darkblue.button.cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .cta-button-darkblue.button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar .cta-button-darkblue.button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme .cta-button-darkblue.button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar .cta-button-darkblue.button.cta-button-white:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-darkblue.button.cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .cta-button-darkblue.button.cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .cta-button-darkblue.button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar .cta-button-darkblue.button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme .cta-button-darkblue.button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar .cta-button-darkblue.button.cta-button-white:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-darkblue.button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar .cta-button-darkblue.button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .cta-button-darkblue.button.cta-button-white:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button.cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .button.cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar .button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme .button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar .button.cta-button-white:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar .button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .button.cta-button-white:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-lightblue.button.cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .cta-button-lightblue.button.cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .cta-button-lightblue.button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar .cta-button-lightblue.button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme .cta-button-lightblue.button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar .cta-button-lightblue.button.cta-button-white:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-lightblue.button.cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .cta-button-lightblue.button.cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .cta-button-lightblue.button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar .cta-button-lightblue.button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme .cta-button-lightblue.button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar .cta-button-lightblue.button.cta-button-white:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-lightblue.button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar .cta-button-lightblue.button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .cta-button-lightblue.button.cta-button-white:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-darkblue.button.cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .cta-button-darkblue.button.cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .cta-button-darkblue.button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar .cta-button-darkblue.button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme .cta-button-darkblue.button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar .cta-button-darkblue.button.cta-button-white:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-darkblue.button.cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .cta-button-darkblue.button.cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .cta-button-darkblue.button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar .cta-button-darkblue.button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme .cta-button-darkblue.button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar .cta-button-darkblue.button.cta-button-white:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-darkblue.button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar .cta-button-darkblue.button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .cta-button-darkblue.button.cta-button-white:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-white.button:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .cta-button-white.button:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .cta-button-white.button:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar .cta-button-white.button:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme .cta-button-white.button:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar .cta-button-white.button:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-white.button:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .cta-button-white.button:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .cta-button-white.button:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar .cta-button-white.button:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme .cta-button-white.button:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar .cta-button-white.button:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-white.button:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar .cta-button-white.button:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .cta-button-white.button:hover, .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input[type=submit].button.cta-button-white:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input[type=submit].button.cta-button-white:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input[type=submit].button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input[type=submit].button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input[type=submit].button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input[type=submit].button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input[type=submit].button.cta-button-white:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input[type=submit].button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input[type=submit].button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input[type=submit].button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input[type=submit].button.cta-button-white:hover, .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue[type=submit].button.cta-button-white:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-lightblue[type=submit].button.cta-button-white:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-lightblue[type=submit].button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input.cta-button-lightblue[type=submit].button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-lightblue[type=submit].button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-lightblue[type=submit].button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-lightblue[type=submit].button.cta-button-white:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue[type=submit].button.cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue[type=submit].button.cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-lightblue[type=submit].button.cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue[type=submit].button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-lightblue[type=submit].button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme input.cta-button-lightblue[type=submit].button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-lightblue[type=submit].button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input.cta-button-lightblue[type=submit].button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-lightblue[type=submit].button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-lightblue[type=submit].button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-lightblue[type=submit].button.cta-button-white:hover, .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue[type=submit].button.cta-button-white:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-lightblue[type=submit].button.cta-button-white:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-lightblue[type=submit].button.cta-button-white:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue[type=submit].button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-lightblue[type=submit].button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-lightblue[type=submit].button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue[type=submit].button.cta-button-white:hover, .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-darkblue[type=submit].button.cta-button-white:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-darkblue[type=submit].button.cta-button-white:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-darkblue[type=submit].button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input.cta-button-darkblue[type=submit].button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-darkblue[type=submit].button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-darkblue[type=submit].button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-darkblue[type=submit].button.cta-button-white:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue[type=submit].button.cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-darkblue[type=submit].button.cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-darkblue[type=submit].button.cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-darkblue[type=submit].button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-darkblue[type=submit].button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme input.cta-button-darkblue[type=submit].button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-darkblue[type=submit].button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input.cta-button-darkblue[type=submit].button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-darkblue[type=submit].button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-darkblue[type=submit].button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-darkblue[type=submit].button.cta-button-white:hover, .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-darkblue[type=submit].button.cta-button-white:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-darkblue[type=submit].button.cta-button-white:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-darkblue[type=submit].button.cta-button-white:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue[type=submit].button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-darkblue[type=submit].button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-darkblue[type=submit].button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-darkblue[type=submit].button.cta-button-white:hover, .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue.cta-button-darkblue[type=submit].button.cta-button-white:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-lightblue.cta-button-darkblue[type=submit].button.cta-button-white:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-lightblue.cta-button-darkblue[type=submit].button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input.cta-button-lightblue.cta-button-darkblue[type=submit].button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-lightblue.cta-button-darkblue[type=submit].button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-lightblue.cta-button-darkblue[type=submit].button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-lightblue.cta-button-darkblue[type=submit].button.cta-button-white:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.cta-button-darkblue[type=submit].button.cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue.cta-button-darkblue[type=submit].button.cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-lightblue.cta-button-darkblue[type=submit].button.cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue.cta-button-darkblue[type=submit].button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-lightblue.cta-button-darkblue[type=submit].button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme input.cta-button-lightblue.cta-button-darkblue[type=submit].button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-lightblue.cta-button-darkblue[type=submit].button.cta-button-white:hover, .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue.cta-button-darkblue[type=submit].button.cta-button-white:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-lightblue.cta-button-darkblue[type=submit].button.cta-button-white:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-lightblue.cta-button-darkblue[type=submit].button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input.cta-button-lightblue.cta-button-darkblue[type=submit].button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-lightblue.cta-button-darkblue[type=submit].button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-lightblue.cta-button-darkblue[type=submit].button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-lightblue.cta-button-darkblue[type=submit].button.cta-button-white:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.cta-button-darkblue[type=submit].button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-lightblue.cta-button-darkblue[type=submit].button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-lightblue.cta-button-darkblue[type=submit].button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue.cta-button-darkblue[type=submit].button.cta-button-white:hover, .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-white[type=submit].button:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-white[type=submit].button:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-white[type=submit].button:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input.cta-button-white[type=submit].button:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-white[type=submit].button:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-white[type=submit].button:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-white[type=submit].button:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-white[type=submit].button:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-white[type=submit].button:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-white[type=submit].button:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-white[type=submit].button:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-white[type=submit].button:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme input.cta-button-white[type=submit].button:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-white[type=submit].button:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input.cta-button-white[type=submit].button:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-white[type=submit].button:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-white[type=submit].button:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-white[type=submit].button:hover, .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-white[type=submit].button:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-white[type=submit].button:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-white[type=submit].button:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-white[type=submit].button:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-white[type=submit].button:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-white[type=submit].button:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-white[type=submit].button:hover, .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue.cta-button-white[type=submit].button:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-lightblue.cta-button-white[type=submit].button:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-lightblue.cta-button-white[type=submit].button:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input.cta-button-lightblue.cta-button-white[type=submit].button:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-lightblue.cta-button-white[type=submit].button:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-lightblue.cta-button-white[type=submit].button:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-lightblue.cta-button-white[type=submit].button:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.cta-button-white[type=submit].button:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue.cta-button-white[type=submit].button:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-lightblue.cta-button-white[type=submit].button:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue.cta-button-white[type=submit].button:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-lightblue.cta-button-white[type=submit].button:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme input.cta-button-lightblue.cta-button-white[type=submit].button:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-lightblue.cta-button-white[type=submit].button:hover, .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue.cta-button-white[type=submit].button:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-lightblue.cta-button-white[type=submit].button:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-lightblue.cta-button-white[type=submit].button:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input.cta-button-lightblue.cta-button-white[type=submit].button:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-lightblue.cta-button-white[type=submit].button:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-lightblue.cta-button-white[type=submit].button:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-lightblue.cta-button-white[type=submit].button:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.cta-button-white[type=submit].button:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-lightblue.cta-button-white[type=submit].button:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-lightblue.cta-button-white[type=submit].button:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue.cta-button-white[type=submit].button:hover, .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-darkblue.cta-button-white[type=submit].button:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-darkblue.cta-button-white[type=submit].button:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-darkblue.cta-button-white[type=submit].button:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input.cta-button-darkblue.cta-button-white[type=submit].button:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-darkblue.cta-button-white[type=submit].button:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-darkblue.cta-button-white[type=submit].button:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-darkblue.cta-button-white[type=submit].button:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue.cta-button-white[type=submit].button:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-darkblue.cta-button-white[type=submit].button:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-darkblue.cta-button-white[type=submit].button:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-darkblue.cta-button-white[type=submit].button:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-darkblue.cta-button-white[type=submit].button:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme input.cta-button-darkblue.cta-button-white[type=submit].button:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-darkblue.cta-button-white[type=submit].button:hover, .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-darkblue.cta-button-white[type=submit].button:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-darkblue.cta-button-white[type=submit].button:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-darkblue.cta-button-white[type=submit].button:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input.cta-button-darkblue.cta-button-white[type=submit].button:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-darkblue.cta-button-white[type=submit].button:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-darkblue.cta-button-white[type=submit].button:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-darkblue.cta-button-white[type=submit].button:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue.cta-button-white[type=submit].button:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-darkblue.cta-button-white[type=submit].button:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-darkblue.cta-button-white[type=submit].button:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-darkblue.cta-button-white[type=submit].button:hover, .umcg-website-theme .cookie-bar form input.button.cta-button-white[type=submit]:hover, .umcg-website-theme form .cookie-bar input.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.button.cta-button-white[type=submit]:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.button.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-bar form input.button.cta-button-lightblue.cta-button-white[type=submit]:hover, .umcg-website-theme form .cookie-bar input.button.cta-button-lightblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.button.cta-button-lightblue.cta-button-white[type=submit]:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.button.cta-button-lightblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input.button.cta-button-lightblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.button.cta-button-lightblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.button.cta-button-lightblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.button.cta-button-lightblue.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.button.cta-button-lightblue.cta-button-white[type=submit]:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.button.cta-button-lightblue.cta-button-white[type=submit]:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.button.cta-button-lightblue.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-bar form input.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme form .cookie-bar input.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-bar form input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme form .cookie-bar input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-bar form input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme form .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-bar form input.button.cta-button-white[type=submit]:hover, .umcg-website-theme form .cookie-bar input.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.button.cta-button-white[type=submit]:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.button.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.button.cta-button-white[type=submit]:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.button.cta-button-white[type=submit]:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.button.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-bar form input.cta-button-lightblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme form .cookie-bar input.cta-button-lightblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-lightblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-lightblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-lightblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-lightblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-lightblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input.cta-button-lightblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-lightblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-lightblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-lightblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input.cta-button-lightblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-lightblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-lightblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-lightblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-lightblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-lightblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-bar form input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme form .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-bar form input.cta-button-white.button[type=submit]:hover, .umcg-website-theme form .cookie-bar input.cta-button-white.button[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-white.button[type=submit]:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-white.button[type=submit]:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-white.button[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-white.button[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-white.button[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-white.button[type=submit]:hover, .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-white.button[type=submit]:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-white.button[type=submit]:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-white.button[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input.cta-button-white.button[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-white.button[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-white.button[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-white.button[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input.cta-button-white.button[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-white.button[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-white.button[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-white.button[type=submit]:hover, .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-white.button[type=submit]:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-white.button[type=submit]:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-white.button[type=submit]:hover, .umcg-website-theme .cookie-bar form input[type=submit].cta-button-white:hover, .umcg-website-theme form .cookie-bar input[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input[type=submit].cta-button-white:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input[type=submit].cta-button-white:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input[type=submit].cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input[type=submit].cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input[type=submit].cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input[type=submit].cta-button-white:hover, .umcg-website-theme .cookie-bar form input.cta-button-lightblue[type=submit].cta-button-white:hover, .umcg-website-theme form .cookie-bar input.cta-button-lightblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-lightblue[type=submit].cta-button-white:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-lightblue[type=submit].cta-button-white:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue[type=submit].cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue[type=submit].cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-lightblue[type=submit].cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar form input.cta-button-lightblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme form .cookie-bar input.cta-button-lightblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme form input.cta-button-lightblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme form .cookie-bar input.cta-button-lightblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input.cta-button-lightblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-lightblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-lightblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-lightblue[type=submit].cta-button-white:hover, .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue[type=submit].cta-button-white:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-lightblue[type=submit].cta-button-white:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-lightblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input.cta-button-lightblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-lightblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-lightblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-lightblue[type=submit].cta-button-white:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue[type=submit].cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue[type=submit].cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-lightblue[type=submit].cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue[type=submit].cta-button-white:hover, .umcg-website-theme .cookie-bar form input.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme form .cookie-bar input.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar form input.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme form .cookie-bar input.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme form input.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme form .cookie-bar input.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme .cookie-bar form input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme form .cookie-bar input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar form input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme form .cookie-bar input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme form input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme form .cookie-bar input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme .cookie-bar form input.cta-button-white[type=submit]:hover, .umcg-website-theme form .cookie-bar input.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-white[type=submit]:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar form input.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme form .cookie-bar input.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme form input.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme form .cookie-bar input.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-white[type=submit]:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-white[type=submit]:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-bar form input.cta-button-lightblue.cta-button-white[type=submit]:hover, .umcg-website-theme form .cookie-bar input.cta-button-lightblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-lightblue.cta-button-white[type=submit]:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-lightblue.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-lightblue.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar form input.cta-button-lightblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme form .cookie-bar input.cta-button-lightblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme form input.cta-button-lightblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme form .cookie-bar input.cta-button-lightblue.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue.cta-button-white[type=submit]:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-lightblue.cta-button-white[type=submit]:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-lightblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input.cta-button-lightblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-lightblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-lightblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-lightblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input.cta-button-lightblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-lightblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-lightblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-lightblue.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-lightblue.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-bar form input.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme form .cookie-bar input.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar form input.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme form .cookie-bar input.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme form input.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme form .cookie-bar input.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.button.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.button.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.button.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.button.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.button.cta-button-lightblue.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.button.cta-button-lightblue.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.button.cta-button-lightblue.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.button.cta-button-lightblue.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.button.cta-button-lightblue.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.button.cta-button-lightblue.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.button.cta-button-lightblue.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.button.cta-button-lightblue.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.button.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.button.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.button.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.button.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.button.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.button.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.button.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.button.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-lightblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-lightblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-lightblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-white.button[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-white.button[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-white.button[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-white.button[type=submit]:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-white.button[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-white.button[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-white.button[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-white.button[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-white.button[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-white.button[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-white.button[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-white.button[type=submit]:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-white.button[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-white.button[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-white.button[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-white.button[type=submit]:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input[type=submit].cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input[type=submit].cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input[type=submit].cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input[type=submit].cta-button-white:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input[type=submit].cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input[type=submit].cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input[type=submit].cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input[type=submit].cta-button-white:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue[type=submit].cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue[type=submit].cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-lightblue[type=submit].cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue[type=submit].cta-button-white:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue[type=submit].cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue[type=submit].cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-lightblue[type=submit].cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue[type=submit].cta-button-white:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme input.cta-button-lightblue[type=submit].cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-lightblue[type=submit].cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme input.cta-button-lightblue[type=submit].cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-lightblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue[type=submit].cta-button-white:hover, .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue[type=submit].cta-button-white:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue[type=submit].cta-button-white:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-lightblue[type=submit].cta-button-white:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue[type=submit].cta-button-white:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue[type=submit].cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue[type=submit].cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-lightblue[type=submit].cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue[type=submit].cta-button-white:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme input.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme input.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme input.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme input.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-white[type=submit]:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-white[type=submit]:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-white[type=submit]:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-lightblue.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-lightblue.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme input.cta-button-lightblue.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-lightblue.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme input.cta-button-lightblue.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-lightblue.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.cta-button-white[type=submit]:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue.cta-button-white[type=submit]:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-lightblue.cta-button-white[type=submit]:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-lightblue.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme input.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme input.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme input.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.button.cta-button-lightblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme input.button.cta-button-lightblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.button.cta-button-lightblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.button.cta-button-lightblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme input.button.cta-button-lightblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.button.cta-button-lightblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme input.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme input.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme input.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme input.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-lightblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme input.cta-button-lightblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-lightblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme input.cta-button-lightblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-lightblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme input.cta-button-lightblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-lightblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-lightblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme input.cta-button-lightblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-lightblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-lightblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme input.cta-button-lightblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-lightblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-white.button[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme input.cta-button-white.button[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-white.button[type=submit]:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme input.cta-button-white.button[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-white.button[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme input.cta-button-white.button[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-white.button[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-white.button[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme input.cta-button-white.button[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-white.button[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-white.button[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme input.cta-button-white.button[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-white.button[type=submit]:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme input[type=submit].cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input[type=submit].cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme input[type=submit].cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form .umcg-website-theme input[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .umcg-website-theme .cookie-bar input[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form .umcg-website-theme input[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .umcg-website-theme .cookie-bar input[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme input[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input[type=submit].cta-button-white:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme input.cta-button-lightblue[type=submit].cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-lightblue[type=submit].cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme input.cta-button-lightblue[type=submit].cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-lightblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form .umcg-website-theme input.cta-button-lightblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .umcg-website-theme .cookie-bar input.cta-button-lightblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form .umcg-website-theme input.cta-button-lightblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .umcg-website-theme .cookie-bar input.cta-button-lightblue[type=submit].cta-button-white:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme input.cta-button-lightblue[type=submit].cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-lightblue[type=submit].cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme input.cta-button-lightblue[type=submit].cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-lightblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-lightblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme input.cta-button-lightblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-lightblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form .umcg-website-theme input.cta-button-lightblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .umcg-website-theme .cookie-bar input.cta-button-lightblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form .umcg-website-theme input.cta-button-lightblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .umcg-website-theme .cookie-bar input.cta-button-lightblue[type=submit].cta-button-white:hover, .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme input.cta-button-lightblue[type=submit].cta-button-white:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-lightblue[type=submit].cta-button-white:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme input.cta-button-lightblue[type=submit].cta-button-white:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-lightblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-lightblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme input.cta-button-lightblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-lightblue[type=submit].cta-button-white:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme input.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme input.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form .umcg-website-theme input.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .umcg-website-theme .cookie-bar input.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form .umcg-website-theme input.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .umcg-website-theme .cookie-bar input.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme input.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme input.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme input.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form .umcg-website-theme input.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .umcg-website-theme .cookie-bar input.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form .umcg-website-theme input.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .umcg-website-theme .cookie-bar input.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme input.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme input.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme input.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form .umcg-website-theme input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .umcg-website-theme .cookie-bar input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form .umcg-website-theme input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .umcg-website-theme .cookie-bar input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form .umcg-website-theme input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .umcg-website-theme .cookie-bar input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form .umcg-website-theme input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .umcg-website-theme .cookie-bar input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme input.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme input.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form .umcg-website-theme input.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .umcg-website-theme .cookie-bar input.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form .umcg-website-theme input.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .umcg-website-theme .cookie-bar input.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme input.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme input.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme input.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form .umcg-website-theme input.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .umcg-website-theme .cookie-bar input.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form .umcg-website-theme input.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .umcg-website-theme .cookie-bar input.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme input.cta-button-white[type=submit]:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-white[type=submit]:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme input.cta-button-white[type=submit]:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme input.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme input.cta-button-lightblue.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-lightblue.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme input.cta-button-lightblue.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-lightblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form .umcg-website-theme input.cta-button-lightblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .umcg-website-theme .cookie-bar input.cta-button-lightblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form .umcg-website-theme input.cta-button-lightblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .umcg-website-theme .cookie-bar input.cta-button-lightblue.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme input.cta-button-lightblue.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-lightblue.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme input.cta-button-lightblue.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-lightblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-lightblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme input.cta-button-lightblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-lightblue.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme input.cta-button-lightblue.cta-button-white[type=submit]:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-lightblue.cta-button-white[type=submit]:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme input.cta-button-lightblue.cta-button-white[type=submit]:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-lightblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form .umcg-website-theme input.cta-button-lightblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .umcg-website-theme .cookie-bar input.cta-button-lightblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form .umcg-website-theme input.cta-button-lightblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .umcg-website-theme .cookie-bar input.cta-button-lightblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-lightblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme input.cta-button-lightblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-lightblue.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme input.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme input.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form .umcg-website-theme input.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .umcg-website-theme .cookie-bar input.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form .umcg-website-theme input.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .umcg-website-theme .cookie-bar input.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme input.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme input.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme input.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme input.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme input.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form .umcg-website-theme input.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .umcg-website-theme .cookie-bar input.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form .umcg-website-theme input.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .umcg-website-theme .cookie-bar input.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme input.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input.button.cta-button-lightblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.button.cta-button-lightblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.button.cta-button-lightblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.button.cta-button-lightblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input.button.cta-button-lightblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.button.cta-button-lightblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.button.cta-button-lightblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.button.cta-button-lightblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input.cta-button-lightblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-lightblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-lightblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-lightblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form input.cta-button-lightblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-lightblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-lightblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-lightblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input.cta-button-lightblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-lightblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-lightblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-lightblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input.cta-button-lightblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-lightblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-lightblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-lightblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input.cta-button-white.button[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-white.button[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-white.button[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-white.button[type=submit]:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form input.cta-button-white.button[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-white.button[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-white.button[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-white.button[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input.cta-button-white.button[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-white.button[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-white.button[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-white.button[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input.cta-button-white.button[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-white.button[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-white.button[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-white.button[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input.cta-button-lightblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-lightblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-lightblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-lightblue[type=submit].cta-button-white:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form input.cta-button-lightblue[type=submit].cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-lightblue[type=submit].cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-lightblue[type=submit].cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-lightblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar form input.cta-button-lightblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme form .cookie-bar input.cta-button-lightblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme form input.cta-button-lightblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme form .cookie-bar input.cta-button-lightblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input.cta-button-lightblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-lightblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-lightblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-lightblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-lightblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-lightblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input.cta-button-lightblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-lightblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-lightblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-lightblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form input.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar form input.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme form .cookie-bar input.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme form input.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme form .cookie-bar input.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar form input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme form .cookie-bar input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme form input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme form .cookie-bar input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form input.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar form input.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme form .cookie-bar input.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme form input.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme form .cookie-bar input.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input.cta-button-lightblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-lightblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-lightblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-lightblue.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form input.cta-button-lightblue.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-lightblue.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-lightblue.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-lightblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar form input.cta-button-lightblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme form .cookie-bar input.cta-button-lightblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme form input.cta-button-lightblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme form .cookie-bar input.cta-button-lightblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-lightblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-lightblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input.cta-button-lightblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-lightblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-lightblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-lightblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input.cta-button-lightblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-lightblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-lightblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-lightblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form input.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar form input.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme form .cookie-bar input.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme form input.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme form .cookie-bar input.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.button.cta-button-white[type=submit]:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.button.cta-button-white[type=submit]:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.button.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.button.cta-button-lightblue.cta-button-white[type=submit]:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.button.cta-button-lightblue.cta-button-white[type=submit]:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.button.cta-button-lightblue.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.button.cta-button-lightblue.cta-button-white[type=submit]:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.button.cta-button-lightblue.cta-button-white[type=submit]:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.button.cta-button-lightblue.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.button.cta-button-white[type=submit]:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.button.cta-button-white[type=submit]:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.button.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.button.cta-button-white[type=submit]:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.button.cta-button-white[type=submit]:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.button.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-lightblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-lightblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-lightblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-lightblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-lightblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-lightblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-lightblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-lightblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-white.button[type=submit]:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-white.button[type=submit]:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-white.button[type=submit]:hover, .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-white.button[type=submit]:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-white.button[type=submit]:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-white.button[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-white.button[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-white.button[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-white.button[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-white.button[type=submit]:hover, .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-white.button[type=submit]:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-white.button[type=submit]:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-white.button[type=submit]:hover, .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input[type=submit].cta-button-white:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input[type=submit].cta-button-white:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input[type=submit].cta-button-white:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input[type=submit].cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input[type=submit].cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input[type=submit].cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input[type=submit].cta-button-white:hover, .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue[type=submit].cta-button-white:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-lightblue[type=submit].cta-button-white:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-lightblue[type=submit].cta-button-white:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue[type=submit].cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-lightblue[type=submit].cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue[type=submit].cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-lightblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-lightblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-lightblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-lightblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-lightblue[type=submit].cta-button-white:hover, .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue[type=submit].cta-button-white:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-lightblue[type=submit].cta-button-white:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-lightblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-lightblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-lightblue[type=submit].cta-button-white:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue[type=submit].cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-lightblue[type=submit].cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue[type=submit].cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-lightblue[type=submit].cta-button-white:hover, .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-white[type=submit]:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-white[type=submit]:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-white[type=submit]:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-white[type=submit]:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue.cta-button-white[type=submit]:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-lightblue.cta-button-white[type=submit]:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-lightblue.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-lightblue.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-lightblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-lightblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-lightblue.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue.cta-button-white[type=submit]:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-lightblue.cta-button-white[type=submit]:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-lightblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-lightblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-lightblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-lightblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-lightblue.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-lightblue.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-lightblue.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.button.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.button.cta-button-lightblue.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.button.cta-button-lightblue.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.button.cta-button-lightblue.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.button.cta-button-lightblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.button.cta-button-lightblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme input.button.cta-button-lightblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.button.cta-button-lightblue.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.button.cta-button-lightblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.button.cta-button-lightblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.button.cta-button-lightblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.button.cta-button-lightblue.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme input.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.button.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.button.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.button.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme input.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.button.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.button.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-lightblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-lightblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme input.cta-button-lightblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-lightblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-lightblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input.cta-button-lightblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-lightblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-lightblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-lightblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-lightblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme input.cta-button-lightblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-lightblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-lightblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-lightblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-white.button[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-white.button[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-white.button[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-white.button[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-white.button[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme input.cta-button-white.button[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-white.button[type=submit]:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-white.button[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-white.button[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-white.button[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-white.button[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input.cta-button-white.button[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-white.button[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-white.button[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-white.button[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-white.button[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme input.cta-button-white.button[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-white.button[type=submit]:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-white.button[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-white.button[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-white.button[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-white.button[type=submit]:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input[type=submit].cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input[type=submit].cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input[type=submit].cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input[type=submit].cta-button-white:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input[type=submit].cta-button-white:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue[type=submit].cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue[type=submit].cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-lightblue[type=submit].cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input.cta-button-lightblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-lightblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-lightblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-lightblue[type=submit].cta-button-white:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue[type=submit].cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue[type=submit].cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-lightblue[type=submit].cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-lightblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme input.cta-button-lightblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-lightblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input.cta-button-lightblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-lightblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-lightblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-lightblue[type=submit].cta-button-white:hover, .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue[type=submit].cta-button-white:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue[type=submit].cta-button-white:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-lightblue[type=submit].cta-button-white:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue[type=submit].cta-button-white:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-lightblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-lightblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue[type=submit].cta-button-white:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme input.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme input.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-white[type=submit]:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-white[type=submit]:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-white[type=submit]:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-lightblue.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input.cta-button-lightblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-lightblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-lightblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-lightblue.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-lightblue.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-lightblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme input.cta-button-lightblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-lightblue.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.cta-button-white[type=submit]:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue.cta-button-white[type=submit]:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-lightblue.cta-button-white[type=submit]:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input.cta-button-lightblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-lightblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-lightblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-lightblue.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-lightblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-lightblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme input.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-bar .button.button-tetiary:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .button.button-tetiary:focus, .umcg-website-theme .cookie-bar .button-tetiary.button.cta-button-lightblue:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme .button-tetiary.button.cta-button-lightblue:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .button-tetiary.button.cta-button-lightblue:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button-tetiary.button.cta-button-lightblue:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar .button-tetiary.button.cta-button-lightblue:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .button-tetiary.button.cta-button-lightblue:focus, .umcg-website-theme .cookie-bar .button-tetiary.button.cta-button-darkblue:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme .button-tetiary.button.cta-button-darkblue:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .button-tetiary.button.cta-button-darkblue:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button-tetiary.button.cta-button-darkblue:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar .button-tetiary.button.cta-button-darkblue:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .button-tetiary.button.cta-button-darkblue:focus, .umcg-website-theme .cookie-bar .button-tetiary.cta-button-lightblue.button.cta-button-darkblue:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme .button-tetiary.cta-button-lightblue.button.cta-button-darkblue:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .button-tetiary.cta-button-lightblue.button.cta-button-darkblue:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button-tetiary.cta-button-lightblue.button.cta-button-darkblue:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .button-tetiary.cta-button-lightblue.button.cta-button-darkblue:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .button-tetiary.cta-button-lightblue.button.cta-button-darkblue:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar .button-tetiary.cta-button-lightblue.button.cta-button-darkblue:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme .button-tetiary.cta-button-lightblue.button.cta-button-darkblue:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar .button-tetiary.cta-button-lightblue.button.cta-button-darkblue:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button-tetiary.cta-button-lightblue.button.cta-button-darkblue:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar .button-tetiary.cta-button-lightblue.button.cta-button-darkblue:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .button-tetiary.cta-button-lightblue.button.cta-button-darkblue:focus, .umcg-website-theme .cookie-bar .button-tetiary.cta-button-darkblue.button:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme .button-tetiary.cta-button-darkblue.button:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .button-tetiary.cta-button-darkblue.button:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button-tetiary.cta-button-darkblue.button:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .button-tetiary.cta-button-darkblue.button:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .button-tetiary.cta-button-darkblue.button:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar .button-tetiary.cta-button-darkblue.button:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme .button-tetiary.cta-button-darkblue.button:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar .button-tetiary.cta-button-darkblue.button:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button-tetiary.cta-button-darkblue.button:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar .button-tetiary.cta-button-darkblue.button:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .button-tetiary.cta-button-darkblue.button:focus, .umcg-website-theme .cookie-bar .button-tetiary.button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme .button-tetiary.button.cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .button-tetiary.button.cta-button-white:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button-tetiary.button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar .button-tetiary.button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .button-tetiary.button.cta-button-white:focus, .umcg-website-theme .cookie-bar .button-tetiary.cta-button-lightblue.button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme .button-tetiary.cta-button-lightblue.button.cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .button-tetiary.cta-button-lightblue.button.cta-button-white:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button-tetiary.cta-button-lightblue.button.cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .button-tetiary.cta-button-lightblue.button.cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .button-tetiary.cta-button-lightblue.button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar .button-tetiary.cta-button-lightblue.button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme .button-tetiary.cta-button-lightblue.button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar .button-tetiary.cta-button-lightblue.button.cta-button-white:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button-tetiary.cta-button-lightblue.button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar .button-tetiary.cta-button-lightblue.button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .button-tetiary.cta-button-lightblue.button.cta-button-white:focus, .umcg-website-theme .cookie-bar .button-tetiary.cta-button-darkblue.button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme .button-tetiary.cta-button-darkblue.button.cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .button-tetiary.cta-button-darkblue.button.cta-button-white:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button-tetiary.cta-button-darkblue.button.cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .button-tetiary.cta-button-darkblue.button.cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .button-tetiary.cta-button-darkblue.button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar .button-tetiary.cta-button-darkblue.button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme .button-tetiary.cta-button-darkblue.button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar .button-tetiary.cta-button-darkblue.button.cta-button-white:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button-tetiary.cta-button-darkblue.button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar .button-tetiary.cta-button-darkblue.button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .button-tetiary.cta-button-darkblue.button.cta-button-white:focus, .umcg-website-theme .cookie-bar .button-tetiary.cta-button-white.button:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme .button-tetiary.cta-button-white.button:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .button-tetiary.cta-button-white.button:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button-tetiary.cta-button-white.button:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .button-tetiary.cta-button-white.button:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .button-tetiary.cta-button-white.button:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar .button-tetiary.cta-button-white.button:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme .button-tetiary.cta-button-white.button:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar .button-tetiary.cta-button-white.button:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button-tetiary.cta-button-white.button:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar .button-tetiary.cta-button-white.button:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .button-tetiary.cta-button-white.button:focus, .umcg-website-theme .cookie-bar form input.button-tetiary[type=submit]:focus, .umcg-website-theme form .cookie-bar input.button-tetiary[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.button-tetiary[type=submit]:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.button-tetiary[type=submit]:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.button-tetiary[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.button-tetiary[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.button-tetiary[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.button-tetiary[type=submit]:focus, .umcg-website-theme .cookie-bar form input.button-tetiary.cta-button-lightblue[type=submit]:focus, .umcg-website-theme form .cookie-bar input.button-tetiary.cta-button-lightblue[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.button-tetiary.cta-button-lightblue[type=submit]:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.button-tetiary.cta-button-lightblue[type=submit]:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.button-tetiary.cta-button-lightblue[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.button-tetiary.cta-button-lightblue[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.button-tetiary.cta-button-lightblue[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.button-tetiary.cta-button-lightblue[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.button-tetiary.cta-button-lightblue[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme input.button-tetiary.cta-button-lightblue[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.button-tetiary.cta-button-lightblue[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input.button-tetiary.cta-button-lightblue[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.button-tetiary.cta-button-lightblue[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.button-tetiary.cta-button-lightblue[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.button-tetiary.cta-button-lightblue[type=submit]:focus, .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.button-tetiary.cta-button-lightblue[type=submit]:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.button-tetiary.cta-button-lightblue[type=submit]:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.button-tetiary.cta-button-lightblue[type=submit]:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.button-tetiary.cta-button-lightblue[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.button-tetiary.cta-button-lightblue[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.button-tetiary.cta-button-lightblue[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.button-tetiary.cta-button-lightblue[type=submit]:focus, .umcg-website-theme .cookie-bar form input.button-tetiary.cta-button-darkblue[type=submit]:focus, .umcg-website-theme form .cookie-bar input.button-tetiary.cta-button-darkblue[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.button-tetiary.cta-button-darkblue[type=submit]:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.button-tetiary.cta-button-darkblue[type=submit]:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.button-tetiary.cta-button-darkblue[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.button-tetiary.cta-button-darkblue[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.button-tetiary.cta-button-darkblue[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.button-tetiary.cta-button-darkblue[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.button-tetiary.cta-button-darkblue[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme input.button-tetiary.cta-button-darkblue[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.button-tetiary.cta-button-darkblue[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input.button-tetiary.cta-button-darkblue[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.button-tetiary.cta-button-darkblue[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.button-tetiary.cta-button-darkblue[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.button-tetiary.cta-button-darkblue[type=submit]:focus, .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.button-tetiary.cta-button-darkblue[type=submit]:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.button-tetiary.cta-button-darkblue[type=submit]:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.button-tetiary.cta-button-darkblue[type=submit]:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.button-tetiary.cta-button-darkblue[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.button-tetiary.cta-button-darkblue[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.button-tetiary.cta-button-darkblue[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.button-tetiary.cta-button-darkblue[type=submit]:focus, .umcg-website-theme .cookie-bar form input.button-tetiary.cta-button-lightblue.cta-button-darkblue[type=submit]:focus, .umcg-website-theme form .cookie-bar input.button-tetiary.cta-button-lightblue.cta-button-darkblue[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.button-tetiary.cta-button-lightblue.cta-button-darkblue[type=submit]:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.button-tetiary.cta-button-lightblue.cta-button-darkblue[type=submit]:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.button-tetiary.cta-button-lightblue.cta-button-darkblue[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.button-tetiary.cta-button-lightblue.cta-button-darkblue[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.button-tetiary.cta-button-lightblue.cta-button-darkblue[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.button-tetiary.cta-button-lightblue.cta-button-darkblue[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.button-tetiary.cta-button-lightblue.cta-button-darkblue[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme input.button-tetiary.cta-button-lightblue.cta-button-darkblue[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.button-tetiary.cta-button-lightblue.cta-button-darkblue[type=submit]:focus, .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.button-tetiary.cta-button-lightblue.cta-button-darkblue[type=submit]:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.button-tetiary.cta-button-lightblue.cta-button-darkblue[type=submit]:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.button-tetiary.cta-button-lightblue.cta-button-darkblue[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input.button-tetiary.cta-button-lightblue.cta-button-darkblue[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.button-tetiary.cta-button-lightblue.cta-button-darkblue[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.button-tetiary.cta-button-lightblue.cta-button-darkblue[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.button-tetiary.cta-button-lightblue.cta-button-darkblue[type=submit]:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.button-tetiary.cta-button-lightblue.cta-button-darkblue[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.button-tetiary.cta-button-lightblue.cta-button-darkblue[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.button-tetiary.cta-button-lightblue.cta-button-darkblue[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.button-tetiary.cta-button-lightblue.cta-button-darkblue[type=submit]:focus, .umcg-website-theme .cookie-bar form input.button-tetiary.cta-button-white[type=submit]:focus, .umcg-website-theme form .cookie-bar input.button-tetiary.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.button-tetiary.cta-button-white[type=submit]:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.button-tetiary.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.button-tetiary.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.button-tetiary.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.button-tetiary.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.button-tetiary.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.button-tetiary.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme input.button-tetiary.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.button-tetiary.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input.button-tetiary.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.button-tetiary.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.button-tetiary.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.button-tetiary.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.button-tetiary.cta-button-white[type=submit]:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.button-tetiary.cta-button-white[type=submit]:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.button-tetiary.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.button-tetiary.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.button-tetiary.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.button-tetiary.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.button-tetiary.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-bar form input.button-tetiary.cta-button-lightblue.cta-button-white[type=submit]:focus, .umcg-website-theme form .cookie-bar input.button-tetiary.cta-button-lightblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.button-tetiary.cta-button-lightblue.cta-button-white[type=submit]:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.button-tetiary.cta-button-lightblue.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.button-tetiary.cta-button-lightblue.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.button-tetiary.cta-button-lightblue.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.button-tetiary.cta-button-lightblue.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.button-tetiary.cta-button-lightblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.button-tetiary.cta-button-lightblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme input.button-tetiary.cta-button-lightblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.button-tetiary.cta-button-lightblue.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.button-tetiary.cta-button-lightblue.cta-button-white[type=submit]:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.button-tetiary.cta-button-lightblue.cta-button-white[type=submit]:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.button-tetiary.cta-button-lightblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input.button-tetiary.cta-button-lightblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.button-tetiary.cta-button-lightblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.button-tetiary.cta-button-lightblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.button-tetiary.cta-button-lightblue.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.button-tetiary.cta-button-lightblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.button-tetiary.cta-button-lightblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.button-tetiary.cta-button-lightblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.button-tetiary.cta-button-lightblue.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-bar form input.button-tetiary.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme form .cookie-bar input.button-tetiary.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.button-tetiary.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.button-tetiary.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.button-tetiary.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.button-tetiary.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.button-tetiary.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.button-tetiary.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.button-tetiary.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme input.button-tetiary.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.button-tetiary.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.button-tetiary.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.button-tetiary.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.button-tetiary.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input.button-tetiary.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.button-tetiary.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.button-tetiary.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.button-tetiary.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.button-tetiary.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.button-tetiary.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.button-tetiary.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.button-tetiary.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-bar .button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme .button.cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .button.cta-button-white:focus, .umcg-website-theme .cookie-bar .button.cta-button-lightblue.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme .button.cta-button-lightblue.cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .button.cta-button-lightblue.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar .button.cta-button-lightblue.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme .button.cta-button-lightblue.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar .button.cta-button-lightblue.cta-button-white:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button.cta-button-lightblue.cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .button.cta-button-lightblue.cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .button.cta-button-lightblue.cta-button-white:focus, .umcg-website-theme .cookie-bar .button.cta-button-darkblue.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme .button.cta-button-darkblue.cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .button.cta-button-darkblue.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar .button.cta-button-darkblue.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme .button.cta-button-darkblue.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar .button.cta-button-darkblue.cta-button-white:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button.cta-button-darkblue.cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .button.cta-button-darkblue.cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .button.cta-button-darkblue.cta-button-white:focus, .umcg-website-theme .cookie-bar .cta-button-lightblue.button.cta-button-darkblue.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme .cta-button-lightblue.button.cta-button-darkblue.cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .cta-button-lightblue.button.cta-button-darkblue.cta-button-white:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-lightblue.button.cta-button-darkblue.cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .cta-button-lightblue.button.cta-button-darkblue.cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .cta-button-lightblue.button.cta-button-darkblue.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar .cta-button-lightblue.button.cta-button-darkblue.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme .cta-button-lightblue.button.cta-button-darkblue.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar .cta-button-lightblue.button.cta-button-darkblue.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar .cta-button-lightblue.button.cta-button-darkblue.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme .cta-button-lightblue.button.cta-button-darkblue.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar .cta-button-lightblue.button.cta-button-darkblue.cta-button-white:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-lightblue.button.cta-button-darkblue.cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .cta-button-lightblue.button.cta-button-darkblue.cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .cta-button-lightblue.button.cta-button-darkblue.cta-button-white:focus, .umcg-website-theme .cookie-bar .cta-button-darkblue.button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme .cta-button-darkblue.button.cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .cta-button-darkblue.button.cta-button-white:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-darkblue.button.cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .cta-button-darkblue.button.cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .cta-button-darkblue.button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar .cta-button-darkblue.button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme .cta-button-darkblue.button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar .cta-button-darkblue.button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar .cta-button-darkblue.button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme .cta-button-darkblue.button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar .cta-button-darkblue.button.cta-button-white:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-darkblue.button.cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .cta-button-darkblue.button.cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .cta-button-darkblue.button.cta-button-white:focus, .umcg-website-theme .cookie-bar .button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme .button.cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar .button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme .button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar .button.cta-button-white:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button.cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .button.cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .button.cta-button-white:focus, .umcg-website-theme .cookie-bar .cta-button-lightblue.button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme .cta-button-lightblue.button.cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .cta-button-lightblue.button.cta-button-white:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-lightblue.button.cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .cta-button-lightblue.button.cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .cta-button-lightblue.button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar .cta-button-lightblue.button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme .cta-button-lightblue.button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar .cta-button-lightblue.button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar .cta-button-lightblue.button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme .cta-button-lightblue.button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar .cta-button-lightblue.button.cta-button-white:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-lightblue.button.cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .cta-button-lightblue.button.cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .cta-button-lightblue.button.cta-button-white:focus, .umcg-website-theme .cookie-bar .cta-button-darkblue.button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme .cta-button-darkblue.button.cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .cta-button-darkblue.button.cta-button-white:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-darkblue.button.cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .cta-button-darkblue.button.cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .cta-button-darkblue.button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar .cta-button-darkblue.button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme .cta-button-darkblue.button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar .cta-button-darkblue.button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar .cta-button-darkblue.button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme .cta-button-darkblue.button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar .cta-button-darkblue.button.cta-button-white:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-darkblue.button.cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .cta-button-darkblue.button.cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .cta-button-darkblue.button.cta-button-white:focus, .umcg-website-theme .cookie-bar .cta-button-white.button:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme .cta-button-white.button:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .cta-button-white.button:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-white.button:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .cta-button-white.button:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .cta-button-white.button:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar .cta-button-white.button:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme .cta-button-white.button:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar .cta-button-white.button:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar .cta-button-white.button:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme .cta-button-white.button:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar .cta-button-white.button:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-white.button:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .cta-button-white.button:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .cta-button-white.button:focus, .umcg-website-theme .cookie-bar form input[type=submit].button.cta-button-white:focus, .umcg-website-theme form .cookie-bar input[type=submit].button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input[type=submit].button.cta-button-white:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input[type=submit].button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input[type=submit].button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme input[type=submit].button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input[type=submit].button.cta-button-white:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input[type=submit].button.cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input[type=submit].button.cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input[type=submit].button.cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input[type=submit].button.cta-button-white:focus, .umcg-website-theme .cookie-bar form input.cta-button-lightblue[type=submit].button.cta-button-white:focus, .umcg-website-theme form .cookie-bar input.cta-button-lightblue[type=submit].button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-lightblue[type=submit].button.cta-button-white:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-lightblue[type=submit].button.cta-button-white:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue[type=submit].button.cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue[type=submit].button.cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-lightblue[type=submit].button.cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue[type=submit].button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-lightblue[type=submit].button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme input.cta-button-lightblue[type=submit].button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-lightblue[type=submit].button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input.cta-button-lightblue[type=submit].button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-lightblue[type=submit].button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-lightblue[type=submit].button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-lightblue[type=submit].button.cta-button-white:focus, .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue[type=submit].button.cta-button-white:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-lightblue[type=submit].button.cta-button-white:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-lightblue[type=submit].button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-lightblue[type=submit].button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme input.cta-button-lightblue[type=submit].button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-lightblue[type=submit].button.cta-button-white:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue[type=submit].button.cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue[type=submit].button.cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-lightblue[type=submit].button.cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue[type=submit].button.cta-button-white:focus, .umcg-website-theme .cookie-bar form input.cta-button-darkblue[type=submit].button.cta-button-white:focus, .umcg-website-theme form .cookie-bar input.cta-button-darkblue[type=submit].button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-darkblue[type=submit].button.cta-button-white:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-darkblue[type=submit].button.cta-button-white:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue[type=submit].button.cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-darkblue[type=submit].button.cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-darkblue[type=submit].button.cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-darkblue[type=submit].button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-darkblue[type=submit].button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme input.cta-button-darkblue[type=submit].button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-darkblue[type=submit].button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input.cta-button-darkblue[type=submit].button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-darkblue[type=submit].button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-darkblue[type=submit].button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-darkblue[type=submit].button.cta-button-white:focus, .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-darkblue[type=submit].button.cta-button-white:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-darkblue[type=submit].button.cta-button-white:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-darkblue[type=submit].button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-darkblue[type=submit].button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme input.cta-button-darkblue[type=submit].button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-darkblue[type=submit].button.cta-button-white:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue[type=submit].button.cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-darkblue[type=submit].button.cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-darkblue[type=submit].button.cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-darkblue[type=submit].button.cta-button-white:focus, .umcg-website-theme .cookie-bar form input.cta-button-lightblue.cta-button-darkblue[type=submit].button.cta-button-white:focus, .umcg-website-theme form .cookie-bar input.cta-button-lightblue.cta-button-darkblue[type=submit].button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-lightblue.cta-button-darkblue[type=submit].button.cta-button-white:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-lightblue.cta-button-darkblue[type=submit].button.cta-button-white:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.cta-button-darkblue[type=submit].button.cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue.cta-button-darkblue[type=submit].button.cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-lightblue.cta-button-darkblue[type=submit].button.cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue.cta-button-darkblue[type=submit].button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-lightblue.cta-button-darkblue[type=submit].button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme input.cta-button-lightblue.cta-button-darkblue[type=submit].button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-lightblue.cta-button-darkblue[type=submit].button.cta-button-white:focus, .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue.cta-button-darkblue[type=submit].button.cta-button-white:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-lightblue.cta-button-darkblue[type=submit].button.cta-button-white:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-lightblue.cta-button-darkblue[type=submit].button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input.cta-button-lightblue.cta-button-darkblue[type=submit].button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-lightblue.cta-button-darkblue[type=submit].button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-lightblue.cta-button-darkblue[type=submit].button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-lightblue.cta-button-darkblue[type=submit].button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-lightblue.cta-button-darkblue[type=submit].button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme input.cta-button-lightblue.cta-button-darkblue[type=submit].button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-lightblue.cta-button-darkblue[type=submit].button.cta-button-white:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.cta-button-darkblue[type=submit].button.cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue.cta-button-darkblue[type=submit].button.cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-lightblue.cta-button-darkblue[type=submit].button.cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue.cta-button-darkblue[type=submit].button.cta-button-white:focus, .umcg-website-theme .cookie-bar form input.cta-button-white[type=submit].button:focus, .umcg-website-theme form .cookie-bar input.cta-button-white[type=submit].button:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-white[type=submit].button:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-white[type=submit].button:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-white[type=submit].button:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-white[type=submit].button:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-white[type=submit].button:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-white[type=submit].button:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-white[type=submit].button:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme input.cta-button-white[type=submit].button:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-white[type=submit].button:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input.cta-button-white[type=submit].button:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-white[type=submit].button:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-white[type=submit].button:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-white[type=submit].button:focus, .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-white[type=submit].button:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-white[type=submit].button:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-white[type=submit].button:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-white[type=submit].button:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme input.cta-button-white[type=submit].button:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-white[type=submit].button:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-white[type=submit].button:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-white[type=submit].button:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-white[type=submit].button:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-white[type=submit].button:focus, .umcg-website-theme .cookie-bar form input.cta-button-lightblue.cta-button-white[type=submit].button:focus, .umcg-website-theme form .cookie-bar input.cta-button-lightblue.cta-button-white[type=submit].button:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-lightblue.cta-button-white[type=submit].button:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-lightblue.cta-button-white[type=submit].button:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.cta-button-white[type=submit].button:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue.cta-button-white[type=submit].button:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-lightblue.cta-button-white[type=submit].button:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue.cta-button-white[type=submit].button:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-lightblue.cta-button-white[type=submit].button:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme input.cta-button-lightblue.cta-button-white[type=submit].button:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-lightblue.cta-button-white[type=submit].button:focus, .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue.cta-button-white[type=submit].button:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-lightblue.cta-button-white[type=submit].button:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-lightblue.cta-button-white[type=submit].button:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input.cta-button-lightblue.cta-button-white[type=submit].button:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-lightblue.cta-button-white[type=submit].button:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-lightblue.cta-button-white[type=submit].button:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-lightblue.cta-button-white[type=submit].button:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-lightblue.cta-button-white[type=submit].button:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme input.cta-button-lightblue.cta-button-white[type=submit].button:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-lightblue.cta-button-white[type=submit].button:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.cta-button-white[type=submit].button:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue.cta-button-white[type=submit].button:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-lightblue.cta-button-white[type=submit].button:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue.cta-button-white[type=submit].button:focus, .umcg-website-theme .cookie-bar form input.cta-button-darkblue.cta-button-white[type=submit].button:focus, .umcg-website-theme form .cookie-bar input.cta-button-darkblue.cta-button-white[type=submit].button:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-darkblue.cta-button-white[type=submit].button:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-darkblue.cta-button-white[type=submit].button:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue.cta-button-white[type=submit].button:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-darkblue.cta-button-white[type=submit].button:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-darkblue.cta-button-white[type=submit].button:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-darkblue.cta-button-white[type=submit].button:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-darkblue.cta-button-white[type=submit].button:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme input.cta-button-darkblue.cta-button-white[type=submit].button:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-darkblue.cta-button-white[type=submit].button:focus, .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-darkblue.cta-button-white[type=submit].button:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-darkblue.cta-button-white[type=submit].button:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-darkblue.cta-button-white[type=submit].button:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input.cta-button-darkblue.cta-button-white[type=submit].button:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-darkblue.cta-button-white[type=submit].button:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-darkblue.cta-button-white[type=submit].button:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-darkblue.cta-button-white[type=submit].button:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-darkblue.cta-button-white[type=submit].button:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme input.cta-button-darkblue.cta-button-white[type=submit].button:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-darkblue.cta-button-white[type=submit].button:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue.cta-button-white[type=submit].button:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-darkblue.cta-button-white[type=submit].button:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-darkblue.cta-button-white[type=submit].button:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-darkblue.cta-button-white[type=submit].button:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar .button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .button.cta-button-white:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button.cta-button-lightblue.cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .button.cta-button-lightblue.cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .button.cta-button-lightblue.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar .button.cta-button-lightblue.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme .button.cta-button-lightblue.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar .button.cta-button-lightblue.cta-button-white:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button.cta-button-lightblue.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar .button.cta-button-lightblue.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .button.cta-button-lightblue.cta-button-white:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button.cta-button-darkblue.cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .button.cta-button-darkblue.cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .button.cta-button-darkblue.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar .button.cta-button-darkblue.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme .button.cta-button-darkblue.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar .button.cta-button-darkblue.cta-button-white:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button.cta-button-darkblue.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar .button.cta-button-darkblue.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .button.cta-button-darkblue.cta-button-white:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-lightblue.button.cta-button-darkblue.cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .cta-button-lightblue.button.cta-button-darkblue.cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .cta-button-lightblue.button.cta-button-darkblue.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar .cta-button-lightblue.button.cta-button-darkblue.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme .cta-button-lightblue.button.cta-button-darkblue.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar .cta-button-lightblue.button.cta-button-darkblue.cta-button-white:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-lightblue.button.cta-button-darkblue.cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .cta-button-lightblue.button.cta-button-darkblue.cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .cta-button-lightblue.button.cta-button-darkblue.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar .cta-button-lightblue.button.cta-button-darkblue.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme .cta-button-lightblue.button.cta-button-darkblue.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar .cta-button-lightblue.button.cta-button-darkblue.cta-button-white:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-lightblue.button.cta-button-darkblue.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar .cta-button-lightblue.button.cta-button-darkblue.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .cta-button-lightblue.button.cta-button-darkblue.cta-button-white:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-darkblue.button.cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .cta-button-darkblue.button.cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .cta-button-darkblue.button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar .cta-button-darkblue.button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme .cta-button-darkblue.button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar .cta-button-darkblue.button.cta-button-white:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-darkblue.button.cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .cta-button-darkblue.button.cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .cta-button-darkblue.button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar .cta-button-darkblue.button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme .cta-button-darkblue.button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar .cta-button-darkblue.button.cta-button-white:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-darkblue.button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar .cta-button-darkblue.button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .cta-button-darkblue.button.cta-button-white:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button.cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .button.cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar .button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme .button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar .button.cta-button-white:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar .button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .button.cta-button-white:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-lightblue.button.cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .cta-button-lightblue.button.cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .cta-button-lightblue.button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar .cta-button-lightblue.button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme .cta-button-lightblue.button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar .cta-button-lightblue.button.cta-button-white:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-lightblue.button.cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .cta-button-lightblue.button.cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .cta-button-lightblue.button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar .cta-button-lightblue.button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme .cta-button-lightblue.button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar .cta-button-lightblue.button.cta-button-white:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-lightblue.button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar .cta-button-lightblue.button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .cta-button-lightblue.button.cta-button-white:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-darkblue.button.cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .cta-button-darkblue.button.cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .cta-button-darkblue.button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar .cta-button-darkblue.button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme .cta-button-darkblue.button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar .cta-button-darkblue.button.cta-button-white:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-darkblue.button.cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .cta-button-darkblue.button.cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .cta-button-darkblue.button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar .cta-button-darkblue.button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme .cta-button-darkblue.button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar .cta-button-darkblue.button.cta-button-white:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-darkblue.button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar .cta-button-darkblue.button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .cta-button-darkblue.button.cta-button-white:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-white.button:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .cta-button-white.button:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .cta-button-white.button:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar .cta-button-white.button:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme .cta-button-white.button:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar .cta-button-white.button:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-white.button:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .cta-button-white.button:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .cta-button-white.button:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar .cta-button-white.button:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme .cta-button-white.button:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar .cta-button-white.button:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-white.button:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar .cta-button-white.button:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .cta-button-white.button:focus, .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input[type=submit].button.cta-button-white:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input[type=submit].button.cta-button-white:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input[type=submit].button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input[type=submit].button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input[type=submit].button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input[type=submit].button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input[type=submit].button.cta-button-white:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input[type=submit].button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input[type=submit].button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input[type=submit].button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input[type=submit].button.cta-button-white:focus, .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue[type=submit].button.cta-button-white:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-lightblue[type=submit].button.cta-button-white:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-lightblue[type=submit].button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input.cta-button-lightblue[type=submit].button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-lightblue[type=submit].button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-lightblue[type=submit].button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-lightblue[type=submit].button.cta-button-white:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue[type=submit].button.cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue[type=submit].button.cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-lightblue[type=submit].button.cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue[type=submit].button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-lightblue[type=submit].button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme input.cta-button-lightblue[type=submit].button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-lightblue[type=submit].button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input.cta-button-lightblue[type=submit].button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-lightblue[type=submit].button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-lightblue[type=submit].button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-lightblue[type=submit].button.cta-button-white:focus, .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue[type=submit].button.cta-button-white:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-lightblue[type=submit].button.cta-button-white:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-lightblue[type=submit].button.cta-button-white:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue[type=submit].button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-lightblue[type=submit].button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-lightblue[type=submit].button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue[type=submit].button.cta-button-white:focus, .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-darkblue[type=submit].button.cta-button-white:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-darkblue[type=submit].button.cta-button-white:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-darkblue[type=submit].button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input.cta-button-darkblue[type=submit].button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-darkblue[type=submit].button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-darkblue[type=submit].button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-darkblue[type=submit].button.cta-button-white:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue[type=submit].button.cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-darkblue[type=submit].button.cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-darkblue[type=submit].button.cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-darkblue[type=submit].button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-darkblue[type=submit].button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme input.cta-button-darkblue[type=submit].button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-darkblue[type=submit].button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input.cta-button-darkblue[type=submit].button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-darkblue[type=submit].button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-darkblue[type=submit].button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-darkblue[type=submit].button.cta-button-white:focus, .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-darkblue[type=submit].button.cta-button-white:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-darkblue[type=submit].button.cta-button-white:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-darkblue[type=submit].button.cta-button-white:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue[type=submit].button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-darkblue[type=submit].button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-darkblue[type=submit].button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-darkblue[type=submit].button.cta-button-white:focus, .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue.cta-button-darkblue[type=submit].button.cta-button-white:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-lightblue.cta-button-darkblue[type=submit].button.cta-button-white:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-lightblue.cta-button-darkblue[type=submit].button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input.cta-button-lightblue.cta-button-darkblue[type=submit].button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-lightblue.cta-button-darkblue[type=submit].button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-lightblue.cta-button-darkblue[type=submit].button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-lightblue.cta-button-darkblue[type=submit].button.cta-button-white:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.cta-button-darkblue[type=submit].button.cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue.cta-button-darkblue[type=submit].button.cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-lightblue.cta-button-darkblue[type=submit].button.cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue.cta-button-darkblue[type=submit].button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-lightblue.cta-button-darkblue[type=submit].button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme input.cta-button-lightblue.cta-button-darkblue[type=submit].button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-lightblue.cta-button-darkblue[type=submit].button.cta-button-white:focus, .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue.cta-button-darkblue[type=submit].button.cta-button-white:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-lightblue.cta-button-darkblue[type=submit].button.cta-button-white:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-lightblue.cta-button-darkblue[type=submit].button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input.cta-button-lightblue.cta-button-darkblue[type=submit].button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-lightblue.cta-button-darkblue[type=submit].button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-lightblue.cta-button-darkblue[type=submit].button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-lightblue.cta-button-darkblue[type=submit].button.cta-button-white:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.cta-button-darkblue[type=submit].button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-lightblue.cta-button-darkblue[type=submit].button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-lightblue.cta-button-darkblue[type=submit].button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue.cta-button-darkblue[type=submit].button.cta-button-white:focus, .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-white[type=submit].button:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-white[type=submit].button:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-white[type=submit].button:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input.cta-button-white[type=submit].button:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-white[type=submit].button:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-white[type=submit].button:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-white[type=submit].button:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-white[type=submit].button:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-white[type=submit].button:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-white[type=submit].button:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-white[type=submit].button:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-white[type=submit].button:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme input.cta-button-white[type=submit].button:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-white[type=submit].button:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input.cta-button-white[type=submit].button:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-white[type=submit].button:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-white[type=submit].button:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-white[type=submit].button:focus, .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-white[type=submit].button:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-white[type=submit].button:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-white[type=submit].button:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-white[type=submit].button:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-white[type=submit].button:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-white[type=submit].button:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-white[type=submit].button:focus, .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue.cta-button-white[type=submit].button:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-lightblue.cta-button-white[type=submit].button:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-lightblue.cta-button-white[type=submit].button:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input.cta-button-lightblue.cta-button-white[type=submit].button:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-lightblue.cta-button-white[type=submit].button:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-lightblue.cta-button-white[type=submit].button:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-lightblue.cta-button-white[type=submit].button:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.cta-button-white[type=submit].button:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue.cta-button-white[type=submit].button:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-lightblue.cta-button-white[type=submit].button:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue.cta-button-white[type=submit].button:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-lightblue.cta-button-white[type=submit].button:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme input.cta-button-lightblue.cta-button-white[type=submit].button:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-lightblue.cta-button-white[type=submit].button:focus, .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue.cta-button-white[type=submit].button:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-lightblue.cta-button-white[type=submit].button:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-lightblue.cta-button-white[type=submit].button:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input.cta-button-lightblue.cta-button-white[type=submit].button:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-lightblue.cta-button-white[type=submit].button:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-lightblue.cta-button-white[type=submit].button:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-lightblue.cta-button-white[type=submit].button:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.cta-button-white[type=submit].button:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-lightblue.cta-button-white[type=submit].button:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-lightblue.cta-button-white[type=submit].button:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue.cta-button-white[type=submit].button:focus, .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-darkblue.cta-button-white[type=submit].button:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-darkblue.cta-button-white[type=submit].button:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-darkblue.cta-button-white[type=submit].button:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input.cta-button-darkblue.cta-button-white[type=submit].button:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-darkblue.cta-button-white[type=submit].button:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-darkblue.cta-button-white[type=submit].button:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-darkblue.cta-button-white[type=submit].button:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue.cta-button-white[type=submit].button:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-darkblue.cta-button-white[type=submit].button:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-darkblue.cta-button-white[type=submit].button:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-darkblue.cta-button-white[type=submit].button:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-darkblue.cta-button-white[type=submit].button:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme input.cta-button-darkblue.cta-button-white[type=submit].button:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-darkblue.cta-button-white[type=submit].button:focus, .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-darkblue.cta-button-white[type=submit].button:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-darkblue.cta-button-white[type=submit].button:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-darkblue.cta-button-white[type=submit].button:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input.cta-button-darkblue.cta-button-white[type=submit].button:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-darkblue.cta-button-white[type=submit].button:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-darkblue.cta-button-white[type=submit].button:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-darkblue.cta-button-white[type=submit].button:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue.cta-button-white[type=submit].button:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-darkblue.cta-button-white[type=submit].button:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-darkblue.cta-button-white[type=submit].button:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-darkblue.cta-button-white[type=submit].button:focus, .umcg-website-theme .cookie-bar form input.button.cta-button-white[type=submit]:focus, .umcg-website-theme form .cookie-bar input.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.button.cta-button-white[type=submit]:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.button.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-bar form input.button.cta-button-lightblue.cta-button-white[type=submit]:focus, .umcg-website-theme form .cookie-bar input.button.cta-button-lightblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.button.cta-button-lightblue.cta-button-white[type=submit]:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.button.cta-button-lightblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input.button.cta-button-lightblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.button.cta-button-lightblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.button.cta-button-lightblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.button.cta-button-lightblue.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.button.cta-button-lightblue.cta-button-white[type=submit]:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.button.cta-button-lightblue.cta-button-white[type=submit]:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.button.cta-button-lightblue.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-bar form input.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme form .cookie-bar input.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-bar form input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme form .cookie-bar input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-bar form input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme form .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-bar form input.button.cta-button-white[type=submit]:focus, .umcg-website-theme form .cookie-bar input.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.button.cta-button-white[type=submit]:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.button.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.button.cta-button-white[type=submit]:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.button.cta-button-white[type=submit]:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.button.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-bar form input.cta-button-lightblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme form .cookie-bar input.cta-button-lightblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-lightblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-lightblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-lightblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-lightblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-lightblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input.cta-button-lightblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-lightblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-lightblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-lightblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input.cta-button-lightblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-lightblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-lightblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-lightblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-lightblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-lightblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-bar form input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme form .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-bar form input.cta-button-white.button[type=submit]:focus, .umcg-website-theme form .cookie-bar input.cta-button-white.button[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-white.button[type=submit]:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-white.button[type=submit]:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-white.button[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-white.button[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-white.button[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-white.button[type=submit]:focus, .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-white.button[type=submit]:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-white.button[type=submit]:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-white.button[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input.cta-button-white.button[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-white.button[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-white.button[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-white.button[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input.cta-button-white.button[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-white.button[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-white.button[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-white.button[type=submit]:focus, .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-white.button[type=submit]:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-white.button[type=submit]:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-white.button[type=submit]:focus, .umcg-website-theme .cookie-bar form input[type=submit].cta-button-white:focus, .umcg-website-theme form .cookie-bar input[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input[type=submit].cta-button-white:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input[type=submit].cta-button-white:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input[type=submit].cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input[type=submit].cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input[type=submit].cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input[type=submit].cta-button-white:focus, .umcg-website-theme .cookie-bar form input.cta-button-lightblue[type=submit].cta-button-white:focus, .umcg-website-theme form .cookie-bar input.cta-button-lightblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-lightblue[type=submit].cta-button-white:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-lightblue[type=submit].cta-button-white:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue[type=submit].cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue[type=submit].cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-lightblue[type=submit].cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar form input.cta-button-lightblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme form .cookie-bar input.cta-button-lightblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme form input.cta-button-lightblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme form .cookie-bar input.cta-button-lightblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input.cta-button-lightblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-lightblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-lightblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-lightblue[type=submit].cta-button-white:focus, .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue[type=submit].cta-button-white:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-lightblue[type=submit].cta-button-white:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-lightblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input.cta-button-lightblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-lightblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-lightblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-lightblue[type=submit].cta-button-white:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue[type=submit].cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue[type=submit].cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-lightblue[type=submit].cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue[type=submit].cta-button-white:focus, .umcg-website-theme .cookie-bar form input.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme form .cookie-bar input.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar form input.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme form .cookie-bar input.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme form input.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme form .cookie-bar input.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme .cookie-bar form input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme form .cookie-bar input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar form input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme form .cookie-bar input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme form input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme form .cookie-bar input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme .cookie-bar form input.cta-button-white[type=submit]:focus, .umcg-website-theme form .cookie-bar input.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-white[type=submit]:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar form input.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme form .cookie-bar input.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme form input.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme form .cookie-bar input.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-white[type=submit]:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-white[type=submit]:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-bar form input.cta-button-lightblue.cta-button-white[type=submit]:focus, .umcg-website-theme form .cookie-bar input.cta-button-lightblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-lightblue.cta-button-white[type=submit]:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-lightblue.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-lightblue.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar form input.cta-button-lightblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme form .cookie-bar input.cta-button-lightblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme form input.cta-button-lightblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme form .cookie-bar input.cta-button-lightblue.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue.cta-button-white[type=submit]:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-lightblue.cta-button-white[type=submit]:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-lightblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input.cta-button-lightblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-lightblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-lightblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-lightblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input.cta-button-lightblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-lightblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-lightblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-lightblue.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-lightblue.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-bar form input.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme form .cookie-bar input.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar form input.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme form .cookie-bar input.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme form input.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme form .cookie-bar input.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.button.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.button.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.button.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.button.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.button.cta-button-lightblue.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.button.cta-button-lightblue.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.button.cta-button-lightblue.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.button.cta-button-lightblue.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.button.cta-button-lightblue.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.button.cta-button-lightblue.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.button.cta-button-lightblue.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.button.cta-button-lightblue.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.button.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.button.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.button.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.button.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.button.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.button.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.button.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.button.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-lightblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-lightblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-lightblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-white.button[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-white.button[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-white.button[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-white.button[type=submit]:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-white.button[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-white.button[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-white.button[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-white.button[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-white.button[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-white.button[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-white.button[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-white.button[type=submit]:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-white.button[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-white.button[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-white.button[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-white.button[type=submit]:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input[type=submit].cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input[type=submit].cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input[type=submit].cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input[type=submit].cta-button-white:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input[type=submit].cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input[type=submit].cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input[type=submit].cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input[type=submit].cta-button-white:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue[type=submit].cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue[type=submit].cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-lightblue[type=submit].cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue[type=submit].cta-button-white:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue[type=submit].cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue[type=submit].cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-lightblue[type=submit].cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue[type=submit].cta-button-white:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme input.cta-button-lightblue[type=submit].cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-lightblue[type=submit].cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme input.cta-button-lightblue[type=submit].cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-lightblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue[type=submit].cta-button-white:focus, .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue[type=submit].cta-button-white:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue[type=submit].cta-button-white:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-lightblue[type=submit].cta-button-white:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue[type=submit].cta-button-white:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue[type=submit].cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue[type=submit].cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-lightblue[type=submit].cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue[type=submit].cta-button-white:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme input.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme input.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme input.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme input.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-white[type=submit]:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-white[type=submit]:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-white[type=submit]:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-lightblue.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-lightblue.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme input.cta-button-lightblue.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-lightblue.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme input.cta-button-lightblue.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-lightblue.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.cta-button-white[type=submit]:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue.cta-button-white[type=submit]:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-lightblue.cta-button-white[type=submit]:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-lightblue.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme input.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme input.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme input.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.button.cta-button-lightblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme input.button.cta-button-lightblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.button.cta-button-lightblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.button.cta-button-lightblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme input.button.cta-button-lightblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.button.cta-button-lightblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme input.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme input.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme input.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme input.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-lightblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme input.cta-button-lightblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-lightblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme input.cta-button-lightblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-lightblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme input.cta-button-lightblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-lightblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-lightblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme input.cta-button-lightblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-lightblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-lightblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme input.cta-button-lightblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-lightblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-white.button[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme input.cta-button-white.button[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-white.button[type=submit]:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme input.cta-button-white.button[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-white.button[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme input.cta-button-white.button[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-white.button[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-white.button[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme input.cta-button-white.button[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-white.button[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-white.button[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme input.cta-button-white.button[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-white.button[type=submit]:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme input[type=submit].cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input[type=submit].cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme input[type=submit].cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form .umcg-website-theme input[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .umcg-website-theme .cookie-bar input[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form .umcg-website-theme input[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .umcg-website-theme .cookie-bar input[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme input[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input[type=submit].cta-button-white:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme input.cta-button-lightblue[type=submit].cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-lightblue[type=submit].cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme input.cta-button-lightblue[type=submit].cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-lightblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form .umcg-website-theme input.cta-button-lightblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .umcg-website-theme .cookie-bar input.cta-button-lightblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form .umcg-website-theme input.cta-button-lightblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .umcg-website-theme .cookie-bar input.cta-button-lightblue[type=submit].cta-button-white:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme input.cta-button-lightblue[type=submit].cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-lightblue[type=submit].cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme input.cta-button-lightblue[type=submit].cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-lightblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-lightblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme input.cta-button-lightblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-lightblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form .umcg-website-theme input.cta-button-lightblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .umcg-website-theme .cookie-bar input.cta-button-lightblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form .umcg-website-theme input.cta-button-lightblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .umcg-website-theme .cookie-bar input.cta-button-lightblue[type=submit].cta-button-white:focus, .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme input.cta-button-lightblue[type=submit].cta-button-white:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-lightblue[type=submit].cta-button-white:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme input.cta-button-lightblue[type=submit].cta-button-white:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-lightblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-lightblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme input.cta-button-lightblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-lightblue[type=submit].cta-button-white:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme input.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme input.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form .umcg-website-theme input.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .umcg-website-theme .cookie-bar input.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form .umcg-website-theme input.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .umcg-website-theme .cookie-bar input.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme input.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme input.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme input.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form .umcg-website-theme input.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .umcg-website-theme .cookie-bar input.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form .umcg-website-theme input.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .umcg-website-theme .cookie-bar input.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme input.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme input.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme input.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form .umcg-website-theme input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .umcg-website-theme .cookie-bar input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form .umcg-website-theme input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .umcg-website-theme .cookie-bar input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form .umcg-website-theme input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .umcg-website-theme .cookie-bar input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form .umcg-website-theme input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .umcg-website-theme .cookie-bar input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme input.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme input.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form .umcg-website-theme input.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .umcg-website-theme .cookie-bar input.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form .umcg-website-theme input.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .umcg-website-theme .cookie-bar input.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme input.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme input.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme input.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form .umcg-website-theme input.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .umcg-website-theme .cookie-bar input.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form .umcg-website-theme input.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .umcg-website-theme .cookie-bar input.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme input.cta-button-white[type=submit]:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-white[type=submit]:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme input.cta-button-white[type=submit]:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme input.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme input.cta-button-lightblue.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-lightblue.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme input.cta-button-lightblue.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-lightblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form .umcg-website-theme input.cta-button-lightblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .umcg-website-theme .cookie-bar input.cta-button-lightblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form .umcg-website-theme input.cta-button-lightblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .umcg-website-theme .cookie-bar input.cta-button-lightblue.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme input.cta-button-lightblue.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-lightblue.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme input.cta-button-lightblue.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-lightblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-lightblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme input.cta-button-lightblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-lightblue.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme input.cta-button-lightblue.cta-button-white[type=submit]:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-lightblue.cta-button-white[type=submit]:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme input.cta-button-lightblue.cta-button-white[type=submit]:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-lightblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form .umcg-website-theme input.cta-button-lightblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .umcg-website-theme .cookie-bar input.cta-button-lightblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form .umcg-website-theme input.cta-button-lightblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .umcg-website-theme .cookie-bar input.cta-button-lightblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-lightblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme input.cta-button-lightblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-lightblue.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme input.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme input.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form .umcg-website-theme input.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .umcg-website-theme .cookie-bar input.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form .umcg-website-theme input.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .umcg-website-theme .cookie-bar input.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme input.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme input.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme input.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme input.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme input.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form .umcg-website-theme input.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .umcg-website-theme .cookie-bar input.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form .umcg-website-theme input.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .umcg-website-theme .cookie-bar input.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme input.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input.button.cta-button-lightblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.button.cta-button-lightblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.button.cta-button-lightblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.button.cta-button-lightblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input.button.cta-button-lightblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.button.cta-button-lightblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.button.cta-button-lightblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.button.cta-button-lightblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input.cta-button-lightblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-lightblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-lightblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-lightblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form input.cta-button-lightblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-lightblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-lightblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-lightblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input.cta-button-lightblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-lightblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-lightblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-lightblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input.cta-button-lightblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-lightblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-lightblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-lightblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input.cta-button-white.button[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-white.button[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-white.button[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-white.button[type=submit]:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form input.cta-button-white.button[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-white.button[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-white.button[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-white.button[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input.cta-button-white.button[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-white.button[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-white.button[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-white.button[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input.cta-button-white.button[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-white.button[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-white.button[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-white.button[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input.cta-button-lightblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-lightblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-lightblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-lightblue[type=submit].cta-button-white:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form input.cta-button-lightblue[type=submit].cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-lightblue[type=submit].cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-lightblue[type=submit].cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-lightblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar form input.cta-button-lightblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme form .cookie-bar input.cta-button-lightblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme form input.cta-button-lightblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme form .cookie-bar input.cta-button-lightblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input.cta-button-lightblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-lightblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-lightblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-lightblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-lightblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-lightblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input.cta-button-lightblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-lightblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-lightblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-lightblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form input.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar form input.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme form .cookie-bar input.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme form input.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme form .cookie-bar input.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar form input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme form .cookie-bar input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme form input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme form .cookie-bar input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form input.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar form input.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme form .cookie-bar input.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme form input.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme form .cookie-bar input.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input.cta-button-lightblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-lightblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-lightblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-lightblue.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form input.cta-button-lightblue.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-lightblue.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-lightblue.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-lightblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar form input.cta-button-lightblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme form .cookie-bar input.cta-button-lightblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme form input.cta-button-lightblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme form .cookie-bar input.cta-button-lightblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-lightblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-lightblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input.cta-button-lightblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-lightblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-lightblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-lightblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input.cta-button-lightblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-lightblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-lightblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-lightblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form input.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar form input.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme form .cookie-bar input.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme form input.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme form .cookie-bar input.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.button.cta-button-white[type=submit]:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.button.cta-button-white[type=submit]:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.button.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.button.cta-button-lightblue.cta-button-white[type=submit]:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.button.cta-button-lightblue.cta-button-white[type=submit]:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.button.cta-button-lightblue.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.button.cta-button-lightblue.cta-button-white[type=submit]:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.button.cta-button-lightblue.cta-button-white[type=submit]:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.button.cta-button-lightblue.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.button.cta-button-white[type=submit]:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.button.cta-button-white[type=submit]:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.button.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.button.cta-button-white[type=submit]:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.button.cta-button-white[type=submit]:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.button.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-lightblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-lightblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-lightblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-lightblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-lightblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-lightblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-lightblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-lightblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-white.button[type=submit]:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-white.button[type=submit]:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-white.button[type=submit]:focus, .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-white.button[type=submit]:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-white.button[type=submit]:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-white.button[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-white.button[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-white.button[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-white.button[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-white.button[type=submit]:focus, .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-white.button[type=submit]:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-white.button[type=submit]:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-white.button[type=submit]:focus, .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input[type=submit].cta-button-white:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input[type=submit].cta-button-white:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input[type=submit].cta-button-white:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input[type=submit].cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input[type=submit].cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input[type=submit].cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input[type=submit].cta-button-white:focus, .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue[type=submit].cta-button-white:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-lightblue[type=submit].cta-button-white:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-lightblue[type=submit].cta-button-white:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue[type=submit].cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-lightblue[type=submit].cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue[type=submit].cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-lightblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-lightblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-lightblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-lightblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-lightblue[type=submit].cta-button-white:focus, .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue[type=submit].cta-button-white:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-lightblue[type=submit].cta-button-white:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-lightblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-lightblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-lightblue[type=submit].cta-button-white:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue[type=submit].cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-lightblue[type=submit].cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue[type=submit].cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-lightblue[type=submit].cta-button-white:focus, .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-white[type=submit]:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-white[type=submit]:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-white[type=submit]:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-white[type=submit]:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue.cta-button-white[type=submit]:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-lightblue.cta-button-white[type=submit]:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-lightblue.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-lightblue.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-lightblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-lightblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-lightblue.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue.cta-button-white[type=submit]:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-lightblue.cta-button-white[type=submit]:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-lightblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-lightblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-lightblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-lightblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-lightblue.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-lightblue.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-lightblue.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.button.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.button.cta-button-lightblue.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.button.cta-button-lightblue.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.button.cta-button-lightblue.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.button.cta-button-lightblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.button.cta-button-lightblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme input.button.cta-button-lightblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.button.cta-button-lightblue.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.button.cta-button-lightblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.button.cta-button-lightblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.button.cta-button-lightblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.button.cta-button-lightblue.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme input.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.button.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.button.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.button.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme input.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.button.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.button.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-lightblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-lightblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme input.cta-button-lightblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-lightblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-lightblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input.cta-button-lightblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-lightblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-lightblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-lightblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-lightblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme input.cta-button-lightblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-lightblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-lightblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-lightblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-white.button[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-white.button[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-white.button[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-white.button[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-white.button[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme input.cta-button-white.button[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-white.button[type=submit]:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-white.button[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-white.button[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-white.button[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-white.button[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input.cta-button-white.button[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-white.button[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-white.button[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-white.button[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-white.button[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme input.cta-button-white.button[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-white.button[type=submit]:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-white.button[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-white.button[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-white.button[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-white.button[type=submit]:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input[type=submit].cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input[type=submit].cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input[type=submit].cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input[type=submit].cta-button-white:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input[type=submit].cta-button-white:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue[type=submit].cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue[type=submit].cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-lightblue[type=submit].cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input.cta-button-lightblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-lightblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-lightblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-lightblue[type=submit].cta-button-white:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue[type=submit].cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue[type=submit].cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-lightblue[type=submit].cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-lightblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme input.cta-button-lightblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-lightblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input.cta-button-lightblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-lightblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-lightblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-lightblue[type=submit].cta-button-white:focus, .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue[type=submit].cta-button-white:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue[type=submit].cta-button-white:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-lightblue[type=submit].cta-button-white:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue[type=submit].cta-button-white:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-lightblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-lightblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue[type=submit].cta-button-white:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme input.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme input.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-white[type=submit]:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-white[type=submit]:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-white[type=submit]:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-lightblue.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input.cta-button-lightblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-lightblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-lightblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-lightblue.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-lightblue.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-lightblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme input.cta-button-lightblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-lightblue.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.cta-button-white[type=submit]:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue.cta-button-white[type=submit]:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-lightblue.cta-button-white[type=submit]:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input.cta-button-lightblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-lightblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-lightblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-lightblue.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-lightblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-lightblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme input.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-darkblue.cta-button-white[type=submit]:focus {
  border-color: #fff;
}
@media all and (orientation: portrait) {
  .umcg-website-theme .cookie-bar, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar {
    height: 80vh;
  }
}
@media all and (min-height: 500px) {
  .umcg-website-theme .cookie-bar, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar {
    top: calc(50% - 30px);
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    max-height: calc(100vh - 100px);
  }
}
@media all and (min-width: 576px) {
  .umcg-website-theme .cookie-bar, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar {
    top: 30%;
    height: auto;
  }
  .umcg-website-theme .cookie-bar button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar button {
    border-radius: 30px;
  }
}
@media all and (min-width: 992px) {
  .umcg-website-theme .cookie-bar button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar button {
    border-radius: 30px;
  }
}
.umcg-website-theme .cookie-notice-overlay, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-notice-overlay {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 22;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transition: opacity 450ms ease-in-out, visibility 450ms 0s;
  transition: opacity 450ms ease-in-out, visibility 450ms 0s;
}
.umcg-website-theme .cookie-settings-wrapper, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings-wrapper {
  padding: 20px;
  overflow: hidden;
  overflow-y: auto;
  max-height: calc(70vh - 58px);
}
.umcg-website-theme .cookie-settings-wrapper .cookie-settings-header, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings-wrapper .cookie-settings-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1.8rem;
}
.umcg-website-theme .cookie-settings, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings {
  margin-left: auto;
  margin-right: auto;
  border-radius: 10px;
  background-color: rgba(0, 49, 131, 0.95);
  color: #fff;
  overflow: hidden;
  position: fixed;
  visibility: hidden;
  opacity: 0;
  top: 50%;
  -webkit-transform: scale(0.01) translateY(-50%);
          transform: scale(0.01) translateY(-50%);
  left: 20px;
  right: 20px;
  max-width: 560px;
  -webkit-transform-origin: top center;
          transform-origin: top center;
  max-height: 80vh;
  z-index: 23;
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: opacity 450ms ease-in-out, visibility 450ms 0s, -webkit-transform 450ms cubic-bezier(0.745, -0.6, 0.585, 0.995);
  transition: opacity 450ms ease-in-out, visibility 450ms 0s, -webkit-transform 450ms cubic-bezier(0.745, -0.6, 0.585, 0.995);
  transition: transform 450ms cubic-bezier(0.745, -0.6, 0.585, 0.995), opacity 450ms ease-in-out, visibility 450ms 0s;
  transition: transform 450ms cubic-bezier(0.745, -0.6, 0.585, 0.995), opacity 450ms ease-in-out, visibility 450ms 0s, -webkit-transform 450ms cubic-bezier(0.745, -0.6, 0.585, 0.995);
}
.umcg-website-theme .cookie-settings h2, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings h2 {
  color: #fff;
}
.umcg-website-theme .cookie-settings a, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings a {
  color: #fff;
}
.umcg-website-theme .cookie-settings[aria-hidden=false], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings[aria-hidden=false] {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scale(1) translateY(-50%);
          transform: scale(1) translateY(-50%);
  -webkit-transition: opacity 450ms ease-in-out, visibility 0s, -webkit-transform 450ms cubic-bezier(0.745, -0.6, 0.585, 0.995);
  transition: opacity 450ms ease-in-out, visibility 0s, -webkit-transform 450ms cubic-bezier(0.745, -0.6, 0.585, 0.995);
  transition: transform 450ms cubic-bezier(0.745, -0.6, 0.585, 0.995), opacity 450ms ease-in-out, visibility 0s;
  transition: transform 450ms cubic-bezier(0.745, -0.6, 0.585, 0.995), opacity 450ms ease-in-out, visibility 0s, -webkit-transform 450ms cubic-bezier(0.745, -0.6, 0.585, 0.995);
}
.umcg-website-theme .cookie-settings[aria-hidden=false] + .cookie-notice-overlay, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings[aria-hidden=false] + .cookie-notice-overlay {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 450ms ease-in-out, visibility 0s;
  transition: opacity 450ms ease-in-out, visibility 0s;
}
.umcg-website-theme .cookie-settings .cookie-close, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .cookie-close {
  background-color: transparent;
  border: 0;
  display: block;
  cursor: pointer;
  z-index: 5;
  margin-bottom: 1.2rem;
}
.umcg-website-theme .cookie-settings .cookie-close > svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .cookie-close > svg {
  fill: #fff;
}
.umcg-website-theme .cookie-settings .cookie-close:focus > svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .cookie-close:focus > svg, .umcg-website-theme .cookie-settings .cookie-close:hover > svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .cookie-close:hover > svg {
  fill: rgba(255, 255, 255, 0.6);
}
.umcg-website-theme .cookie-settings ul, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings ul {
  list-style: none;
  padding: 0;
  margin: 0 0 20px;
}
.umcg-website-theme .cookie-settings ul li, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings ul li {
  margin-bottom: 10px;
}
.umcg-website-theme .cookie-settings .panel-title, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .panel-title {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background-color: rgb(0, 49, 131);
  color: #fff;
  font-weight: bold;
  padding: 15px 25px;
  text-transform: uppercase;
  font-size: 1.6rem;
  line-height: 1.5;
}
.umcg-website-theme .cookie-settings .button.button-tetiary:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .button.button-tetiary:hover, .umcg-website-theme .cookie-settings .button-tetiary.button.cta-button-lightblue:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme .button-tetiary.button.cta-button-lightblue:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .button-tetiary.button.cta-button-lightblue:hover, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button-tetiary.button.cta-button-lightblue:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings .button-tetiary.button.cta-button-lightblue:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .button-tetiary.button.cta-button-lightblue:hover, .umcg-website-theme .cookie-settings .button-tetiary.button.cta-button-darkblue:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme .button-tetiary.button.cta-button-darkblue:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .button-tetiary.button.cta-button-darkblue:hover, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button-tetiary.button.cta-button-darkblue:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings .button-tetiary.button.cta-button-darkblue:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .button-tetiary.button.cta-button-darkblue:hover, .umcg-website-theme .cookie-settings .button-tetiary.cta-button-lightblue.button.cta-button-darkblue:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme .button-tetiary.cta-button-lightblue.button.cta-button-darkblue:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .button-tetiary.cta-button-lightblue.button.cta-button-darkblue:hover, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button-tetiary.cta-button-lightblue.button.cta-button-darkblue:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .button-tetiary.cta-button-lightblue.button.cta-button-darkblue:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .button-tetiary.cta-button-lightblue.button.cta-button-darkblue:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings .button-tetiary.cta-button-lightblue.button.cta-button-darkblue:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme .button-tetiary.cta-button-lightblue.button.cta-button-darkblue:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings .button-tetiary.cta-button-lightblue.button.cta-button-darkblue:hover, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button-tetiary.cta-button-lightblue.button.cta-button-darkblue:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings .button-tetiary.cta-button-lightblue.button.cta-button-darkblue:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .button-tetiary.cta-button-lightblue.button.cta-button-darkblue:hover, .umcg-website-theme .cookie-settings .button-tetiary.cta-button-darkblue.button:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme .button-tetiary.cta-button-darkblue.button:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .button-tetiary.cta-button-darkblue.button:hover, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button-tetiary.cta-button-darkblue.button:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .button-tetiary.cta-button-darkblue.button:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .button-tetiary.cta-button-darkblue.button:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings .button-tetiary.cta-button-darkblue.button:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme .button-tetiary.cta-button-darkblue.button:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings .button-tetiary.cta-button-darkblue.button:hover, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button-tetiary.cta-button-darkblue.button:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings .button-tetiary.cta-button-darkblue.button:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .button-tetiary.cta-button-darkblue.button:hover, .umcg-website-theme .cookie-settings .button-tetiary.button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme .button-tetiary.button.cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .button-tetiary.button.cta-button-white:hover, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button-tetiary.button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings .button-tetiary.button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .button-tetiary.button.cta-button-white:hover, .umcg-website-theme .cookie-settings .button-tetiary.cta-button-lightblue.button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme .button-tetiary.cta-button-lightblue.button.cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .button-tetiary.cta-button-lightblue.button.cta-button-white:hover, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button-tetiary.cta-button-lightblue.button.cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .button-tetiary.cta-button-lightblue.button.cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .button-tetiary.cta-button-lightblue.button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings .button-tetiary.cta-button-lightblue.button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme .button-tetiary.cta-button-lightblue.button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings .button-tetiary.cta-button-lightblue.button.cta-button-white:hover, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button-tetiary.cta-button-lightblue.button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings .button-tetiary.cta-button-lightblue.button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .button-tetiary.cta-button-lightblue.button.cta-button-white:hover, .umcg-website-theme .cookie-settings .button-tetiary.cta-button-darkblue.button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme .button-tetiary.cta-button-darkblue.button.cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .button-tetiary.cta-button-darkblue.button.cta-button-white:hover, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button-tetiary.cta-button-darkblue.button.cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .button-tetiary.cta-button-darkblue.button.cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .button-tetiary.cta-button-darkblue.button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings .button-tetiary.cta-button-darkblue.button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme .button-tetiary.cta-button-darkblue.button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings .button-tetiary.cta-button-darkblue.button.cta-button-white:hover, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button-tetiary.cta-button-darkblue.button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings .button-tetiary.cta-button-darkblue.button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .button-tetiary.cta-button-darkblue.button.cta-button-white:hover, .umcg-website-theme .cookie-settings .button-tetiary.cta-button-white.button:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme .button-tetiary.cta-button-white.button:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .button-tetiary.cta-button-white.button:hover, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button-tetiary.cta-button-white.button:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .button-tetiary.cta-button-white.button:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .button-tetiary.cta-button-white.button:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings .button-tetiary.cta-button-white.button:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme .button-tetiary.cta-button-white.button:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings .button-tetiary.cta-button-white.button:hover, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button-tetiary.cta-button-white.button:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings .button-tetiary.cta-button-white.button:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .button-tetiary.cta-button-white.button:hover, .umcg-website-theme .cookie-settings form input.button-tetiary[type=submit]:hover, .umcg-website-theme form .cookie-settings input.button-tetiary[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme form input.button-tetiary[type=submit]:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.button-tetiary[type=submit]:hover, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.button-tetiary[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.button-tetiary[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form input.button-tetiary[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.button-tetiary[type=submit]:hover, .umcg-website-theme .cookie-settings form input.button-tetiary.cta-button-lightblue[type=submit]:hover, .umcg-website-theme form .cookie-settings input.button-tetiary.cta-button-lightblue[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme form input.button-tetiary.cta-button-lightblue[type=submit]:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.button-tetiary.cta-button-lightblue[type=submit]:hover, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.button-tetiary.cta-button-lightblue[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.button-tetiary.cta-button-lightblue[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form input.button-tetiary.cta-button-lightblue[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.button-tetiary.cta-button-lightblue[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.button-tetiary.cta-button-lightblue[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form .umcg-website-theme input.button-tetiary.cta-button-lightblue[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.button-tetiary.cta-button-lightblue[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings form input.button-tetiary.cta-button-lightblue[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.button-tetiary.cta-button-lightblue[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme form input.button-tetiary.cta-button-lightblue[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.button-tetiary.cta-button-lightblue[type=submit]:hover, .umcg-website-theme .cookie-settings form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.button-tetiary.cta-button-lightblue[type=submit]:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.button-tetiary.cta-button-lightblue[type=submit]:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.button-tetiary.cta-button-lightblue[type=submit]:hover, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.button-tetiary.cta-button-lightblue[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.button-tetiary.cta-button-lightblue[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form input.button-tetiary.cta-button-lightblue[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.button-tetiary.cta-button-lightblue[type=submit]:hover, .umcg-website-theme .cookie-settings form input.button-tetiary.cta-button-darkblue[type=submit]:hover, .umcg-website-theme form .cookie-settings input.button-tetiary.cta-button-darkblue[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme form input.button-tetiary.cta-button-darkblue[type=submit]:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.button-tetiary.cta-button-darkblue[type=submit]:hover, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.button-tetiary.cta-button-darkblue[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.button-tetiary.cta-button-darkblue[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form input.button-tetiary.cta-button-darkblue[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.button-tetiary.cta-button-darkblue[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.button-tetiary.cta-button-darkblue[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form .umcg-website-theme input.button-tetiary.cta-button-darkblue[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.button-tetiary.cta-button-darkblue[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings form input.button-tetiary.cta-button-darkblue[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.button-tetiary.cta-button-darkblue[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme form input.button-tetiary.cta-button-darkblue[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.button-tetiary.cta-button-darkblue[type=submit]:hover, .umcg-website-theme .cookie-settings form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.button-tetiary.cta-button-darkblue[type=submit]:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.button-tetiary.cta-button-darkblue[type=submit]:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.button-tetiary.cta-button-darkblue[type=submit]:hover, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.button-tetiary.cta-button-darkblue[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.button-tetiary.cta-button-darkblue[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form input.button-tetiary.cta-button-darkblue[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.button-tetiary.cta-button-darkblue[type=submit]:hover, .umcg-website-theme .cookie-settings form input.button-tetiary.cta-button-lightblue.cta-button-darkblue[type=submit]:hover, .umcg-website-theme form .cookie-settings input.button-tetiary.cta-button-lightblue.cta-button-darkblue[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme form input.button-tetiary.cta-button-lightblue.cta-button-darkblue[type=submit]:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.button-tetiary.cta-button-lightblue.cta-button-darkblue[type=submit]:hover, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.button-tetiary.cta-button-lightblue.cta-button-darkblue[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.button-tetiary.cta-button-lightblue.cta-button-darkblue[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form input.button-tetiary.cta-button-lightblue.cta-button-darkblue[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.button-tetiary.cta-button-lightblue.cta-button-darkblue[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.button-tetiary.cta-button-lightblue.cta-button-darkblue[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form .umcg-website-theme input.button-tetiary.cta-button-lightblue.cta-button-darkblue[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.button-tetiary.cta-button-lightblue.cta-button-darkblue[type=submit]:hover, .umcg-website-theme .cookie-settings form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.button-tetiary.cta-button-lightblue.cta-button-darkblue[type=submit]:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.button-tetiary.cta-button-lightblue.cta-button-darkblue[type=submit]:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.button-tetiary.cta-button-lightblue.cta-button-darkblue[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings form input.button-tetiary.cta-button-lightblue.cta-button-darkblue[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.button-tetiary.cta-button-lightblue.cta-button-darkblue[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme form input.button-tetiary.cta-button-lightblue.cta-button-darkblue[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.button-tetiary.cta-button-lightblue.cta-button-darkblue[type=submit]:hover, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.button-tetiary.cta-button-lightblue.cta-button-darkblue[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.button-tetiary.cta-button-lightblue.cta-button-darkblue[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form input.button-tetiary.cta-button-lightblue.cta-button-darkblue[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.button-tetiary.cta-button-lightblue.cta-button-darkblue[type=submit]:hover, .umcg-website-theme .cookie-settings form input.button-tetiary.cta-button-white[type=submit]:hover, .umcg-website-theme form .cookie-settings input.button-tetiary.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme form input.button-tetiary.cta-button-white[type=submit]:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.button-tetiary.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.button-tetiary.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.button-tetiary.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form input.button-tetiary.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.button-tetiary.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.button-tetiary.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form .umcg-website-theme input.button-tetiary.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.button-tetiary.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings form input.button-tetiary.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.button-tetiary.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme form input.button-tetiary.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.button-tetiary.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-settings form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.button-tetiary.cta-button-white[type=submit]:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.button-tetiary.cta-button-white[type=submit]:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.button-tetiary.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.button-tetiary.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.button-tetiary.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form input.button-tetiary.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.button-tetiary.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-settings form input.button-tetiary.cta-button-lightblue.cta-button-white[type=submit]:hover, .umcg-website-theme form .cookie-settings input.button-tetiary.cta-button-lightblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme form input.button-tetiary.cta-button-lightblue.cta-button-white[type=submit]:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.button-tetiary.cta-button-lightblue.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.button-tetiary.cta-button-lightblue.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.button-tetiary.cta-button-lightblue.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form input.button-tetiary.cta-button-lightblue.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.button-tetiary.cta-button-lightblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.button-tetiary.cta-button-lightblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form .umcg-website-theme input.button-tetiary.cta-button-lightblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.button-tetiary.cta-button-lightblue.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-settings form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.button-tetiary.cta-button-lightblue.cta-button-white[type=submit]:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.button-tetiary.cta-button-lightblue.cta-button-white[type=submit]:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.button-tetiary.cta-button-lightblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings form input.button-tetiary.cta-button-lightblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.button-tetiary.cta-button-lightblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme form input.button-tetiary.cta-button-lightblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.button-tetiary.cta-button-lightblue.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.button-tetiary.cta-button-lightblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.button-tetiary.cta-button-lightblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form input.button-tetiary.cta-button-lightblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.button-tetiary.cta-button-lightblue.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-settings form input.button-tetiary.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme form .cookie-settings input.button-tetiary.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme form input.button-tetiary.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.button-tetiary.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.button-tetiary.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.button-tetiary.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form input.button-tetiary.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.button-tetiary.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.button-tetiary.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form .umcg-website-theme input.button-tetiary.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.button-tetiary.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-settings form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.button-tetiary.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.button-tetiary.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.button-tetiary.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings form input.button-tetiary.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.button-tetiary.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme form input.button-tetiary.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.button-tetiary.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.button-tetiary.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.button-tetiary.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form input.button-tetiary.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.button-tetiary.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-settings .button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme .button.cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .button.cta-button-white:hover, .umcg-website-theme .cookie-settings .button.cta-button-lightblue.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme .button.cta-button-lightblue.cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .button.cta-button-lightblue.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings .button.cta-button-lightblue.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme .button.cta-button-lightblue.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings .button.cta-button-lightblue.cta-button-white:hover, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button.cta-button-lightblue.cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .button.cta-button-lightblue.cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .button.cta-button-lightblue.cta-button-white:hover, .umcg-website-theme .cookie-settings .button.cta-button-darkblue.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme .button.cta-button-darkblue.cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .button.cta-button-darkblue.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings .button.cta-button-darkblue.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme .button.cta-button-darkblue.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings .button.cta-button-darkblue.cta-button-white:hover, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button.cta-button-darkblue.cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .button.cta-button-darkblue.cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .button.cta-button-darkblue.cta-button-white:hover, .umcg-website-theme .cookie-settings .cta-button-lightblue.button.cta-button-darkblue.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme .cta-button-lightblue.button.cta-button-darkblue.cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .cta-button-lightblue.button.cta-button-darkblue.cta-button-white:hover, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-lightblue.button.cta-button-darkblue.cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .cta-button-lightblue.button.cta-button-darkblue.cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .cta-button-lightblue.button.cta-button-darkblue.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings .cta-button-lightblue.button.cta-button-darkblue.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme .cta-button-lightblue.button.cta-button-darkblue.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings .cta-button-lightblue.button.cta-button-darkblue.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings .cta-button-lightblue.button.cta-button-darkblue.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme .cta-button-lightblue.button.cta-button-darkblue.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings .cta-button-lightblue.button.cta-button-darkblue.cta-button-white:hover, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-lightblue.button.cta-button-darkblue.cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .cta-button-lightblue.button.cta-button-darkblue.cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .cta-button-lightblue.button.cta-button-darkblue.cta-button-white:hover, .umcg-website-theme .cookie-settings .cta-button-darkblue.button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme .cta-button-darkblue.button.cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .cta-button-darkblue.button.cta-button-white:hover, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-darkblue.button.cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .cta-button-darkblue.button.cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .cta-button-darkblue.button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings .cta-button-darkblue.button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme .cta-button-darkblue.button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings .cta-button-darkblue.button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings .cta-button-darkblue.button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme .cta-button-darkblue.button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings .cta-button-darkblue.button.cta-button-white:hover, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-darkblue.button.cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .cta-button-darkblue.button.cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .cta-button-darkblue.button.cta-button-white:hover, .umcg-website-theme .cookie-settings .button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme .button.cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings .button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme .button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings .button.cta-button-white:hover, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button.cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .button.cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .button.cta-button-white:hover, .umcg-website-theme .cookie-settings .cta-button-lightblue.button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme .cta-button-lightblue.button.cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .cta-button-lightblue.button.cta-button-white:hover, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-lightblue.button.cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .cta-button-lightblue.button.cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .cta-button-lightblue.button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings .cta-button-lightblue.button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme .cta-button-lightblue.button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings .cta-button-lightblue.button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings .cta-button-lightblue.button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme .cta-button-lightblue.button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings .cta-button-lightblue.button.cta-button-white:hover, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-lightblue.button.cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .cta-button-lightblue.button.cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .cta-button-lightblue.button.cta-button-white:hover, .umcg-website-theme .cookie-settings .cta-button-darkblue.button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme .cta-button-darkblue.button.cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .cta-button-darkblue.button.cta-button-white:hover, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-darkblue.button.cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .cta-button-darkblue.button.cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .cta-button-darkblue.button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings .cta-button-darkblue.button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme .cta-button-darkblue.button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings .cta-button-darkblue.button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings .cta-button-darkblue.button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme .cta-button-darkblue.button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings .cta-button-darkblue.button.cta-button-white:hover, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-darkblue.button.cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .cta-button-darkblue.button.cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .cta-button-darkblue.button.cta-button-white:hover, .umcg-website-theme .cookie-settings .cta-button-white.button:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme .cta-button-white.button:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .cta-button-white.button:hover, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-white.button:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .cta-button-white.button:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .cta-button-white.button:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings .cta-button-white.button:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme .cta-button-white.button:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings .cta-button-white.button:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings .cta-button-white.button:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme .cta-button-white.button:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings .cta-button-white.button:hover, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-white.button:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .cta-button-white.button:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .cta-button-white.button:hover, .umcg-website-theme .cookie-settings form input[type=submit].button.cta-button-white:hover, .umcg-website-theme form .cookie-settings input[type=submit].button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme form input[type=submit].button.cta-button-white:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input[type=submit].button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input[type=submit].button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form .umcg-website-theme input[type=submit].button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input[type=submit].button.cta-button-white:hover, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input[type=submit].button.cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input[type=submit].button.cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form input[type=submit].button.cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input[type=submit].button.cta-button-white:hover, .umcg-website-theme .cookie-settings form input.cta-button-lightblue[type=submit].button.cta-button-white:hover, .umcg-website-theme form .cookie-settings input.cta-button-lightblue[type=submit].button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme form input.cta-button-lightblue[type=submit].button.cta-button-white:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.cta-button-lightblue[type=submit].button.cta-button-white:hover, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue[type=submit].button.cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-lightblue[type=submit].button.cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form input.cta-button-lightblue[type=submit].button.cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-lightblue[type=submit].button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.cta-button-lightblue[type=submit].button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form .umcg-website-theme input.cta-button-lightblue[type=submit].button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.cta-button-lightblue[type=submit].button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings form input.cta-button-lightblue[type=submit].button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.cta-button-lightblue[type=submit].button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme form input.cta-button-lightblue[type=submit].button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.cta-button-lightblue[type=submit].button.cta-button-white:hover, .umcg-website-theme .cookie-settings form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue[type=submit].button.cta-button-white:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.cta-button-lightblue[type=submit].button.cta-button-white:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.cta-button-lightblue[type=submit].button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.cta-button-lightblue[type=submit].button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form .umcg-website-theme input.cta-button-lightblue[type=submit].button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.cta-button-lightblue[type=submit].button.cta-button-white:hover, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue[type=submit].button.cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-lightblue[type=submit].button.cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form input.cta-button-lightblue[type=submit].button.cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-lightblue[type=submit].button.cta-button-white:hover, .umcg-website-theme .cookie-settings form input.cta-button-darkblue[type=submit].button.cta-button-white:hover, .umcg-website-theme form .cookie-settings input.cta-button-darkblue[type=submit].button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme form input.cta-button-darkblue[type=submit].button.cta-button-white:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.cta-button-darkblue[type=submit].button.cta-button-white:hover, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue[type=submit].button.cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-darkblue[type=submit].button.cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form input.cta-button-darkblue[type=submit].button.cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-darkblue[type=submit].button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.cta-button-darkblue[type=submit].button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form .umcg-website-theme input.cta-button-darkblue[type=submit].button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.cta-button-darkblue[type=submit].button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings form input.cta-button-darkblue[type=submit].button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.cta-button-darkblue[type=submit].button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme form input.cta-button-darkblue[type=submit].button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.cta-button-darkblue[type=submit].button.cta-button-white:hover, .umcg-website-theme .cookie-settings form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-darkblue[type=submit].button.cta-button-white:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.cta-button-darkblue[type=submit].button.cta-button-white:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.cta-button-darkblue[type=submit].button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.cta-button-darkblue[type=submit].button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form .umcg-website-theme input.cta-button-darkblue[type=submit].button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.cta-button-darkblue[type=submit].button.cta-button-white:hover, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue[type=submit].button.cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-darkblue[type=submit].button.cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form input.cta-button-darkblue[type=submit].button.cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-darkblue[type=submit].button.cta-button-white:hover, .umcg-website-theme .cookie-settings form input.cta-button-lightblue.cta-button-darkblue[type=submit].button.cta-button-white:hover, .umcg-website-theme form .cookie-settings input.cta-button-lightblue.cta-button-darkblue[type=submit].button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme form input.cta-button-lightblue.cta-button-darkblue[type=submit].button.cta-button-white:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.cta-button-lightblue.cta-button-darkblue[type=submit].button.cta-button-white:hover, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.cta-button-darkblue[type=submit].button.cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-lightblue.cta-button-darkblue[type=submit].button.cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form input.cta-button-lightblue.cta-button-darkblue[type=submit].button.cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-lightblue.cta-button-darkblue[type=submit].button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.cta-button-lightblue.cta-button-darkblue[type=submit].button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form .umcg-website-theme input.cta-button-lightblue.cta-button-darkblue[type=submit].button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.cta-button-lightblue.cta-button-darkblue[type=submit].button.cta-button-white:hover, .umcg-website-theme .cookie-settings form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue.cta-button-darkblue[type=submit].button.cta-button-white:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.cta-button-lightblue.cta-button-darkblue[type=submit].button.cta-button-white:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.cta-button-lightblue.cta-button-darkblue[type=submit].button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings form input.cta-button-lightblue.cta-button-darkblue[type=submit].button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.cta-button-lightblue.cta-button-darkblue[type=submit].button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme form input.cta-button-lightblue.cta-button-darkblue[type=submit].button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.cta-button-lightblue.cta-button-darkblue[type=submit].button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.cta-button-lightblue.cta-button-darkblue[type=submit].button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form .umcg-website-theme input.cta-button-lightblue.cta-button-darkblue[type=submit].button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.cta-button-lightblue.cta-button-darkblue[type=submit].button.cta-button-white:hover, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.cta-button-darkblue[type=submit].button.cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-lightblue.cta-button-darkblue[type=submit].button.cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form input.cta-button-lightblue.cta-button-darkblue[type=submit].button.cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-lightblue.cta-button-darkblue[type=submit].button.cta-button-white:hover, .umcg-website-theme .cookie-settings form input.cta-button-white[type=submit].button:hover, .umcg-website-theme form .cookie-settings input.cta-button-white[type=submit].button:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme form input.cta-button-white[type=submit].button:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.cta-button-white[type=submit].button:hover, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-white[type=submit].button:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-white[type=submit].button:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form input.cta-button-white[type=submit].button:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-white[type=submit].button:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.cta-button-white[type=submit].button:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form .umcg-website-theme input.cta-button-white[type=submit].button:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.cta-button-white[type=submit].button:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings form input.cta-button-white[type=submit].button:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.cta-button-white[type=submit].button:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme form input.cta-button-white[type=submit].button:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.cta-button-white[type=submit].button:hover, .umcg-website-theme .cookie-settings form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-white[type=submit].button:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.cta-button-white[type=submit].button:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.cta-button-white[type=submit].button:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.cta-button-white[type=submit].button:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form .umcg-website-theme input.cta-button-white[type=submit].button:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.cta-button-white[type=submit].button:hover, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-white[type=submit].button:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-white[type=submit].button:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form input.cta-button-white[type=submit].button:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-white[type=submit].button:hover, .umcg-website-theme .cookie-settings form input.cta-button-lightblue.cta-button-white[type=submit].button:hover, .umcg-website-theme form .cookie-settings input.cta-button-lightblue.cta-button-white[type=submit].button:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme form input.cta-button-lightblue.cta-button-white[type=submit].button:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.cta-button-lightblue.cta-button-white[type=submit].button:hover, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.cta-button-white[type=submit].button:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-lightblue.cta-button-white[type=submit].button:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form input.cta-button-lightblue.cta-button-white[type=submit].button:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-lightblue.cta-button-white[type=submit].button:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.cta-button-lightblue.cta-button-white[type=submit].button:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form .umcg-website-theme input.cta-button-lightblue.cta-button-white[type=submit].button:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.cta-button-lightblue.cta-button-white[type=submit].button:hover, .umcg-website-theme .cookie-settings form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue.cta-button-white[type=submit].button:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.cta-button-lightblue.cta-button-white[type=submit].button:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.cta-button-lightblue.cta-button-white[type=submit].button:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings form input.cta-button-lightblue.cta-button-white[type=submit].button:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.cta-button-lightblue.cta-button-white[type=submit].button:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme form input.cta-button-lightblue.cta-button-white[type=submit].button:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.cta-button-lightblue.cta-button-white[type=submit].button:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.cta-button-lightblue.cta-button-white[type=submit].button:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form .umcg-website-theme input.cta-button-lightblue.cta-button-white[type=submit].button:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.cta-button-lightblue.cta-button-white[type=submit].button:hover, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.cta-button-white[type=submit].button:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-lightblue.cta-button-white[type=submit].button:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form input.cta-button-lightblue.cta-button-white[type=submit].button:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-lightblue.cta-button-white[type=submit].button:hover, .umcg-website-theme .cookie-settings form input.cta-button-darkblue.cta-button-white[type=submit].button:hover, .umcg-website-theme form .cookie-settings input.cta-button-darkblue.cta-button-white[type=submit].button:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme form input.cta-button-darkblue.cta-button-white[type=submit].button:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.cta-button-darkblue.cta-button-white[type=submit].button:hover, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue.cta-button-white[type=submit].button:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-darkblue.cta-button-white[type=submit].button:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form input.cta-button-darkblue.cta-button-white[type=submit].button:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-darkblue.cta-button-white[type=submit].button:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.cta-button-darkblue.cta-button-white[type=submit].button:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form .umcg-website-theme input.cta-button-darkblue.cta-button-white[type=submit].button:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.cta-button-darkblue.cta-button-white[type=submit].button:hover, .umcg-website-theme .cookie-settings form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-darkblue.cta-button-white[type=submit].button:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.cta-button-darkblue.cta-button-white[type=submit].button:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.cta-button-darkblue.cta-button-white[type=submit].button:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings form input.cta-button-darkblue.cta-button-white[type=submit].button:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.cta-button-darkblue.cta-button-white[type=submit].button:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme form input.cta-button-darkblue.cta-button-white[type=submit].button:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.cta-button-darkblue.cta-button-white[type=submit].button:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.cta-button-darkblue.cta-button-white[type=submit].button:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form .umcg-website-theme input.cta-button-darkblue.cta-button-white[type=submit].button:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.cta-button-darkblue.cta-button-white[type=submit].button:hover, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue.cta-button-white[type=submit].button:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-darkblue.cta-button-white[type=submit].button:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form input.cta-button-darkblue.cta-button-white[type=submit].button:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-darkblue.cta-button-white[type=submit].button:hover, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings .button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .button.cta-button-white:hover, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button.cta-button-lightblue.cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .button.cta-button-lightblue.cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .button.cta-button-lightblue.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings .button.cta-button-lightblue.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme .button.cta-button-lightblue.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings .button.cta-button-lightblue.cta-button-white:hover, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button.cta-button-lightblue.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings .button.cta-button-lightblue.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .button.cta-button-lightblue.cta-button-white:hover, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button.cta-button-darkblue.cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .button.cta-button-darkblue.cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .button.cta-button-darkblue.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings .button.cta-button-darkblue.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme .button.cta-button-darkblue.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings .button.cta-button-darkblue.cta-button-white:hover, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button.cta-button-darkblue.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings .button.cta-button-darkblue.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .button.cta-button-darkblue.cta-button-white:hover, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-lightblue.button.cta-button-darkblue.cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .cta-button-lightblue.button.cta-button-darkblue.cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .cta-button-lightblue.button.cta-button-darkblue.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings .cta-button-lightblue.button.cta-button-darkblue.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme .cta-button-lightblue.button.cta-button-darkblue.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings .cta-button-lightblue.button.cta-button-darkblue.cta-button-white:hover, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-lightblue.button.cta-button-darkblue.cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .cta-button-lightblue.button.cta-button-darkblue.cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .cta-button-lightblue.button.cta-button-darkblue.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings .cta-button-lightblue.button.cta-button-darkblue.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme .cta-button-lightblue.button.cta-button-darkblue.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings .cta-button-lightblue.button.cta-button-darkblue.cta-button-white:hover, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-lightblue.button.cta-button-darkblue.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings .cta-button-lightblue.button.cta-button-darkblue.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .cta-button-lightblue.button.cta-button-darkblue.cta-button-white:hover, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-darkblue.button.cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .cta-button-darkblue.button.cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .cta-button-darkblue.button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings .cta-button-darkblue.button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme .cta-button-darkblue.button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings .cta-button-darkblue.button.cta-button-white:hover, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-darkblue.button.cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .cta-button-darkblue.button.cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .cta-button-darkblue.button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings .cta-button-darkblue.button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme .cta-button-darkblue.button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings .cta-button-darkblue.button.cta-button-white:hover, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-darkblue.button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings .cta-button-darkblue.button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .cta-button-darkblue.button.cta-button-white:hover, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button.cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .button.cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings .button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme .button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings .button.cta-button-white:hover, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings .button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .button.cta-button-white:hover, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-lightblue.button.cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .cta-button-lightblue.button.cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .cta-button-lightblue.button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings .cta-button-lightblue.button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme .cta-button-lightblue.button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings .cta-button-lightblue.button.cta-button-white:hover, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-lightblue.button.cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .cta-button-lightblue.button.cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .cta-button-lightblue.button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings .cta-button-lightblue.button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme .cta-button-lightblue.button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings .cta-button-lightblue.button.cta-button-white:hover, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-lightblue.button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings .cta-button-lightblue.button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .cta-button-lightblue.button.cta-button-white:hover, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-darkblue.button.cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .cta-button-darkblue.button.cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .cta-button-darkblue.button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings .cta-button-darkblue.button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme .cta-button-darkblue.button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings .cta-button-darkblue.button.cta-button-white:hover, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-darkblue.button.cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .cta-button-darkblue.button.cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .cta-button-darkblue.button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings .cta-button-darkblue.button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme .cta-button-darkblue.button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings .cta-button-darkblue.button.cta-button-white:hover, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-darkblue.button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings .cta-button-darkblue.button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .cta-button-darkblue.button.cta-button-white:hover, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-white.button:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .cta-button-white.button:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .cta-button-white.button:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings .cta-button-white.button:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme .cta-button-white.button:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings .cta-button-white.button:hover, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-white.button:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .cta-button-white.button:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .cta-button-white.button:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings .cta-button-white.button:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme .cta-button-white.button:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings .cta-button-white.button:hover, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-white.button:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings .cta-button-white.button:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .cta-button-white.button:hover, .umcg-website-theme .cookie-settings form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input[type=submit].button.cta-button-white:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input[type=submit].button.cta-button-white:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input[type=submit].button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings form input[type=submit].button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input[type=submit].button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme form input[type=submit].button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input[type=submit].button.cta-button-white:hover, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input[type=submit].button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input[type=submit].button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form input[type=submit].button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input[type=submit].button.cta-button-white:hover, .umcg-website-theme .cookie-settings form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue[type=submit].button.cta-button-white:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.cta-button-lightblue[type=submit].button.cta-button-white:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.cta-button-lightblue[type=submit].button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings form input.cta-button-lightblue[type=submit].button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.cta-button-lightblue[type=submit].button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme form input.cta-button-lightblue[type=submit].button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.cta-button-lightblue[type=submit].button.cta-button-white:hover, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue[type=submit].button.cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-lightblue[type=submit].button.cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form input.cta-button-lightblue[type=submit].button.cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-lightblue[type=submit].button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.cta-button-lightblue[type=submit].button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form .umcg-website-theme input.cta-button-lightblue[type=submit].button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.cta-button-lightblue[type=submit].button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings form input.cta-button-lightblue[type=submit].button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.cta-button-lightblue[type=submit].button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme form input.cta-button-lightblue[type=submit].button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.cta-button-lightblue[type=submit].button.cta-button-white:hover, .umcg-website-theme .cookie-settings form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue[type=submit].button.cta-button-white:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.cta-button-lightblue[type=submit].button.cta-button-white:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.cta-button-lightblue[type=submit].button.cta-button-white:hover, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue[type=submit].button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.cta-button-lightblue[type=submit].button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form input.cta-button-lightblue[type=submit].button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-lightblue[type=submit].button.cta-button-white:hover, .umcg-website-theme .cookie-settings form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-darkblue[type=submit].button.cta-button-white:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.cta-button-darkblue[type=submit].button.cta-button-white:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.cta-button-darkblue[type=submit].button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings form input.cta-button-darkblue[type=submit].button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.cta-button-darkblue[type=submit].button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme form input.cta-button-darkblue[type=submit].button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.cta-button-darkblue[type=submit].button.cta-button-white:hover, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue[type=submit].button.cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-darkblue[type=submit].button.cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form input.cta-button-darkblue[type=submit].button.cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-darkblue[type=submit].button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.cta-button-darkblue[type=submit].button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form .umcg-website-theme input.cta-button-darkblue[type=submit].button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.cta-button-darkblue[type=submit].button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings form input.cta-button-darkblue[type=submit].button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.cta-button-darkblue[type=submit].button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme form input.cta-button-darkblue[type=submit].button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.cta-button-darkblue[type=submit].button.cta-button-white:hover, .umcg-website-theme .cookie-settings form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-darkblue[type=submit].button.cta-button-white:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.cta-button-darkblue[type=submit].button.cta-button-white:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.cta-button-darkblue[type=submit].button.cta-button-white:hover, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue[type=submit].button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.cta-button-darkblue[type=submit].button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form input.cta-button-darkblue[type=submit].button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-darkblue[type=submit].button.cta-button-white:hover, .umcg-website-theme .cookie-settings form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue.cta-button-darkblue[type=submit].button.cta-button-white:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.cta-button-lightblue.cta-button-darkblue[type=submit].button.cta-button-white:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.cta-button-lightblue.cta-button-darkblue[type=submit].button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings form input.cta-button-lightblue.cta-button-darkblue[type=submit].button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.cta-button-lightblue.cta-button-darkblue[type=submit].button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme form input.cta-button-lightblue.cta-button-darkblue[type=submit].button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.cta-button-lightblue.cta-button-darkblue[type=submit].button.cta-button-white:hover, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.cta-button-darkblue[type=submit].button.cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-lightblue.cta-button-darkblue[type=submit].button.cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form input.cta-button-lightblue.cta-button-darkblue[type=submit].button.cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-lightblue.cta-button-darkblue[type=submit].button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.cta-button-lightblue.cta-button-darkblue[type=submit].button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form .umcg-website-theme input.cta-button-lightblue.cta-button-darkblue[type=submit].button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.cta-button-lightblue.cta-button-darkblue[type=submit].button.cta-button-white:hover, .umcg-website-theme .cookie-settings form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue.cta-button-darkblue[type=submit].button.cta-button-white:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.cta-button-lightblue.cta-button-darkblue[type=submit].button.cta-button-white:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.cta-button-lightblue.cta-button-darkblue[type=submit].button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings form input.cta-button-lightblue.cta-button-darkblue[type=submit].button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.cta-button-lightblue.cta-button-darkblue[type=submit].button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme form input.cta-button-lightblue.cta-button-darkblue[type=submit].button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.cta-button-lightblue.cta-button-darkblue[type=submit].button.cta-button-white:hover, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.cta-button-darkblue[type=submit].button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.cta-button-lightblue.cta-button-darkblue[type=submit].button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form input.cta-button-lightblue.cta-button-darkblue[type=submit].button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-lightblue.cta-button-darkblue[type=submit].button.cta-button-white:hover, .umcg-website-theme .cookie-settings form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-white[type=submit].button:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.cta-button-white[type=submit].button:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.cta-button-white[type=submit].button:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings form input.cta-button-white[type=submit].button:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.cta-button-white[type=submit].button:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme form input.cta-button-white[type=submit].button:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.cta-button-white[type=submit].button:hover, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-white[type=submit].button:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-white[type=submit].button:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form input.cta-button-white[type=submit].button:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-white[type=submit].button:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.cta-button-white[type=submit].button:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form .umcg-website-theme input.cta-button-white[type=submit].button:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.cta-button-white[type=submit].button:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings form input.cta-button-white[type=submit].button:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.cta-button-white[type=submit].button:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme form input.cta-button-white[type=submit].button:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.cta-button-white[type=submit].button:hover, .umcg-website-theme .cookie-settings form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-white[type=submit].button:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.cta-button-white[type=submit].button:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.cta-button-white[type=submit].button:hover, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-white[type=submit].button:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.cta-button-white[type=submit].button:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form input.cta-button-white[type=submit].button:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-white[type=submit].button:hover, .umcg-website-theme .cookie-settings form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue.cta-button-white[type=submit].button:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.cta-button-lightblue.cta-button-white[type=submit].button:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.cta-button-lightblue.cta-button-white[type=submit].button:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings form input.cta-button-lightblue.cta-button-white[type=submit].button:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.cta-button-lightblue.cta-button-white[type=submit].button:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme form input.cta-button-lightblue.cta-button-white[type=submit].button:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.cta-button-lightblue.cta-button-white[type=submit].button:hover, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.cta-button-white[type=submit].button:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-lightblue.cta-button-white[type=submit].button:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form input.cta-button-lightblue.cta-button-white[type=submit].button:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-lightblue.cta-button-white[type=submit].button:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.cta-button-lightblue.cta-button-white[type=submit].button:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form .umcg-website-theme input.cta-button-lightblue.cta-button-white[type=submit].button:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.cta-button-lightblue.cta-button-white[type=submit].button:hover, .umcg-website-theme .cookie-settings form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue.cta-button-white[type=submit].button:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.cta-button-lightblue.cta-button-white[type=submit].button:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.cta-button-lightblue.cta-button-white[type=submit].button:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings form input.cta-button-lightblue.cta-button-white[type=submit].button:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.cta-button-lightblue.cta-button-white[type=submit].button:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme form input.cta-button-lightblue.cta-button-white[type=submit].button:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.cta-button-lightblue.cta-button-white[type=submit].button:hover, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.cta-button-white[type=submit].button:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.cta-button-lightblue.cta-button-white[type=submit].button:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form input.cta-button-lightblue.cta-button-white[type=submit].button:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-lightblue.cta-button-white[type=submit].button:hover, .umcg-website-theme .cookie-settings form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-darkblue.cta-button-white[type=submit].button:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.cta-button-darkblue.cta-button-white[type=submit].button:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.cta-button-darkblue.cta-button-white[type=submit].button:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings form input.cta-button-darkblue.cta-button-white[type=submit].button:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.cta-button-darkblue.cta-button-white[type=submit].button:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme form input.cta-button-darkblue.cta-button-white[type=submit].button:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.cta-button-darkblue.cta-button-white[type=submit].button:hover, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue.cta-button-white[type=submit].button:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-darkblue.cta-button-white[type=submit].button:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form input.cta-button-darkblue.cta-button-white[type=submit].button:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-darkblue.cta-button-white[type=submit].button:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.cta-button-darkblue.cta-button-white[type=submit].button:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form .umcg-website-theme input.cta-button-darkblue.cta-button-white[type=submit].button:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.cta-button-darkblue.cta-button-white[type=submit].button:hover, .umcg-website-theme .cookie-settings form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-darkblue.cta-button-white[type=submit].button:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.cta-button-darkblue.cta-button-white[type=submit].button:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.cta-button-darkblue.cta-button-white[type=submit].button:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings form input.cta-button-darkblue.cta-button-white[type=submit].button:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.cta-button-darkblue.cta-button-white[type=submit].button:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme form input.cta-button-darkblue.cta-button-white[type=submit].button:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.cta-button-darkblue.cta-button-white[type=submit].button:hover, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue.cta-button-white[type=submit].button:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.cta-button-darkblue.cta-button-white[type=submit].button:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form input.cta-button-darkblue.cta-button-white[type=submit].button:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-darkblue.cta-button-white[type=submit].button:hover, .umcg-website-theme .cookie-settings form input.button.cta-button-white[type=submit]:hover, .umcg-website-theme form .cookie-settings input.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme form input.button.cta-button-white[type=submit]:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.button.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-settings form input.button.cta-button-lightblue.cta-button-white[type=submit]:hover, .umcg-website-theme form .cookie-settings input.button.cta-button-lightblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme form input.button.cta-button-lightblue.cta-button-white[type=submit]:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.button.cta-button-lightblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings form input.button.cta-button-lightblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.button.cta-button-lightblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme form input.button.cta-button-lightblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.button.cta-button-lightblue.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-settings form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.button.cta-button-lightblue.cta-button-white[type=submit]:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.button.cta-button-lightblue.cta-button-white[type=submit]:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.button.cta-button-lightblue.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-settings form input.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme form .cookie-settings input.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme form input.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings form input.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme form input.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-settings form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-settings form input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme form .cookie-settings input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme form input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-settings form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings form input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme form input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings form input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme form input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-settings form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-settings form input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme form .cookie-settings input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme form input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-settings form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings form input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme form input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings form input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme form input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-settings form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-settings form input.button.cta-button-white[type=submit]:hover, .umcg-website-theme form .cookie-settings input.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme form input.button.cta-button-white[type=submit]:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings form input.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme form input.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.button.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-settings form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.button.cta-button-white[type=submit]:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.button.cta-button-white[type=submit]:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.button.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-settings form input.cta-button-lightblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme form .cookie-settings input.cta-button-lightblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme form input.cta-button-lightblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.cta-button-lightblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-lightblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form input.cta-button-lightblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-lightblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-settings form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.cta-button-lightblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.cta-button-lightblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings form input.cta-button-lightblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.cta-button-lightblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme form input.cta-button-lightblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.cta-button-lightblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings form input.cta-button-lightblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.cta-button-lightblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme form input.cta-button-lightblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.cta-button-lightblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-settings form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.cta-button-lightblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.cta-button-lightblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-settings form input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme form .cookie-settings input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme form input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-settings form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings form input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme form input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings form input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme form input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-settings form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-settings form input.cta-button-white.button[type=submit]:hover, .umcg-website-theme form .cookie-settings input.cta-button-white.button[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme form input.cta-button-white.button[type=submit]:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.cta-button-white.button[type=submit]:hover, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-white.button[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-white.button[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form input.cta-button-white.button[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-white.button[type=submit]:hover, .umcg-website-theme .cookie-settings form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-white.button[type=submit]:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.cta-button-white.button[type=submit]:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.cta-button-white.button[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings form input.cta-button-white.button[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.cta-button-white.button[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme form input.cta-button-white.button[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.cta-button-white.button[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings form input.cta-button-white.button[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.cta-button-white.button[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme form input.cta-button-white.button[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.cta-button-white.button[type=submit]:hover, .umcg-website-theme .cookie-settings form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-white.button[type=submit]:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.cta-button-white.button[type=submit]:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.cta-button-white.button[type=submit]:hover, .umcg-website-theme .cookie-settings form input[type=submit].cta-button-white:hover, .umcg-website-theme form .cookie-settings input[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme form input[type=submit].cta-button-white:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings form input[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme form input[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input[type=submit].cta-button-white:hover, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input[type=submit].cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input[type=submit].cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form input[type=submit].cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input[type=submit].cta-button-white:hover, .umcg-website-theme .cookie-settings form input.cta-button-lightblue[type=submit].cta-button-white:hover, .umcg-website-theme form .cookie-settings input.cta-button-lightblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme form input.cta-button-lightblue[type=submit].cta-button-white:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.cta-button-lightblue[type=submit].cta-button-white:hover, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue[type=submit].cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-lightblue[type=submit].cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form input.cta-button-lightblue[type=submit].cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-lightblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings form input.cta-button-lightblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme form .cookie-settings input.cta-button-lightblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form .umcg-website-theme form input.cta-button-lightblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme form .cookie-settings input.cta-button-lightblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings form input.cta-button-lightblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.cta-button-lightblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme form input.cta-button-lightblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.cta-button-lightblue[type=submit].cta-button-white:hover, .umcg-website-theme .cookie-settings form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue[type=submit].cta-button-white:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.cta-button-lightblue[type=submit].cta-button-white:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.cta-button-lightblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings form input.cta-button-lightblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.cta-button-lightblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme form input.cta-button-lightblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.cta-button-lightblue[type=submit].cta-button-white:hover, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue[type=submit].cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-lightblue[type=submit].cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form input.cta-button-lightblue[type=submit].cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-lightblue[type=submit].cta-button-white:hover, .umcg-website-theme .cookie-settings form input.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme form .cookie-settings input.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme form input.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form input.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings form input.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme form .cookie-settings input.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form .umcg-website-theme form input.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme form .cookie-settings input.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings form input.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme form input.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme .cookie-settings form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings form input.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme form input.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form input.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme .cookie-settings form input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme form .cookie-settings input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme form input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings form input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme form .cookie-settings input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form .umcg-website-theme form input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme form .cookie-settings input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme .cookie-settings form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings form input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme form input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings form input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme form input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme .cookie-settings form input.cta-button-white[type=submit]:hover, .umcg-website-theme form .cookie-settings input.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme form input.cta-button-white[type=submit]:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form input.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings form input.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme form .cookie-settings input.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form .umcg-website-theme form input.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme form .cookie-settings input.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings form input.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme form input.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-settings form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-white[type=submit]:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.cta-button-white[type=submit]:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings form input.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme form input.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form input.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-settings form input.cta-button-lightblue.cta-button-white[type=submit]:hover, .umcg-website-theme form .cookie-settings input.cta-button-lightblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme form input.cta-button-lightblue.cta-button-white[type=submit]:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.cta-button-lightblue.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-lightblue.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form input.cta-button-lightblue.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-lightblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings form input.cta-button-lightblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme form .cookie-settings input.cta-button-lightblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form .umcg-website-theme form input.cta-button-lightblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme form .cookie-settings input.cta-button-lightblue.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-settings form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue.cta-button-white[type=submit]:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.cta-button-lightblue.cta-button-white[type=submit]:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.cta-button-lightblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings form input.cta-button-lightblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.cta-button-lightblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme form input.cta-button-lightblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.cta-button-lightblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings form input.cta-button-lightblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.cta-button-lightblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme form input.cta-button-lightblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.cta-button-lightblue.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-lightblue.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form input.cta-button-lightblue.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-lightblue.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-settings form input.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme form .cookie-settings input.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme form input.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form input.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings form input.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme form .cookie-settings input.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form .umcg-website-theme form input.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme form .cookie-settings input.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-settings form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings form input.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme form input.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings form input.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme form input.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form input.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.button.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.button.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form input.button.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.button.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.button.cta-button-lightblue.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.button.cta-button-lightblue.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form input.button.cta-button-lightblue.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.button.cta-button-lightblue.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.button.cta-button-lightblue.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.button.cta-button-lightblue.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form input.button.cta-button-lightblue.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.button.cta-button-lightblue.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form input.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form input.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.button.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.button.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form input.button.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.button.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.button.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.button.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form input.button.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.button.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-lightblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form input.cta-button-lightblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-lightblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-lightblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form input.cta-button-lightblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-lightblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-lightblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-lightblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-lightblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form input.cta-button-lightblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-lightblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-white.button[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-white.button[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form input.cta-button-white.button[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-white.button[type=submit]:hover, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-white.button[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-white.button[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form input.cta-button-white.button[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-white.button[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-white.button[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-white.button[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-white.button[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-white.button[type=submit]:hover, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-white.button[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-white.button[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form input.cta-button-white.button[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-white.button[type=submit]:hover, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input[type=submit].cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input[type=submit].cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form input[type=submit].cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input[type=submit].cta-button-white:hover, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input[type=submit].cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input[type=submit].cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form input[type=submit].cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input[type=submit].cta-button-white:hover, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue[type=submit].cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-lightblue[type=submit].cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form input.cta-button-lightblue[type=submit].cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-lightblue[type=submit].cta-button-white:hover, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue[type=submit].cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-lightblue[type=submit].cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form input.cta-button-lightblue[type=submit].cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-lightblue[type=submit].cta-button-white:hover, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme input.cta-button-lightblue[type=submit].cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.cta-button-lightblue[type=submit].cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form .umcg-website-theme input.cta-button-lightblue[type=submit].cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.cta-button-lightblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-lightblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-lightblue[type=submit].cta-button-white:hover, .umcg-website-theme .cookie-settings form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue[type=submit].cta-button-white:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-lightblue[type=submit].cta-button-white:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form input.cta-button-lightblue[type=submit].cta-button-white:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-lightblue[type=submit].cta-button-white:hover, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue[type=submit].cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-lightblue[type=submit].cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form input.cta-button-lightblue[type=submit].cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-lightblue[type=submit].cta-button-white:hover, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form input.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form input.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme input.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form .umcg-website-theme input.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme .cookie-settings form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form input.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form input.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form .umcg-website-theme input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme .cookie-settings form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form input.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form input.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme input.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form .umcg-website-theme input.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-settings form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-white[type=submit]:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-white[type=submit]:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form input.cta-button-white[type=submit]:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form input.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-lightblue.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form input.cta-button-lightblue.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-lightblue.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-lightblue.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form input.cta-button-lightblue.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-lightblue.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme input.cta-button-lightblue.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.cta-button-lightblue.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form .umcg-website-theme input.cta-button-lightblue.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.cta-button-lightblue.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-settings form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.cta-button-white[type=submit]:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-lightblue.cta-button-white[type=submit]:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form input.cta-button-lightblue.cta-button-white[type=submit]:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-lightblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-lightblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-lightblue.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-lightblue.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form input.cta-button-lightblue.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-lightblue.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form input.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form input.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme input.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form .umcg-website-theme input.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-settings form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form input.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form input.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form .umcg-website-theme input.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.button.cta-button-lightblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form .umcg-website-theme input.button.cta-button-lightblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.button.cta-button-lightblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.button.cta-button-lightblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form .umcg-website-theme input.button.cta-button-lightblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.button.cta-button-lightblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form .umcg-website-theme input.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form .umcg-website-theme input.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form .umcg-website-theme input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form .umcg-website-theme input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form .umcg-website-theme input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form .umcg-website-theme input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form .umcg-website-theme input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form .umcg-website-theme input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form .umcg-website-theme input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form .umcg-website-theme input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form .umcg-website-theme input.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form .umcg-website-theme input.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.cta-button-lightblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form .umcg-website-theme input.cta-button-lightblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.cta-button-lightblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme input.cta-button-lightblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.cta-button-lightblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form .umcg-website-theme input.cta-button-lightblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.cta-button-lightblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.cta-button-lightblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form .umcg-website-theme input.cta-button-lightblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.cta-button-lightblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.cta-button-lightblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form .umcg-website-theme input.cta-button-lightblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.cta-button-lightblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form .umcg-website-theme input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form .umcg-website-theme input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form .umcg-website-theme input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form .umcg-website-theme input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.cta-button-white.button[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form .umcg-website-theme input.cta-button-white.button[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.cta-button-white.button[type=submit]:hover, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme input.cta-button-white.button[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.cta-button-white.button[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form .umcg-website-theme input.cta-button-white.button[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.cta-button-white.button[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.cta-button-white.button[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form .umcg-website-theme input.cta-button-white.button[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.cta-button-white.button[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.cta-button-white.button[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form .umcg-website-theme input.cta-button-white.button[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.cta-button-white.button[type=submit]:hover, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme input[type=submit].cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input[type=submit].cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form .umcg-website-theme input[type=submit].cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings form .umcg-website-theme input[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .umcg-website-theme .cookie-settings input[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme form .umcg-website-theme input[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .umcg-website-theme .cookie-settings input[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form .umcg-website-theme input[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input[type=submit].cta-button-white:hover, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme input.cta-button-lightblue[type=submit].cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.cta-button-lightblue[type=submit].cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form .umcg-website-theme input.cta-button-lightblue[type=submit].cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.cta-button-lightblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings form .umcg-website-theme input.cta-button-lightblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .umcg-website-theme .cookie-settings input.cta-button-lightblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme form .umcg-website-theme input.cta-button-lightblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .umcg-website-theme .cookie-settings input.cta-button-lightblue[type=submit].cta-button-white:hover, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme input.cta-button-lightblue[type=submit].cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.cta-button-lightblue[type=submit].cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form .umcg-website-theme input.cta-button-lightblue[type=submit].cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.cta-button-lightblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.cta-button-lightblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form .umcg-website-theme input.cta-button-lightblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.cta-button-lightblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings form .umcg-website-theme input.cta-button-lightblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .umcg-website-theme .cookie-settings input.cta-button-lightblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme form .umcg-website-theme input.cta-button-lightblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .umcg-website-theme .cookie-settings input.cta-button-lightblue[type=submit].cta-button-white:hover, .umcg-website-theme .cookie-settings form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme input.cta-button-lightblue[type=submit].cta-button-white:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.cta-button-lightblue[type=submit].cta-button-white:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form .umcg-website-theme input.cta-button-lightblue[type=submit].cta-button-white:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.cta-button-lightblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.cta-button-lightblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form .umcg-website-theme input.cta-button-lightblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.cta-button-lightblue[type=submit].cta-button-white:hover, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme input.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form .umcg-website-theme input.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings form .umcg-website-theme input.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .umcg-website-theme .cookie-settings input.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme form .umcg-website-theme input.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .umcg-website-theme .cookie-settings input.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme input.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form .umcg-website-theme input.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form .umcg-website-theme input.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings form .umcg-website-theme input.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .umcg-website-theme .cookie-settings input.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme form .umcg-website-theme input.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .umcg-website-theme .cookie-settings input.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme .cookie-settings form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme input.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form .umcg-website-theme input.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form .umcg-website-theme input.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form .umcg-website-theme input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings form .umcg-website-theme input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .umcg-website-theme .cookie-settings input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme form .umcg-website-theme input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .umcg-website-theme .cookie-settings input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form .umcg-website-theme input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form .umcg-website-theme input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme .cookie-settings form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form .umcg-website-theme input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings form .umcg-website-theme input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .umcg-website-theme .cookie-settings input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme form .umcg-website-theme input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .umcg-website-theme .cookie-settings input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form .umcg-website-theme input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme input.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form .umcg-website-theme input.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings form .umcg-website-theme input.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .umcg-website-theme .cookie-settings input.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme form .umcg-website-theme input.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .umcg-website-theme .cookie-settings input.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme input.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form .umcg-website-theme input.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form .umcg-website-theme input.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings form .umcg-website-theme input.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .umcg-website-theme .cookie-settings input.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme form .umcg-website-theme input.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .umcg-website-theme .cookie-settings input.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-settings form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme input.cta-button-white[type=submit]:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.cta-button-white[type=submit]:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form .umcg-website-theme input.cta-button-white[type=submit]:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form .umcg-website-theme input.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme input.cta-button-lightblue.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.cta-button-lightblue.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form .umcg-website-theme input.cta-button-lightblue.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.cta-button-lightblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings form .umcg-website-theme input.cta-button-lightblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .umcg-website-theme .cookie-settings input.cta-button-lightblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme form .umcg-website-theme input.cta-button-lightblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .umcg-website-theme .cookie-settings input.cta-button-lightblue.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme input.cta-button-lightblue.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.cta-button-lightblue.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form .umcg-website-theme input.cta-button-lightblue.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.cta-button-lightblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.cta-button-lightblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form .umcg-website-theme input.cta-button-lightblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.cta-button-lightblue.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-settings form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme input.cta-button-lightblue.cta-button-white[type=submit]:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.cta-button-lightblue.cta-button-white[type=submit]:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form .umcg-website-theme input.cta-button-lightblue.cta-button-white[type=submit]:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.cta-button-lightblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings form .umcg-website-theme input.cta-button-lightblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .umcg-website-theme .cookie-settings input.cta-button-lightblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme form .umcg-website-theme input.cta-button-lightblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .umcg-website-theme .cookie-settings input.cta-button-lightblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.cta-button-lightblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form .umcg-website-theme input.cta-button-lightblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.cta-button-lightblue.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme input.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form .umcg-website-theme input.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings form .umcg-website-theme input.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .umcg-website-theme .cookie-settings input.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme form .umcg-website-theme input.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .umcg-website-theme .cookie-settings input.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme input.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form .umcg-website-theme input.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form .umcg-website-theme input.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-settings form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme input.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form .umcg-website-theme input.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings form .umcg-website-theme input.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .umcg-website-theme .cookie-settings input.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme form .umcg-website-theme input.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .umcg-website-theme .cookie-settings input.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form .umcg-website-theme input.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings form input.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme form input.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings form input.button.cta-button-lightblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.button.cta-button-lightblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme form input.button.cta-button-lightblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.button.cta-button-lightblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings form input.button.cta-button-lightblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.button.cta-button-lightblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme form input.button.cta-button-lightblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.button.cta-button-lightblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings form input.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme form input.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings form input.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme form input.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings form input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme form input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme form input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings form input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme form input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings form input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme form input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings form input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme form input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme form input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings form input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme form input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings form input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme form input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings form input.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme form input.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings form input.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme form input.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings form input.cta-button-lightblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.cta-button-lightblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme form input.cta-button-lightblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.cta-button-lightblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form input.cta-button-lightblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.cta-button-lightblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme form input.cta-button-lightblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.cta-button-lightblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings form input.cta-button-lightblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.cta-button-lightblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme form input.cta-button-lightblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.cta-button-lightblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings form input.cta-button-lightblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.cta-button-lightblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme form input.cta-button-lightblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.cta-button-lightblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings form input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme form input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme form input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings form input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme form input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings form input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme form input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings form input.cta-button-white.button[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.cta-button-white.button[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme form input.cta-button-white.button[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.cta-button-white.button[type=submit]:hover, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form input.cta-button-white.button[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.cta-button-white.button[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme form input.cta-button-white.button[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.cta-button-white.button[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings form input.cta-button-white.button[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.cta-button-white.button[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme form input.cta-button-white.button[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.cta-button-white.button[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings form input.cta-button-white.button[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.cta-button-white.button[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme form input.cta-button-white.button[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.cta-button-white.button[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings form input[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme form input[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings form input[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme form input[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings form input.cta-button-lightblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.cta-button-lightblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme form input.cta-button-lightblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.cta-button-lightblue[type=submit].cta-button-white:hover, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form input.cta-button-lightblue[type=submit].cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.cta-button-lightblue[type=submit].cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme form input.cta-button-lightblue[type=submit].cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.cta-button-lightblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings form input.cta-button-lightblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme form .cookie-settings input.cta-button-lightblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form .umcg-website-theme form input.cta-button-lightblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme form .cookie-settings input.cta-button-lightblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings form input.cta-button-lightblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.cta-button-lightblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme form input.cta-button-lightblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.cta-button-lightblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.cta-button-lightblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.cta-button-lightblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings form input.cta-button-lightblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.cta-button-lightblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme form input.cta-button-lightblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.cta-button-lightblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings form input.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme form input.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form input.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme form input.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings form input.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme form .cookie-settings input.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form .umcg-website-theme form input.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme form .cookie-settings input.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings form input.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme form input.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings form input.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme form input.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings form input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme form input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme form input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings form input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme form .cookie-settings input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form .umcg-website-theme form input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme form .cookie-settings input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings form input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme form input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings form input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme form input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings form input.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme form input.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form input.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme form input.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings form input.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme form .cookie-settings input.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form .umcg-website-theme form input.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme form .cookie-settings input.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings form input.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme form input.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings form input.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme form input.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings form input.cta-button-lightblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.cta-button-lightblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme form input.cta-button-lightblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.cta-button-lightblue.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form input.cta-button-lightblue.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.cta-button-lightblue.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme form input.cta-button-lightblue.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.cta-button-lightblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings form input.cta-button-lightblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme form .cookie-settings input.cta-button-lightblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form .umcg-website-theme form input.cta-button-lightblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme form .cookie-settings input.cta-button-lightblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.cta-button-lightblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.cta-button-lightblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings form input.cta-button-lightblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.cta-button-lightblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme form input.cta-button-lightblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.cta-button-lightblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings form input.cta-button-lightblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.cta-button-lightblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme form input.cta-button-lightblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.cta-button-lightblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings form input.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme form input.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form input.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme form input.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings form input.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme form .cookie-settings input.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form .umcg-website-theme form input.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme form .cookie-settings input.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings form input.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme form input.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings form input.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme form input.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-settings form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.button.cta-button-white[type=submit]:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.button.cta-button-white[type=submit]:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.button.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-settings form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.button.cta-button-lightblue.cta-button-white[type=submit]:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.button.cta-button-lightblue.cta-button-white[type=submit]:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.button.cta-button-lightblue.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-settings form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.button.cta-button-lightblue.cta-button-white[type=submit]:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.button.cta-button-lightblue.cta-button-white[type=submit]:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.button.cta-button-lightblue.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-settings form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-settings form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-settings form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-settings form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-settings form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-settings form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-settings form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-settings form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-settings form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.button.cta-button-white[type=submit]:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.button.cta-button-white[type=submit]:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.button.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-settings form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.button.cta-button-white[type=submit]:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.button.cta-button-white[type=submit]:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.button.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-settings form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.cta-button-lightblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.cta-button-lightblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-settings form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.cta-button-lightblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.cta-button-lightblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.cta-button-lightblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.cta-button-lightblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-settings form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.cta-button-lightblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.cta-button-lightblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-settings form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-settings form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-settings form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-settings form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-white.button[type=submit]:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.cta-button-white.button[type=submit]:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.cta-button-white.button[type=submit]:hover, .umcg-website-theme .cookie-settings form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-white.button[type=submit]:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.cta-button-white.button[type=submit]:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.cta-button-white.button[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-white.button[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.cta-button-white.button[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-white.button[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.cta-button-white.button[type=submit]:hover, .umcg-website-theme .cookie-settings form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-white.button[type=submit]:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.cta-button-white.button[type=submit]:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.cta-button-white.button[type=submit]:hover, .umcg-website-theme .cookie-settings form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input[type=submit].cta-button-white:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input[type=submit].cta-button-white:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input[type=submit].cta-button-white:hover, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input[type=submit].cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input[type=submit].cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input[type=submit].cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input[type=submit].cta-button-white:hover, .umcg-website-theme .cookie-settings form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue[type=submit].cta-button-white:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.cta-button-lightblue[type=submit].cta-button-white:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.cta-button-lightblue[type=submit].cta-button-white:hover, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue[type=submit].cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.cta-button-lightblue[type=submit].cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue[type=submit].cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.cta-button-lightblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.cta-button-lightblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.cta-button-lightblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.cta-button-lightblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.cta-button-lightblue[type=submit].cta-button-white:hover, .umcg-website-theme .cookie-settings form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue[type=submit].cta-button-white:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.cta-button-lightblue[type=submit].cta-button-white:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.cta-button-lightblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.cta-button-lightblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.cta-button-lightblue[type=submit].cta-button-white:hover, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue[type=submit].cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.cta-button-lightblue[type=submit].cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue[type=submit].cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.cta-button-lightblue[type=submit].cta-button-white:hover, .umcg-website-theme .cookie-settings form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme .cookie-settings form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme .cookie-settings form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme .cookie-settings form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme .cookie-settings form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-white[type=submit]:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.cta-button-white[type=submit]:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-settings form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-white[type=submit]:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.cta-button-white[type=submit]:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-settings form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue.cta-button-white[type=submit]:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.cta-button-lightblue.cta-button-white[type=submit]:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.cta-button-lightblue.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.cta-button-lightblue.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.cta-button-lightblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.cta-button-lightblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.cta-button-lightblue.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-settings form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue.cta-button-white[type=submit]:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.cta-button-lightblue.cta-button-white[type=submit]:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.cta-button-lightblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.cta-button-lightblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.cta-button-lightblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.cta-button-lightblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.cta-button-lightblue.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.cta-button-lightblue.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.cta-button-lightblue.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-settings form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-settings form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form input.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.button.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.button.cta-button-lightblue.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.button.cta-button-lightblue.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form input.button.cta-button-lightblue.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.button.cta-button-lightblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.button.cta-button-lightblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form .umcg-website-theme input.button.cta-button-lightblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.button.cta-button-lightblue.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.button.cta-button-lightblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.button.cta-button-lightblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form input.button.cta-button-lightblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.button.cta-button-lightblue.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form input.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form .umcg-website-theme input.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form input.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form .umcg-website-theme input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings form input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme form input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form .umcg-website-theme input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form .umcg-website-theme input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings form input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme form input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form .umcg-website-theme input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.button.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.button.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form input.button.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form .umcg-website-theme input.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.button.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form input.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.button.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-lightblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form input.cta-button-lightblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-lightblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.cta-button-lightblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form .umcg-website-theme input.cta-button-lightblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.cta-button-lightblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-lightblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form input.cta-button-lightblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-lightblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings form input.cta-button-lightblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.cta-button-lightblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme form input.cta-button-lightblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.cta-button-lightblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.cta-button-lightblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form .umcg-website-theme input.cta-button-lightblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.cta-button-lightblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.cta-button-lightblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form input.cta-button-lightblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-lightblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form .umcg-website-theme input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings form input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme form input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form .umcg-website-theme input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-white.button[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-white.button[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form input.cta-button-white.button[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-white.button[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.cta-button-white.button[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form .umcg-website-theme input.cta-button-white.button[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.cta-button-white.button[type=submit]:hover, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-white.button[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-white.button[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form input.cta-button-white.button[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-white.button[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings form input.cta-button-white.button[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.cta-button-white.button[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme form input.cta-button-white.button[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.cta-button-white.button[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.cta-button-white.button[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form .umcg-website-theme input.cta-button-white.button[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.cta-button-white.button[type=submit]:hover, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-white.button[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.cta-button-white.button[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form input.cta-button-white.button[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-white.button[type=submit]:hover, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input[type=submit].cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input[type=submit].cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form input[type=submit].cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings form input[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme form input[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input[type=submit].cta-button-white:hover, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form input[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input[type=submit].cta-button-white:hover, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue[type=submit].cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-lightblue[type=submit].cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form input.cta-button-lightblue[type=submit].cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-lightblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings form input.cta-button-lightblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.cta-button-lightblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme form input.cta-button-lightblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.cta-button-lightblue[type=submit].cta-button-white:hover, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue[type=submit].cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-lightblue[type=submit].cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form input.cta-button-lightblue[type=submit].cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-lightblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.cta-button-lightblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form .umcg-website-theme input.cta-button-lightblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.cta-button-lightblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings form input.cta-button-lightblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.cta-button-lightblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme form input.cta-button-lightblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.cta-button-lightblue[type=submit].cta-button-white:hover, .umcg-website-theme .cookie-settings form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue[type=submit].cta-button-white:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-lightblue[type=submit].cta-button-white:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form input.cta-button-lightblue[type=submit].cta-button-white:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-lightblue[type=submit].cta-button-white:hover, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.cta-button-lightblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form input.cta-button-lightblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-lightblue[type=submit].cta-button-white:hover, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form input.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings form input.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme form input.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form input.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form .umcg-website-theme input.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings form input.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme form input.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme .cookie-settings form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form input.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form input.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings form input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme form input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form .umcg-website-theme input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme .cookie-settings form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings form input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme form input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form input.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings form input.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme form input.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form input.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form .umcg-website-theme input.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings form input.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme form input.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-settings form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-white[type=submit]:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-white[type=submit]:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form input.cta-button-white[type=submit]:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form input.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-lightblue.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form input.cta-button-lightblue.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-lightblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings form input.cta-button-lightblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.cta-button-lightblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme form input.cta-button-lightblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.cta-button-lightblue.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-lightblue.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form input.cta-button-lightblue.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-lightblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.cta-button-lightblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form .umcg-website-theme input.cta-button-lightblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.cta-button-lightblue.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-settings form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.cta-button-white[type=submit]:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-lightblue.cta-button-white[type=submit]:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form input.cta-button-lightblue.cta-button-white[type=submit]:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-lightblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings form input.cta-button-lightblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.cta-button-lightblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme form input.cta-button-lightblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.cta-button-lightblue.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.cta-button-lightblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form input.cta-button-lightblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-lightblue.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form input.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings form input.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme form input.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form input.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form .umcg-website-theme input.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-settings form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form input.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings form input.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme form input.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form input.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-settings .button.button-tetiary:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .button.button-tetiary:focus, .umcg-website-theme .cookie-settings .button-tetiary.button.cta-button-lightblue:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme .button-tetiary.button.cta-button-lightblue:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .button-tetiary.button.cta-button-lightblue:focus, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button-tetiary.button.cta-button-lightblue:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings .button-tetiary.button.cta-button-lightblue:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .button-tetiary.button.cta-button-lightblue:focus, .umcg-website-theme .cookie-settings .button-tetiary.button.cta-button-darkblue:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme .button-tetiary.button.cta-button-darkblue:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .button-tetiary.button.cta-button-darkblue:focus, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button-tetiary.button.cta-button-darkblue:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings .button-tetiary.button.cta-button-darkblue:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .button-tetiary.button.cta-button-darkblue:focus, .umcg-website-theme .cookie-settings .button-tetiary.cta-button-lightblue.button.cta-button-darkblue:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme .button-tetiary.cta-button-lightblue.button.cta-button-darkblue:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .button-tetiary.cta-button-lightblue.button.cta-button-darkblue:focus, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button-tetiary.cta-button-lightblue.button.cta-button-darkblue:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .button-tetiary.cta-button-lightblue.button.cta-button-darkblue:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .button-tetiary.cta-button-lightblue.button.cta-button-darkblue:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings .button-tetiary.cta-button-lightblue.button.cta-button-darkblue:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme .button-tetiary.cta-button-lightblue.button.cta-button-darkblue:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings .button-tetiary.cta-button-lightblue.button.cta-button-darkblue:focus, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button-tetiary.cta-button-lightblue.button.cta-button-darkblue:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings .button-tetiary.cta-button-lightblue.button.cta-button-darkblue:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .button-tetiary.cta-button-lightblue.button.cta-button-darkblue:focus, .umcg-website-theme .cookie-settings .button-tetiary.cta-button-darkblue.button:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme .button-tetiary.cta-button-darkblue.button:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .button-tetiary.cta-button-darkblue.button:focus, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button-tetiary.cta-button-darkblue.button:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .button-tetiary.cta-button-darkblue.button:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .button-tetiary.cta-button-darkblue.button:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings .button-tetiary.cta-button-darkblue.button:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme .button-tetiary.cta-button-darkblue.button:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings .button-tetiary.cta-button-darkblue.button:focus, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button-tetiary.cta-button-darkblue.button:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings .button-tetiary.cta-button-darkblue.button:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .button-tetiary.cta-button-darkblue.button:focus, .umcg-website-theme .cookie-settings .button-tetiary.button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme .button-tetiary.button.cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .button-tetiary.button.cta-button-white:focus, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button-tetiary.button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings .button-tetiary.button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .button-tetiary.button.cta-button-white:focus, .umcg-website-theme .cookie-settings .button-tetiary.cta-button-lightblue.button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme .button-tetiary.cta-button-lightblue.button.cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .button-tetiary.cta-button-lightblue.button.cta-button-white:focus, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button-tetiary.cta-button-lightblue.button.cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .button-tetiary.cta-button-lightblue.button.cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .button-tetiary.cta-button-lightblue.button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings .button-tetiary.cta-button-lightblue.button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme .button-tetiary.cta-button-lightblue.button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings .button-tetiary.cta-button-lightblue.button.cta-button-white:focus, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button-tetiary.cta-button-lightblue.button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings .button-tetiary.cta-button-lightblue.button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .button-tetiary.cta-button-lightblue.button.cta-button-white:focus, .umcg-website-theme .cookie-settings .button-tetiary.cta-button-darkblue.button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme .button-tetiary.cta-button-darkblue.button.cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .button-tetiary.cta-button-darkblue.button.cta-button-white:focus, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button-tetiary.cta-button-darkblue.button.cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .button-tetiary.cta-button-darkblue.button.cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .button-tetiary.cta-button-darkblue.button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings .button-tetiary.cta-button-darkblue.button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme .button-tetiary.cta-button-darkblue.button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings .button-tetiary.cta-button-darkblue.button.cta-button-white:focus, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button-tetiary.cta-button-darkblue.button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings .button-tetiary.cta-button-darkblue.button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .button-tetiary.cta-button-darkblue.button.cta-button-white:focus, .umcg-website-theme .cookie-settings .button-tetiary.cta-button-white.button:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme .button-tetiary.cta-button-white.button:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .button-tetiary.cta-button-white.button:focus, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button-tetiary.cta-button-white.button:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .button-tetiary.cta-button-white.button:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .button-tetiary.cta-button-white.button:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings .button-tetiary.cta-button-white.button:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme .button-tetiary.cta-button-white.button:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings .button-tetiary.cta-button-white.button:focus, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button-tetiary.cta-button-white.button:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings .button-tetiary.cta-button-white.button:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .button-tetiary.cta-button-white.button:focus, .umcg-website-theme .cookie-settings form input.button-tetiary[type=submit]:focus, .umcg-website-theme form .cookie-settings input.button-tetiary[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme form input.button-tetiary[type=submit]:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.button-tetiary[type=submit]:focus, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.button-tetiary[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.button-tetiary[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form input.button-tetiary[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.button-tetiary[type=submit]:focus, .umcg-website-theme .cookie-settings form input.button-tetiary.cta-button-lightblue[type=submit]:focus, .umcg-website-theme form .cookie-settings input.button-tetiary.cta-button-lightblue[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme form input.button-tetiary.cta-button-lightblue[type=submit]:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.button-tetiary.cta-button-lightblue[type=submit]:focus, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.button-tetiary.cta-button-lightblue[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.button-tetiary.cta-button-lightblue[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form input.button-tetiary.cta-button-lightblue[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.button-tetiary.cta-button-lightblue[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.button-tetiary.cta-button-lightblue[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form .umcg-website-theme input.button-tetiary.cta-button-lightblue[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.button-tetiary.cta-button-lightblue[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings form input.button-tetiary.cta-button-lightblue[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.button-tetiary.cta-button-lightblue[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme form input.button-tetiary.cta-button-lightblue[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.button-tetiary.cta-button-lightblue[type=submit]:focus, .umcg-website-theme .cookie-settings form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.button-tetiary.cta-button-lightblue[type=submit]:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.button-tetiary.cta-button-lightblue[type=submit]:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.button-tetiary.cta-button-lightblue[type=submit]:focus, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.button-tetiary.cta-button-lightblue[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.button-tetiary.cta-button-lightblue[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form input.button-tetiary.cta-button-lightblue[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.button-tetiary.cta-button-lightblue[type=submit]:focus, .umcg-website-theme .cookie-settings form input.button-tetiary.cta-button-darkblue[type=submit]:focus, .umcg-website-theme form .cookie-settings input.button-tetiary.cta-button-darkblue[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme form input.button-tetiary.cta-button-darkblue[type=submit]:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.button-tetiary.cta-button-darkblue[type=submit]:focus, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.button-tetiary.cta-button-darkblue[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.button-tetiary.cta-button-darkblue[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form input.button-tetiary.cta-button-darkblue[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.button-tetiary.cta-button-darkblue[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.button-tetiary.cta-button-darkblue[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form .umcg-website-theme input.button-tetiary.cta-button-darkblue[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.button-tetiary.cta-button-darkblue[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings form input.button-tetiary.cta-button-darkblue[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.button-tetiary.cta-button-darkblue[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme form input.button-tetiary.cta-button-darkblue[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.button-tetiary.cta-button-darkblue[type=submit]:focus, .umcg-website-theme .cookie-settings form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.button-tetiary.cta-button-darkblue[type=submit]:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.button-tetiary.cta-button-darkblue[type=submit]:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.button-tetiary.cta-button-darkblue[type=submit]:focus, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.button-tetiary.cta-button-darkblue[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.button-tetiary.cta-button-darkblue[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form input.button-tetiary.cta-button-darkblue[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.button-tetiary.cta-button-darkblue[type=submit]:focus, .umcg-website-theme .cookie-settings form input.button-tetiary.cta-button-lightblue.cta-button-darkblue[type=submit]:focus, .umcg-website-theme form .cookie-settings input.button-tetiary.cta-button-lightblue.cta-button-darkblue[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme form input.button-tetiary.cta-button-lightblue.cta-button-darkblue[type=submit]:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.button-tetiary.cta-button-lightblue.cta-button-darkblue[type=submit]:focus, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.button-tetiary.cta-button-lightblue.cta-button-darkblue[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.button-tetiary.cta-button-lightblue.cta-button-darkblue[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form input.button-tetiary.cta-button-lightblue.cta-button-darkblue[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.button-tetiary.cta-button-lightblue.cta-button-darkblue[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.button-tetiary.cta-button-lightblue.cta-button-darkblue[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form .umcg-website-theme input.button-tetiary.cta-button-lightblue.cta-button-darkblue[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.button-tetiary.cta-button-lightblue.cta-button-darkblue[type=submit]:focus, .umcg-website-theme .cookie-settings form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.button-tetiary.cta-button-lightblue.cta-button-darkblue[type=submit]:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.button-tetiary.cta-button-lightblue.cta-button-darkblue[type=submit]:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.button-tetiary.cta-button-lightblue.cta-button-darkblue[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings form input.button-tetiary.cta-button-lightblue.cta-button-darkblue[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.button-tetiary.cta-button-lightblue.cta-button-darkblue[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme form input.button-tetiary.cta-button-lightblue.cta-button-darkblue[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.button-tetiary.cta-button-lightblue.cta-button-darkblue[type=submit]:focus, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.button-tetiary.cta-button-lightblue.cta-button-darkblue[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.button-tetiary.cta-button-lightblue.cta-button-darkblue[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form input.button-tetiary.cta-button-lightblue.cta-button-darkblue[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.button-tetiary.cta-button-lightblue.cta-button-darkblue[type=submit]:focus, .umcg-website-theme .cookie-settings form input.button-tetiary.cta-button-white[type=submit]:focus, .umcg-website-theme form .cookie-settings input.button-tetiary.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme form input.button-tetiary.cta-button-white[type=submit]:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.button-tetiary.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.button-tetiary.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.button-tetiary.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form input.button-tetiary.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.button-tetiary.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.button-tetiary.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form .umcg-website-theme input.button-tetiary.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.button-tetiary.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings form input.button-tetiary.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.button-tetiary.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme form input.button-tetiary.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.button-tetiary.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-settings form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.button-tetiary.cta-button-white[type=submit]:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.button-tetiary.cta-button-white[type=submit]:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.button-tetiary.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.button-tetiary.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.button-tetiary.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form input.button-tetiary.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.button-tetiary.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-settings form input.button-tetiary.cta-button-lightblue.cta-button-white[type=submit]:focus, .umcg-website-theme form .cookie-settings input.button-tetiary.cta-button-lightblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme form input.button-tetiary.cta-button-lightblue.cta-button-white[type=submit]:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.button-tetiary.cta-button-lightblue.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.button-tetiary.cta-button-lightblue.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.button-tetiary.cta-button-lightblue.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form input.button-tetiary.cta-button-lightblue.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.button-tetiary.cta-button-lightblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.button-tetiary.cta-button-lightblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form .umcg-website-theme input.button-tetiary.cta-button-lightblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.button-tetiary.cta-button-lightblue.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-settings form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.button-tetiary.cta-button-lightblue.cta-button-white[type=submit]:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.button-tetiary.cta-button-lightblue.cta-button-white[type=submit]:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.button-tetiary.cta-button-lightblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings form input.button-tetiary.cta-button-lightblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.button-tetiary.cta-button-lightblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme form input.button-tetiary.cta-button-lightblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.button-tetiary.cta-button-lightblue.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.button-tetiary.cta-button-lightblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.button-tetiary.cta-button-lightblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form input.button-tetiary.cta-button-lightblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.button-tetiary.cta-button-lightblue.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-settings form input.button-tetiary.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme form .cookie-settings input.button-tetiary.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme form input.button-tetiary.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.button-tetiary.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.button-tetiary.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.button-tetiary.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form input.button-tetiary.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.button-tetiary.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.button-tetiary.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form .umcg-website-theme input.button-tetiary.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.button-tetiary.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-settings form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.button-tetiary.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.button-tetiary.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.button-tetiary.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings form input.button-tetiary.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.button-tetiary.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme form input.button-tetiary.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.button-tetiary.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.button-tetiary.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.button-tetiary.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form input.button-tetiary.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.button-tetiary.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-settings .button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme .button.cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .button.cta-button-white:focus, .umcg-website-theme .cookie-settings .button.cta-button-lightblue.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme .button.cta-button-lightblue.cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .button.cta-button-lightblue.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings .button.cta-button-lightblue.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme .button.cta-button-lightblue.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings .button.cta-button-lightblue.cta-button-white:focus, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button.cta-button-lightblue.cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .button.cta-button-lightblue.cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .button.cta-button-lightblue.cta-button-white:focus, .umcg-website-theme .cookie-settings .button.cta-button-darkblue.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme .button.cta-button-darkblue.cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .button.cta-button-darkblue.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings .button.cta-button-darkblue.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme .button.cta-button-darkblue.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings .button.cta-button-darkblue.cta-button-white:focus, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button.cta-button-darkblue.cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .button.cta-button-darkblue.cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .button.cta-button-darkblue.cta-button-white:focus, .umcg-website-theme .cookie-settings .cta-button-lightblue.button.cta-button-darkblue.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme .cta-button-lightblue.button.cta-button-darkblue.cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .cta-button-lightblue.button.cta-button-darkblue.cta-button-white:focus, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-lightblue.button.cta-button-darkblue.cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .cta-button-lightblue.button.cta-button-darkblue.cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .cta-button-lightblue.button.cta-button-darkblue.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings .cta-button-lightblue.button.cta-button-darkblue.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme .cta-button-lightblue.button.cta-button-darkblue.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings .cta-button-lightblue.button.cta-button-darkblue.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings .cta-button-lightblue.button.cta-button-darkblue.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme .cta-button-lightblue.button.cta-button-darkblue.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings .cta-button-lightblue.button.cta-button-darkblue.cta-button-white:focus, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-lightblue.button.cta-button-darkblue.cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .cta-button-lightblue.button.cta-button-darkblue.cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .cta-button-lightblue.button.cta-button-darkblue.cta-button-white:focus, .umcg-website-theme .cookie-settings .cta-button-darkblue.button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme .cta-button-darkblue.button.cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .cta-button-darkblue.button.cta-button-white:focus, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-darkblue.button.cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .cta-button-darkblue.button.cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .cta-button-darkblue.button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings .cta-button-darkblue.button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme .cta-button-darkblue.button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings .cta-button-darkblue.button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings .cta-button-darkblue.button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme .cta-button-darkblue.button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings .cta-button-darkblue.button.cta-button-white:focus, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-darkblue.button.cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .cta-button-darkblue.button.cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .cta-button-darkblue.button.cta-button-white:focus, .umcg-website-theme .cookie-settings .button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme .button.cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings .button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme .button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings .button.cta-button-white:focus, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button.cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .button.cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .button.cta-button-white:focus, .umcg-website-theme .cookie-settings .cta-button-lightblue.button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme .cta-button-lightblue.button.cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .cta-button-lightblue.button.cta-button-white:focus, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-lightblue.button.cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .cta-button-lightblue.button.cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .cta-button-lightblue.button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings .cta-button-lightblue.button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme .cta-button-lightblue.button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings .cta-button-lightblue.button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings .cta-button-lightblue.button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme .cta-button-lightblue.button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings .cta-button-lightblue.button.cta-button-white:focus, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-lightblue.button.cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .cta-button-lightblue.button.cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .cta-button-lightblue.button.cta-button-white:focus, .umcg-website-theme .cookie-settings .cta-button-darkblue.button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme .cta-button-darkblue.button.cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .cta-button-darkblue.button.cta-button-white:focus, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-darkblue.button.cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .cta-button-darkblue.button.cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .cta-button-darkblue.button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings .cta-button-darkblue.button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme .cta-button-darkblue.button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings .cta-button-darkblue.button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings .cta-button-darkblue.button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme .cta-button-darkblue.button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings .cta-button-darkblue.button.cta-button-white:focus, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-darkblue.button.cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .cta-button-darkblue.button.cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .cta-button-darkblue.button.cta-button-white:focus, .umcg-website-theme .cookie-settings .cta-button-white.button:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme .cta-button-white.button:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .cta-button-white.button:focus, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-white.button:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .cta-button-white.button:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .cta-button-white.button:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings .cta-button-white.button:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme .cta-button-white.button:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings .cta-button-white.button:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings .cta-button-white.button:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme .cta-button-white.button:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings .cta-button-white.button:focus, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-white.button:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .cta-button-white.button:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .cta-button-white.button:focus, .umcg-website-theme .cookie-settings form input[type=submit].button.cta-button-white:focus, .umcg-website-theme form .cookie-settings input[type=submit].button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme form input[type=submit].button.cta-button-white:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input[type=submit].button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input[type=submit].button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form .umcg-website-theme input[type=submit].button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input[type=submit].button.cta-button-white:focus, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input[type=submit].button.cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input[type=submit].button.cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form input[type=submit].button.cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input[type=submit].button.cta-button-white:focus, .umcg-website-theme .cookie-settings form input.cta-button-lightblue[type=submit].button.cta-button-white:focus, .umcg-website-theme form .cookie-settings input.cta-button-lightblue[type=submit].button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme form input.cta-button-lightblue[type=submit].button.cta-button-white:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.cta-button-lightblue[type=submit].button.cta-button-white:focus, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue[type=submit].button.cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-lightblue[type=submit].button.cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form input.cta-button-lightblue[type=submit].button.cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-lightblue[type=submit].button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.cta-button-lightblue[type=submit].button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form .umcg-website-theme input.cta-button-lightblue[type=submit].button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.cta-button-lightblue[type=submit].button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings form input.cta-button-lightblue[type=submit].button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.cta-button-lightblue[type=submit].button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme form input.cta-button-lightblue[type=submit].button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.cta-button-lightblue[type=submit].button.cta-button-white:focus, .umcg-website-theme .cookie-settings form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue[type=submit].button.cta-button-white:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.cta-button-lightblue[type=submit].button.cta-button-white:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.cta-button-lightblue[type=submit].button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.cta-button-lightblue[type=submit].button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form .umcg-website-theme input.cta-button-lightblue[type=submit].button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.cta-button-lightblue[type=submit].button.cta-button-white:focus, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue[type=submit].button.cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-lightblue[type=submit].button.cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form input.cta-button-lightblue[type=submit].button.cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-lightblue[type=submit].button.cta-button-white:focus, .umcg-website-theme .cookie-settings form input.cta-button-darkblue[type=submit].button.cta-button-white:focus, .umcg-website-theme form .cookie-settings input.cta-button-darkblue[type=submit].button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme form input.cta-button-darkblue[type=submit].button.cta-button-white:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.cta-button-darkblue[type=submit].button.cta-button-white:focus, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue[type=submit].button.cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-darkblue[type=submit].button.cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form input.cta-button-darkblue[type=submit].button.cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-darkblue[type=submit].button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.cta-button-darkblue[type=submit].button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form .umcg-website-theme input.cta-button-darkblue[type=submit].button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.cta-button-darkblue[type=submit].button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings form input.cta-button-darkblue[type=submit].button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.cta-button-darkblue[type=submit].button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme form input.cta-button-darkblue[type=submit].button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.cta-button-darkblue[type=submit].button.cta-button-white:focus, .umcg-website-theme .cookie-settings form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-darkblue[type=submit].button.cta-button-white:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.cta-button-darkblue[type=submit].button.cta-button-white:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.cta-button-darkblue[type=submit].button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.cta-button-darkblue[type=submit].button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form .umcg-website-theme input.cta-button-darkblue[type=submit].button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.cta-button-darkblue[type=submit].button.cta-button-white:focus, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue[type=submit].button.cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-darkblue[type=submit].button.cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form input.cta-button-darkblue[type=submit].button.cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-darkblue[type=submit].button.cta-button-white:focus, .umcg-website-theme .cookie-settings form input.cta-button-lightblue.cta-button-darkblue[type=submit].button.cta-button-white:focus, .umcg-website-theme form .cookie-settings input.cta-button-lightblue.cta-button-darkblue[type=submit].button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme form input.cta-button-lightblue.cta-button-darkblue[type=submit].button.cta-button-white:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.cta-button-lightblue.cta-button-darkblue[type=submit].button.cta-button-white:focus, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.cta-button-darkblue[type=submit].button.cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-lightblue.cta-button-darkblue[type=submit].button.cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form input.cta-button-lightblue.cta-button-darkblue[type=submit].button.cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-lightblue.cta-button-darkblue[type=submit].button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.cta-button-lightblue.cta-button-darkblue[type=submit].button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form .umcg-website-theme input.cta-button-lightblue.cta-button-darkblue[type=submit].button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.cta-button-lightblue.cta-button-darkblue[type=submit].button.cta-button-white:focus, .umcg-website-theme .cookie-settings form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue.cta-button-darkblue[type=submit].button.cta-button-white:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.cta-button-lightblue.cta-button-darkblue[type=submit].button.cta-button-white:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.cta-button-lightblue.cta-button-darkblue[type=submit].button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings form input.cta-button-lightblue.cta-button-darkblue[type=submit].button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.cta-button-lightblue.cta-button-darkblue[type=submit].button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme form input.cta-button-lightblue.cta-button-darkblue[type=submit].button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.cta-button-lightblue.cta-button-darkblue[type=submit].button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.cta-button-lightblue.cta-button-darkblue[type=submit].button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form .umcg-website-theme input.cta-button-lightblue.cta-button-darkblue[type=submit].button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.cta-button-lightblue.cta-button-darkblue[type=submit].button.cta-button-white:focus, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.cta-button-darkblue[type=submit].button.cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-lightblue.cta-button-darkblue[type=submit].button.cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form input.cta-button-lightblue.cta-button-darkblue[type=submit].button.cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-lightblue.cta-button-darkblue[type=submit].button.cta-button-white:focus, .umcg-website-theme .cookie-settings form input.cta-button-white[type=submit].button:focus, .umcg-website-theme form .cookie-settings input.cta-button-white[type=submit].button:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme form input.cta-button-white[type=submit].button:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.cta-button-white[type=submit].button:focus, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-white[type=submit].button:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-white[type=submit].button:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form input.cta-button-white[type=submit].button:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-white[type=submit].button:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.cta-button-white[type=submit].button:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form .umcg-website-theme input.cta-button-white[type=submit].button:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.cta-button-white[type=submit].button:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings form input.cta-button-white[type=submit].button:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.cta-button-white[type=submit].button:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme form input.cta-button-white[type=submit].button:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.cta-button-white[type=submit].button:focus, .umcg-website-theme .cookie-settings form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-white[type=submit].button:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.cta-button-white[type=submit].button:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.cta-button-white[type=submit].button:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.cta-button-white[type=submit].button:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form .umcg-website-theme input.cta-button-white[type=submit].button:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.cta-button-white[type=submit].button:focus, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-white[type=submit].button:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-white[type=submit].button:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form input.cta-button-white[type=submit].button:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-white[type=submit].button:focus, .umcg-website-theme .cookie-settings form input.cta-button-lightblue.cta-button-white[type=submit].button:focus, .umcg-website-theme form .cookie-settings input.cta-button-lightblue.cta-button-white[type=submit].button:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme form input.cta-button-lightblue.cta-button-white[type=submit].button:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.cta-button-lightblue.cta-button-white[type=submit].button:focus, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.cta-button-white[type=submit].button:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-lightblue.cta-button-white[type=submit].button:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form input.cta-button-lightblue.cta-button-white[type=submit].button:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-lightblue.cta-button-white[type=submit].button:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.cta-button-lightblue.cta-button-white[type=submit].button:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form .umcg-website-theme input.cta-button-lightblue.cta-button-white[type=submit].button:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.cta-button-lightblue.cta-button-white[type=submit].button:focus, .umcg-website-theme .cookie-settings form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue.cta-button-white[type=submit].button:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.cta-button-lightblue.cta-button-white[type=submit].button:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.cta-button-lightblue.cta-button-white[type=submit].button:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings form input.cta-button-lightblue.cta-button-white[type=submit].button:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.cta-button-lightblue.cta-button-white[type=submit].button:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme form input.cta-button-lightblue.cta-button-white[type=submit].button:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.cta-button-lightblue.cta-button-white[type=submit].button:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.cta-button-lightblue.cta-button-white[type=submit].button:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form .umcg-website-theme input.cta-button-lightblue.cta-button-white[type=submit].button:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.cta-button-lightblue.cta-button-white[type=submit].button:focus, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.cta-button-white[type=submit].button:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-lightblue.cta-button-white[type=submit].button:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form input.cta-button-lightblue.cta-button-white[type=submit].button:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-lightblue.cta-button-white[type=submit].button:focus, .umcg-website-theme .cookie-settings form input.cta-button-darkblue.cta-button-white[type=submit].button:focus, .umcg-website-theme form .cookie-settings input.cta-button-darkblue.cta-button-white[type=submit].button:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme form input.cta-button-darkblue.cta-button-white[type=submit].button:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.cta-button-darkblue.cta-button-white[type=submit].button:focus, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue.cta-button-white[type=submit].button:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-darkblue.cta-button-white[type=submit].button:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form input.cta-button-darkblue.cta-button-white[type=submit].button:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-darkblue.cta-button-white[type=submit].button:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.cta-button-darkblue.cta-button-white[type=submit].button:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form .umcg-website-theme input.cta-button-darkblue.cta-button-white[type=submit].button:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.cta-button-darkblue.cta-button-white[type=submit].button:focus, .umcg-website-theme .cookie-settings form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-darkblue.cta-button-white[type=submit].button:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.cta-button-darkblue.cta-button-white[type=submit].button:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.cta-button-darkblue.cta-button-white[type=submit].button:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings form input.cta-button-darkblue.cta-button-white[type=submit].button:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.cta-button-darkblue.cta-button-white[type=submit].button:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme form input.cta-button-darkblue.cta-button-white[type=submit].button:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.cta-button-darkblue.cta-button-white[type=submit].button:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.cta-button-darkblue.cta-button-white[type=submit].button:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form .umcg-website-theme input.cta-button-darkblue.cta-button-white[type=submit].button:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.cta-button-darkblue.cta-button-white[type=submit].button:focus, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue.cta-button-white[type=submit].button:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-darkblue.cta-button-white[type=submit].button:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form input.cta-button-darkblue.cta-button-white[type=submit].button:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-darkblue.cta-button-white[type=submit].button:focus, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings .button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .button.cta-button-white:focus, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button.cta-button-lightblue.cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .button.cta-button-lightblue.cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .button.cta-button-lightblue.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings .button.cta-button-lightblue.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme .button.cta-button-lightblue.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings .button.cta-button-lightblue.cta-button-white:focus, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button.cta-button-lightblue.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings .button.cta-button-lightblue.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .button.cta-button-lightblue.cta-button-white:focus, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button.cta-button-darkblue.cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .button.cta-button-darkblue.cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .button.cta-button-darkblue.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings .button.cta-button-darkblue.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme .button.cta-button-darkblue.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings .button.cta-button-darkblue.cta-button-white:focus, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button.cta-button-darkblue.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings .button.cta-button-darkblue.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .button.cta-button-darkblue.cta-button-white:focus, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-lightblue.button.cta-button-darkblue.cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .cta-button-lightblue.button.cta-button-darkblue.cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .cta-button-lightblue.button.cta-button-darkblue.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings .cta-button-lightblue.button.cta-button-darkblue.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme .cta-button-lightblue.button.cta-button-darkblue.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings .cta-button-lightblue.button.cta-button-darkblue.cta-button-white:focus, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-lightblue.button.cta-button-darkblue.cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .cta-button-lightblue.button.cta-button-darkblue.cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .cta-button-lightblue.button.cta-button-darkblue.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings .cta-button-lightblue.button.cta-button-darkblue.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme .cta-button-lightblue.button.cta-button-darkblue.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings .cta-button-lightblue.button.cta-button-darkblue.cta-button-white:focus, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-lightblue.button.cta-button-darkblue.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings .cta-button-lightblue.button.cta-button-darkblue.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .cta-button-lightblue.button.cta-button-darkblue.cta-button-white:focus, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-darkblue.button.cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .cta-button-darkblue.button.cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .cta-button-darkblue.button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings .cta-button-darkblue.button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme .cta-button-darkblue.button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings .cta-button-darkblue.button.cta-button-white:focus, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-darkblue.button.cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .cta-button-darkblue.button.cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .cta-button-darkblue.button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings .cta-button-darkblue.button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme .cta-button-darkblue.button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings .cta-button-darkblue.button.cta-button-white:focus, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-darkblue.button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings .cta-button-darkblue.button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .cta-button-darkblue.button.cta-button-white:focus, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button.cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .button.cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings .button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme .button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings .button.cta-button-white:focus, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings .button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .button.cta-button-white:focus, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-lightblue.button.cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .cta-button-lightblue.button.cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .cta-button-lightblue.button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings .cta-button-lightblue.button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme .cta-button-lightblue.button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings .cta-button-lightblue.button.cta-button-white:focus, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-lightblue.button.cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .cta-button-lightblue.button.cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .cta-button-lightblue.button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings .cta-button-lightblue.button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme .cta-button-lightblue.button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings .cta-button-lightblue.button.cta-button-white:focus, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-lightblue.button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings .cta-button-lightblue.button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .cta-button-lightblue.button.cta-button-white:focus, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-darkblue.button.cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .cta-button-darkblue.button.cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .cta-button-darkblue.button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings .cta-button-darkblue.button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme .cta-button-darkblue.button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings .cta-button-darkblue.button.cta-button-white:focus, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-darkblue.button.cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .cta-button-darkblue.button.cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .cta-button-darkblue.button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings .cta-button-darkblue.button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme .cta-button-darkblue.button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings .cta-button-darkblue.button.cta-button-white:focus, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-darkblue.button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings .cta-button-darkblue.button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .cta-button-darkblue.button.cta-button-white:focus, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-white.button:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .cta-button-white.button:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .cta-button-white.button:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings .cta-button-white.button:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme .cta-button-white.button:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings .cta-button-white.button:focus, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-white.button:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .cta-button-white.button:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .cta-button-white.button:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings .cta-button-white.button:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme .cta-button-white.button:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings .cta-button-white.button:focus, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-white.button:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings .cta-button-white.button:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .cta-button-white.button:focus, .umcg-website-theme .cookie-settings form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input[type=submit].button.cta-button-white:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input[type=submit].button.cta-button-white:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input[type=submit].button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings form input[type=submit].button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input[type=submit].button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme form input[type=submit].button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input[type=submit].button.cta-button-white:focus, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input[type=submit].button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input[type=submit].button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form input[type=submit].button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input[type=submit].button.cta-button-white:focus, .umcg-website-theme .cookie-settings form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue[type=submit].button.cta-button-white:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.cta-button-lightblue[type=submit].button.cta-button-white:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.cta-button-lightblue[type=submit].button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings form input.cta-button-lightblue[type=submit].button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.cta-button-lightblue[type=submit].button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme form input.cta-button-lightblue[type=submit].button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.cta-button-lightblue[type=submit].button.cta-button-white:focus, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue[type=submit].button.cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-lightblue[type=submit].button.cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form input.cta-button-lightblue[type=submit].button.cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-lightblue[type=submit].button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.cta-button-lightblue[type=submit].button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form .umcg-website-theme input.cta-button-lightblue[type=submit].button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.cta-button-lightblue[type=submit].button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings form input.cta-button-lightblue[type=submit].button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.cta-button-lightblue[type=submit].button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme form input.cta-button-lightblue[type=submit].button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.cta-button-lightblue[type=submit].button.cta-button-white:focus, .umcg-website-theme .cookie-settings form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue[type=submit].button.cta-button-white:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.cta-button-lightblue[type=submit].button.cta-button-white:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.cta-button-lightblue[type=submit].button.cta-button-white:focus, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue[type=submit].button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.cta-button-lightblue[type=submit].button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form input.cta-button-lightblue[type=submit].button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-lightblue[type=submit].button.cta-button-white:focus, .umcg-website-theme .cookie-settings form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-darkblue[type=submit].button.cta-button-white:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.cta-button-darkblue[type=submit].button.cta-button-white:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.cta-button-darkblue[type=submit].button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings form input.cta-button-darkblue[type=submit].button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.cta-button-darkblue[type=submit].button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme form input.cta-button-darkblue[type=submit].button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.cta-button-darkblue[type=submit].button.cta-button-white:focus, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue[type=submit].button.cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-darkblue[type=submit].button.cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form input.cta-button-darkblue[type=submit].button.cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-darkblue[type=submit].button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.cta-button-darkblue[type=submit].button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form .umcg-website-theme input.cta-button-darkblue[type=submit].button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.cta-button-darkblue[type=submit].button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings form input.cta-button-darkblue[type=submit].button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.cta-button-darkblue[type=submit].button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme form input.cta-button-darkblue[type=submit].button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.cta-button-darkblue[type=submit].button.cta-button-white:focus, .umcg-website-theme .cookie-settings form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-darkblue[type=submit].button.cta-button-white:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.cta-button-darkblue[type=submit].button.cta-button-white:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.cta-button-darkblue[type=submit].button.cta-button-white:focus, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue[type=submit].button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.cta-button-darkblue[type=submit].button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form input.cta-button-darkblue[type=submit].button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-darkblue[type=submit].button.cta-button-white:focus, .umcg-website-theme .cookie-settings form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue.cta-button-darkblue[type=submit].button.cta-button-white:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.cta-button-lightblue.cta-button-darkblue[type=submit].button.cta-button-white:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.cta-button-lightblue.cta-button-darkblue[type=submit].button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings form input.cta-button-lightblue.cta-button-darkblue[type=submit].button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.cta-button-lightblue.cta-button-darkblue[type=submit].button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme form input.cta-button-lightblue.cta-button-darkblue[type=submit].button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.cta-button-lightblue.cta-button-darkblue[type=submit].button.cta-button-white:focus, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.cta-button-darkblue[type=submit].button.cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-lightblue.cta-button-darkblue[type=submit].button.cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form input.cta-button-lightblue.cta-button-darkblue[type=submit].button.cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-lightblue.cta-button-darkblue[type=submit].button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.cta-button-lightblue.cta-button-darkblue[type=submit].button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form .umcg-website-theme input.cta-button-lightblue.cta-button-darkblue[type=submit].button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.cta-button-lightblue.cta-button-darkblue[type=submit].button.cta-button-white:focus, .umcg-website-theme .cookie-settings form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue.cta-button-darkblue[type=submit].button.cta-button-white:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.cta-button-lightblue.cta-button-darkblue[type=submit].button.cta-button-white:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.cta-button-lightblue.cta-button-darkblue[type=submit].button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings form input.cta-button-lightblue.cta-button-darkblue[type=submit].button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.cta-button-lightblue.cta-button-darkblue[type=submit].button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme form input.cta-button-lightblue.cta-button-darkblue[type=submit].button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.cta-button-lightblue.cta-button-darkblue[type=submit].button.cta-button-white:focus, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.cta-button-darkblue[type=submit].button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.cta-button-lightblue.cta-button-darkblue[type=submit].button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form input.cta-button-lightblue.cta-button-darkblue[type=submit].button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-lightblue.cta-button-darkblue[type=submit].button.cta-button-white:focus, .umcg-website-theme .cookie-settings form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-white[type=submit].button:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.cta-button-white[type=submit].button:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.cta-button-white[type=submit].button:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings form input.cta-button-white[type=submit].button:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.cta-button-white[type=submit].button:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme form input.cta-button-white[type=submit].button:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.cta-button-white[type=submit].button:focus, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-white[type=submit].button:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-white[type=submit].button:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form input.cta-button-white[type=submit].button:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-white[type=submit].button:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.cta-button-white[type=submit].button:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form .umcg-website-theme input.cta-button-white[type=submit].button:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.cta-button-white[type=submit].button:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings form input.cta-button-white[type=submit].button:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.cta-button-white[type=submit].button:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme form input.cta-button-white[type=submit].button:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.cta-button-white[type=submit].button:focus, .umcg-website-theme .cookie-settings form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-white[type=submit].button:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.cta-button-white[type=submit].button:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.cta-button-white[type=submit].button:focus, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-white[type=submit].button:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.cta-button-white[type=submit].button:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form input.cta-button-white[type=submit].button:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-white[type=submit].button:focus, .umcg-website-theme .cookie-settings form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue.cta-button-white[type=submit].button:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.cta-button-lightblue.cta-button-white[type=submit].button:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.cta-button-lightblue.cta-button-white[type=submit].button:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings form input.cta-button-lightblue.cta-button-white[type=submit].button:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.cta-button-lightblue.cta-button-white[type=submit].button:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme form input.cta-button-lightblue.cta-button-white[type=submit].button:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.cta-button-lightblue.cta-button-white[type=submit].button:focus, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.cta-button-white[type=submit].button:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-lightblue.cta-button-white[type=submit].button:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form input.cta-button-lightblue.cta-button-white[type=submit].button:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-lightblue.cta-button-white[type=submit].button:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.cta-button-lightblue.cta-button-white[type=submit].button:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form .umcg-website-theme input.cta-button-lightblue.cta-button-white[type=submit].button:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.cta-button-lightblue.cta-button-white[type=submit].button:focus, .umcg-website-theme .cookie-settings form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue.cta-button-white[type=submit].button:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.cta-button-lightblue.cta-button-white[type=submit].button:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.cta-button-lightblue.cta-button-white[type=submit].button:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings form input.cta-button-lightblue.cta-button-white[type=submit].button:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.cta-button-lightblue.cta-button-white[type=submit].button:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme form input.cta-button-lightblue.cta-button-white[type=submit].button:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.cta-button-lightblue.cta-button-white[type=submit].button:focus, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.cta-button-white[type=submit].button:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.cta-button-lightblue.cta-button-white[type=submit].button:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form input.cta-button-lightblue.cta-button-white[type=submit].button:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-lightblue.cta-button-white[type=submit].button:focus, .umcg-website-theme .cookie-settings form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-darkblue.cta-button-white[type=submit].button:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.cta-button-darkblue.cta-button-white[type=submit].button:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.cta-button-darkblue.cta-button-white[type=submit].button:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings form input.cta-button-darkblue.cta-button-white[type=submit].button:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.cta-button-darkblue.cta-button-white[type=submit].button:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme form input.cta-button-darkblue.cta-button-white[type=submit].button:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.cta-button-darkblue.cta-button-white[type=submit].button:focus, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue.cta-button-white[type=submit].button:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-darkblue.cta-button-white[type=submit].button:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form input.cta-button-darkblue.cta-button-white[type=submit].button:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-darkblue.cta-button-white[type=submit].button:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.cta-button-darkblue.cta-button-white[type=submit].button:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form .umcg-website-theme input.cta-button-darkblue.cta-button-white[type=submit].button:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.cta-button-darkblue.cta-button-white[type=submit].button:focus, .umcg-website-theme .cookie-settings form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-darkblue.cta-button-white[type=submit].button:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.cta-button-darkblue.cta-button-white[type=submit].button:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.cta-button-darkblue.cta-button-white[type=submit].button:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings form input.cta-button-darkblue.cta-button-white[type=submit].button:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.cta-button-darkblue.cta-button-white[type=submit].button:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme form input.cta-button-darkblue.cta-button-white[type=submit].button:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.cta-button-darkblue.cta-button-white[type=submit].button:focus, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue.cta-button-white[type=submit].button:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.cta-button-darkblue.cta-button-white[type=submit].button:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form input.cta-button-darkblue.cta-button-white[type=submit].button:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-darkblue.cta-button-white[type=submit].button:focus, .umcg-website-theme .cookie-settings form input.button.cta-button-white[type=submit]:focus, .umcg-website-theme form .cookie-settings input.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme form input.button.cta-button-white[type=submit]:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.button.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-settings form input.button.cta-button-lightblue.cta-button-white[type=submit]:focus, .umcg-website-theme form .cookie-settings input.button.cta-button-lightblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme form input.button.cta-button-lightblue.cta-button-white[type=submit]:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.button.cta-button-lightblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings form input.button.cta-button-lightblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.button.cta-button-lightblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme form input.button.cta-button-lightblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.button.cta-button-lightblue.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-settings form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.button.cta-button-lightblue.cta-button-white[type=submit]:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.button.cta-button-lightblue.cta-button-white[type=submit]:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.button.cta-button-lightblue.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-settings form input.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme form .cookie-settings input.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme form input.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings form input.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme form input.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-settings form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-settings form input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme form .cookie-settings input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme form input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-settings form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings form input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme form input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings form input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme form input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-settings form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-settings form input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme form .cookie-settings input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme form input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-settings form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings form input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme form input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings form input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme form input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-settings form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-settings form input.button.cta-button-white[type=submit]:focus, .umcg-website-theme form .cookie-settings input.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme form input.button.cta-button-white[type=submit]:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings form input.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme form input.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.button.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-settings form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.button.cta-button-white[type=submit]:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.button.cta-button-white[type=submit]:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.button.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-settings form input.cta-button-lightblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme form .cookie-settings input.cta-button-lightblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme form input.cta-button-lightblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.cta-button-lightblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-lightblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form input.cta-button-lightblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-lightblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-settings form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.cta-button-lightblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.cta-button-lightblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings form input.cta-button-lightblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.cta-button-lightblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme form input.cta-button-lightblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.cta-button-lightblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings form input.cta-button-lightblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.cta-button-lightblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme form input.cta-button-lightblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.cta-button-lightblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-settings form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.cta-button-lightblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.cta-button-lightblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-settings form input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme form .cookie-settings input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme form input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-settings form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings form input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme form input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings form input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme form input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-settings form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-settings form input.cta-button-white.button[type=submit]:focus, .umcg-website-theme form .cookie-settings input.cta-button-white.button[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme form input.cta-button-white.button[type=submit]:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.cta-button-white.button[type=submit]:focus, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-white.button[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-white.button[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form input.cta-button-white.button[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-white.button[type=submit]:focus, .umcg-website-theme .cookie-settings form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-white.button[type=submit]:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.cta-button-white.button[type=submit]:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.cta-button-white.button[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings form input.cta-button-white.button[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.cta-button-white.button[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme form input.cta-button-white.button[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.cta-button-white.button[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings form input.cta-button-white.button[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.cta-button-white.button[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme form input.cta-button-white.button[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.cta-button-white.button[type=submit]:focus, .umcg-website-theme .cookie-settings form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-white.button[type=submit]:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.cta-button-white.button[type=submit]:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.cta-button-white.button[type=submit]:focus, .umcg-website-theme .cookie-settings form input[type=submit].cta-button-white:focus, .umcg-website-theme form .cookie-settings input[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme form input[type=submit].cta-button-white:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings form input[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme form input[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input[type=submit].cta-button-white:focus, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input[type=submit].cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input[type=submit].cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form input[type=submit].cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input[type=submit].cta-button-white:focus, .umcg-website-theme .cookie-settings form input.cta-button-lightblue[type=submit].cta-button-white:focus, .umcg-website-theme form .cookie-settings input.cta-button-lightblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme form input.cta-button-lightblue[type=submit].cta-button-white:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.cta-button-lightblue[type=submit].cta-button-white:focus, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue[type=submit].cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-lightblue[type=submit].cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form input.cta-button-lightblue[type=submit].cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-lightblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings form input.cta-button-lightblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme form .cookie-settings input.cta-button-lightblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form .umcg-website-theme form input.cta-button-lightblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme form .cookie-settings input.cta-button-lightblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings form input.cta-button-lightblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.cta-button-lightblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme form input.cta-button-lightblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.cta-button-lightblue[type=submit].cta-button-white:focus, .umcg-website-theme .cookie-settings form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue[type=submit].cta-button-white:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.cta-button-lightblue[type=submit].cta-button-white:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.cta-button-lightblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings form input.cta-button-lightblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.cta-button-lightblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme form input.cta-button-lightblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.cta-button-lightblue[type=submit].cta-button-white:focus, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue[type=submit].cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-lightblue[type=submit].cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form input.cta-button-lightblue[type=submit].cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-lightblue[type=submit].cta-button-white:focus, .umcg-website-theme .cookie-settings form input.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme form .cookie-settings input.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme form input.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form input.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings form input.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme form .cookie-settings input.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form .umcg-website-theme form input.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme form .cookie-settings input.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings form input.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme form input.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme .cookie-settings form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings form input.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme form input.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form input.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme .cookie-settings form input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme form .cookie-settings input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme form input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings form input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme form .cookie-settings input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form .umcg-website-theme form input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme form .cookie-settings input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme .cookie-settings form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings form input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme form input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings form input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme form input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme .cookie-settings form input.cta-button-white[type=submit]:focus, .umcg-website-theme form .cookie-settings input.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme form input.cta-button-white[type=submit]:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form input.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings form input.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme form .cookie-settings input.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form .umcg-website-theme form input.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme form .cookie-settings input.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings form input.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme form input.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-settings form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-white[type=submit]:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.cta-button-white[type=submit]:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings form input.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme form input.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form input.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-settings form input.cta-button-lightblue.cta-button-white[type=submit]:focus, .umcg-website-theme form .cookie-settings input.cta-button-lightblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme form input.cta-button-lightblue.cta-button-white[type=submit]:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.cta-button-lightblue.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-lightblue.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form input.cta-button-lightblue.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-lightblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings form input.cta-button-lightblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme form .cookie-settings input.cta-button-lightblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form .umcg-website-theme form input.cta-button-lightblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme form .cookie-settings input.cta-button-lightblue.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-settings form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue.cta-button-white[type=submit]:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.cta-button-lightblue.cta-button-white[type=submit]:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.cta-button-lightblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings form input.cta-button-lightblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.cta-button-lightblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme form input.cta-button-lightblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.cta-button-lightblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings form input.cta-button-lightblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.cta-button-lightblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme form input.cta-button-lightblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.cta-button-lightblue.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-lightblue.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form input.cta-button-lightblue.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-lightblue.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-settings form input.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme form .cookie-settings input.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme form input.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form input.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings form input.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme form .cookie-settings input.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form .umcg-website-theme form input.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme form .cookie-settings input.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-settings form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings form input.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme form input.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings form input.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme form input.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form input.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.button.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.button.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form input.button.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.button.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.button.cta-button-lightblue.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.button.cta-button-lightblue.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form input.button.cta-button-lightblue.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.button.cta-button-lightblue.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.button.cta-button-lightblue.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.button.cta-button-lightblue.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form input.button.cta-button-lightblue.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.button.cta-button-lightblue.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form input.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form input.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.button.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.button.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form input.button.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.button.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.button.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.button.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form input.button.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.button.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-lightblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form input.cta-button-lightblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-lightblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-lightblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form input.cta-button-lightblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-lightblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-lightblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-lightblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-lightblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form input.cta-button-lightblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-lightblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-white.button[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-white.button[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form input.cta-button-white.button[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-white.button[type=submit]:focus, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-white.button[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-white.button[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form input.cta-button-white.button[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-white.button[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-white.button[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-white.button[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-white.button[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-white.button[type=submit]:focus, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-white.button[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-white.button[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form input.cta-button-white.button[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-white.button[type=submit]:focus, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input[type=submit].cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input[type=submit].cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form input[type=submit].cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input[type=submit].cta-button-white:focus, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input[type=submit].cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input[type=submit].cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form input[type=submit].cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input[type=submit].cta-button-white:focus, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue[type=submit].cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-lightblue[type=submit].cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form input.cta-button-lightblue[type=submit].cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-lightblue[type=submit].cta-button-white:focus, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue[type=submit].cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-lightblue[type=submit].cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form input.cta-button-lightblue[type=submit].cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-lightblue[type=submit].cta-button-white:focus, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme input.cta-button-lightblue[type=submit].cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.cta-button-lightblue[type=submit].cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form .umcg-website-theme input.cta-button-lightblue[type=submit].cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.cta-button-lightblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-lightblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-lightblue[type=submit].cta-button-white:focus, .umcg-website-theme .cookie-settings form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue[type=submit].cta-button-white:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-lightblue[type=submit].cta-button-white:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form input.cta-button-lightblue[type=submit].cta-button-white:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-lightblue[type=submit].cta-button-white:focus, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue[type=submit].cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-lightblue[type=submit].cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form input.cta-button-lightblue[type=submit].cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-lightblue[type=submit].cta-button-white:focus, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form input.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form input.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme input.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form .umcg-website-theme input.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme .cookie-settings form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form input.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form input.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form .umcg-website-theme input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme .cookie-settings form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form input.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form input.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme input.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form .umcg-website-theme input.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-settings form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-white[type=submit]:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-white[type=submit]:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form input.cta-button-white[type=submit]:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form input.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-lightblue.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form input.cta-button-lightblue.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-lightblue.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-lightblue.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form input.cta-button-lightblue.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-lightblue.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme input.cta-button-lightblue.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.cta-button-lightblue.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form .umcg-website-theme input.cta-button-lightblue.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.cta-button-lightblue.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-settings form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.cta-button-white[type=submit]:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-lightblue.cta-button-white[type=submit]:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form input.cta-button-lightblue.cta-button-white[type=submit]:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-lightblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-lightblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-lightblue.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-lightblue.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form input.cta-button-lightblue.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-lightblue.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form input.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form input.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme input.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form .umcg-website-theme input.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-settings form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form input.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form input.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form .umcg-website-theme input.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.button.cta-button-lightblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form .umcg-website-theme input.button.cta-button-lightblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.button.cta-button-lightblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.button.cta-button-lightblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form .umcg-website-theme input.button.cta-button-lightblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.button.cta-button-lightblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form .umcg-website-theme input.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form .umcg-website-theme input.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form .umcg-website-theme input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form .umcg-website-theme input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form .umcg-website-theme input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form .umcg-website-theme input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form .umcg-website-theme input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form .umcg-website-theme input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form .umcg-website-theme input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form .umcg-website-theme input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form .umcg-website-theme input.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form .umcg-website-theme input.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.cta-button-lightblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form .umcg-website-theme input.cta-button-lightblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.cta-button-lightblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme input.cta-button-lightblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.cta-button-lightblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form .umcg-website-theme input.cta-button-lightblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.cta-button-lightblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.cta-button-lightblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form .umcg-website-theme input.cta-button-lightblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.cta-button-lightblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.cta-button-lightblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form .umcg-website-theme input.cta-button-lightblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.cta-button-lightblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form .umcg-website-theme input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form .umcg-website-theme input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form .umcg-website-theme input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form .umcg-website-theme input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.cta-button-white.button[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form .umcg-website-theme input.cta-button-white.button[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.cta-button-white.button[type=submit]:focus, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme input.cta-button-white.button[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.cta-button-white.button[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form .umcg-website-theme input.cta-button-white.button[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.cta-button-white.button[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.cta-button-white.button[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form .umcg-website-theme input.cta-button-white.button[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.cta-button-white.button[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.cta-button-white.button[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form .umcg-website-theme input.cta-button-white.button[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.cta-button-white.button[type=submit]:focus, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme input[type=submit].cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input[type=submit].cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form .umcg-website-theme input[type=submit].cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings form .umcg-website-theme input[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .umcg-website-theme .cookie-settings input[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme form .umcg-website-theme input[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .umcg-website-theme .cookie-settings input[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form .umcg-website-theme input[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input[type=submit].cta-button-white:focus, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme input.cta-button-lightblue[type=submit].cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.cta-button-lightblue[type=submit].cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form .umcg-website-theme input.cta-button-lightblue[type=submit].cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.cta-button-lightblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings form .umcg-website-theme input.cta-button-lightblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .umcg-website-theme .cookie-settings input.cta-button-lightblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme form .umcg-website-theme input.cta-button-lightblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .umcg-website-theme .cookie-settings input.cta-button-lightblue[type=submit].cta-button-white:focus, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme input.cta-button-lightblue[type=submit].cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.cta-button-lightblue[type=submit].cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form .umcg-website-theme input.cta-button-lightblue[type=submit].cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.cta-button-lightblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.cta-button-lightblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form .umcg-website-theme input.cta-button-lightblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.cta-button-lightblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings form .umcg-website-theme input.cta-button-lightblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .umcg-website-theme .cookie-settings input.cta-button-lightblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme form .umcg-website-theme input.cta-button-lightblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .umcg-website-theme .cookie-settings input.cta-button-lightblue[type=submit].cta-button-white:focus, .umcg-website-theme .cookie-settings form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme input.cta-button-lightblue[type=submit].cta-button-white:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.cta-button-lightblue[type=submit].cta-button-white:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form .umcg-website-theme input.cta-button-lightblue[type=submit].cta-button-white:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.cta-button-lightblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.cta-button-lightblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form .umcg-website-theme input.cta-button-lightblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.cta-button-lightblue[type=submit].cta-button-white:focus, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme input.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form .umcg-website-theme input.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings form .umcg-website-theme input.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .umcg-website-theme .cookie-settings input.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme form .umcg-website-theme input.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .umcg-website-theme .cookie-settings input.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme input.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form .umcg-website-theme input.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form .umcg-website-theme input.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings form .umcg-website-theme input.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .umcg-website-theme .cookie-settings input.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme form .umcg-website-theme input.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .umcg-website-theme .cookie-settings input.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme .cookie-settings form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme input.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form .umcg-website-theme input.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form .umcg-website-theme input.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form .umcg-website-theme input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings form .umcg-website-theme input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .umcg-website-theme .cookie-settings input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme form .umcg-website-theme input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .umcg-website-theme .cookie-settings input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form .umcg-website-theme input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form .umcg-website-theme input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme .cookie-settings form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form .umcg-website-theme input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings form .umcg-website-theme input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .umcg-website-theme .cookie-settings input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme form .umcg-website-theme input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .umcg-website-theme .cookie-settings input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form .umcg-website-theme input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme input.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form .umcg-website-theme input.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings form .umcg-website-theme input.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .umcg-website-theme .cookie-settings input.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme form .umcg-website-theme input.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .umcg-website-theme .cookie-settings input.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme input.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form .umcg-website-theme input.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form .umcg-website-theme input.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings form .umcg-website-theme input.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .umcg-website-theme .cookie-settings input.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme form .umcg-website-theme input.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .umcg-website-theme .cookie-settings input.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-settings form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme input.cta-button-white[type=submit]:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.cta-button-white[type=submit]:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form .umcg-website-theme input.cta-button-white[type=submit]:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form .umcg-website-theme input.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme input.cta-button-lightblue.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.cta-button-lightblue.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form .umcg-website-theme input.cta-button-lightblue.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.cta-button-lightblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings form .umcg-website-theme input.cta-button-lightblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .umcg-website-theme .cookie-settings input.cta-button-lightblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme form .umcg-website-theme input.cta-button-lightblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .umcg-website-theme .cookie-settings input.cta-button-lightblue.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme input.cta-button-lightblue.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.cta-button-lightblue.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form .umcg-website-theme input.cta-button-lightblue.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.cta-button-lightblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.cta-button-lightblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form .umcg-website-theme input.cta-button-lightblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.cta-button-lightblue.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-settings form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme input.cta-button-lightblue.cta-button-white[type=submit]:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.cta-button-lightblue.cta-button-white[type=submit]:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form .umcg-website-theme input.cta-button-lightblue.cta-button-white[type=submit]:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.cta-button-lightblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings form .umcg-website-theme input.cta-button-lightblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .umcg-website-theme .cookie-settings input.cta-button-lightblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme form .umcg-website-theme input.cta-button-lightblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .umcg-website-theme .cookie-settings input.cta-button-lightblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.cta-button-lightblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form .umcg-website-theme input.cta-button-lightblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.cta-button-lightblue.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme input.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form .umcg-website-theme input.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings form .umcg-website-theme input.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .umcg-website-theme .cookie-settings input.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme form .umcg-website-theme input.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .umcg-website-theme .cookie-settings input.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme input.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form .umcg-website-theme input.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form .umcg-website-theme input.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-settings form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme input.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form .umcg-website-theme input.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings form .umcg-website-theme input.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .umcg-website-theme .cookie-settings input.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme form .umcg-website-theme input.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .umcg-website-theme .cookie-settings input.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form .umcg-website-theme input.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings form input.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme form input.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings form input.button.cta-button-lightblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.button.cta-button-lightblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme form input.button.cta-button-lightblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.button.cta-button-lightblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings form input.button.cta-button-lightblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.button.cta-button-lightblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme form input.button.cta-button-lightblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.button.cta-button-lightblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings form input.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme form input.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings form input.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme form input.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings form input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme form input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme form input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings form input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme form input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings form input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme form input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings form input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme form input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme form input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings form input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme form input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings form input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme form input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings form input.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme form input.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings form input.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme form input.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings form input.cta-button-lightblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.cta-button-lightblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme form input.cta-button-lightblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.cta-button-lightblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form input.cta-button-lightblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.cta-button-lightblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme form input.cta-button-lightblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.cta-button-lightblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings form input.cta-button-lightblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.cta-button-lightblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme form input.cta-button-lightblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.cta-button-lightblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings form input.cta-button-lightblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.cta-button-lightblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme form input.cta-button-lightblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.cta-button-lightblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings form input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme form input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme form input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings form input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme form input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings form input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme form input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings form input.cta-button-white.button[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.cta-button-white.button[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme form input.cta-button-white.button[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.cta-button-white.button[type=submit]:focus, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form input.cta-button-white.button[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.cta-button-white.button[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme form input.cta-button-white.button[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.cta-button-white.button[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings form input.cta-button-white.button[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.cta-button-white.button[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme form input.cta-button-white.button[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.cta-button-white.button[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings form input.cta-button-white.button[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.cta-button-white.button[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme form input.cta-button-white.button[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.cta-button-white.button[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings form input[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme form input[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings form input[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme form input[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings form input.cta-button-lightblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.cta-button-lightblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme form input.cta-button-lightblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.cta-button-lightblue[type=submit].cta-button-white:focus, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form input.cta-button-lightblue[type=submit].cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.cta-button-lightblue[type=submit].cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme form input.cta-button-lightblue[type=submit].cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.cta-button-lightblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings form input.cta-button-lightblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme form .cookie-settings input.cta-button-lightblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form .umcg-website-theme form input.cta-button-lightblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme form .cookie-settings input.cta-button-lightblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings form input.cta-button-lightblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.cta-button-lightblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme form input.cta-button-lightblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.cta-button-lightblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.cta-button-lightblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.cta-button-lightblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings form input.cta-button-lightblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.cta-button-lightblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme form input.cta-button-lightblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.cta-button-lightblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings form input.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme form input.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form input.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme form input.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings form input.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme form .cookie-settings input.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form .umcg-website-theme form input.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme form .cookie-settings input.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings form input.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme form input.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings form input.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme form input.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings form input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme form input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme form input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings form input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme form .cookie-settings input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form .umcg-website-theme form input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme form .cookie-settings input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings form input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme form input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings form input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme form input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings form input.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme form input.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form input.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme form input.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings form input.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme form .cookie-settings input.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form .umcg-website-theme form input.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme form .cookie-settings input.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings form input.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme form input.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings form input.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme form input.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings form input.cta-button-lightblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.cta-button-lightblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme form input.cta-button-lightblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.cta-button-lightblue.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form input.cta-button-lightblue.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.cta-button-lightblue.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme form input.cta-button-lightblue.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.cta-button-lightblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings form input.cta-button-lightblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme form .cookie-settings input.cta-button-lightblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form .umcg-website-theme form input.cta-button-lightblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme form .cookie-settings input.cta-button-lightblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.cta-button-lightblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.cta-button-lightblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings form input.cta-button-lightblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.cta-button-lightblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme form input.cta-button-lightblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.cta-button-lightblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings form input.cta-button-lightblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.cta-button-lightblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme form input.cta-button-lightblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.cta-button-lightblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings form input.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme form input.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form input.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme form input.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings form input.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme form .cookie-settings input.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form .umcg-website-theme form input.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme form .cookie-settings input.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings form input.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme form input.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings form input.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme form input.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-settings form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.button.cta-button-white[type=submit]:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.button.cta-button-white[type=submit]:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.button.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-settings form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.button.cta-button-lightblue.cta-button-white[type=submit]:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.button.cta-button-lightblue.cta-button-white[type=submit]:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.button.cta-button-lightblue.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-settings form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.button.cta-button-lightblue.cta-button-white[type=submit]:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.button.cta-button-lightblue.cta-button-white[type=submit]:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.button.cta-button-lightblue.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-settings form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-settings form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-settings form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-settings form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-settings form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-settings form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-settings form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-settings form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-settings form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.button.cta-button-white[type=submit]:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.button.cta-button-white[type=submit]:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.button.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-settings form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.button.cta-button-white[type=submit]:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.button.cta-button-white[type=submit]:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.button.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-settings form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.cta-button-lightblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.cta-button-lightblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-settings form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.cta-button-lightblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.cta-button-lightblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.cta-button-lightblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.cta-button-lightblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-settings form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.cta-button-lightblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.cta-button-lightblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-settings form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-settings form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-settings form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-settings form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-white.button[type=submit]:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.cta-button-white.button[type=submit]:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.cta-button-white.button[type=submit]:focus, .umcg-website-theme .cookie-settings form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-white.button[type=submit]:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.cta-button-white.button[type=submit]:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.cta-button-white.button[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-white.button[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.cta-button-white.button[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-white.button[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.cta-button-white.button[type=submit]:focus, .umcg-website-theme .cookie-settings form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-white.button[type=submit]:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.cta-button-white.button[type=submit]:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.cta-button-white.button[type=submit]:focus, .umcg-website-theme .cookie-settings form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input[type=submit].cta-button-white:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input[type=submit].cta-button-white:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input[type=submit].cta-button-white:focus, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input[type=submit].cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input[type=submit].cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input[type=submit].cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input[type=submit].cta-button-white:focus, .umcg-website-theme .cookie-settings form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue[type=submit].cta-button-white:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.cta-button-lightblue[type=submit].cta-button-white:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.cta-button-lightblue[type=submit].cta-button-white:focus, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue[type=submit].cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.cta-button-lightblue[type=submit].cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue[type=submit].cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.cta-button-lightblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.cta-button-lightblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.cta-button-lightblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.cta-button-lightblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.cta-button-lightblue[type=submit].cta-button-white:focus, .umcg-website-theme .cookie-settings form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue[type=submit].cta-button-white:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.cta-button-lightblue[type=submit].cta-button-white:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.cta-button-lightblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.cta-button-lightblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.cta-button-lightblue[type=submit].cta-button-white:focus, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue[type=submit].cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.cta-button-lightblue[type=submit].cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue[type=submit].cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.cta-button-lightblue[type=submit].cta-button-white:focus, .umcg-website-theme .cookie-settings form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme .cookie-settings form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme .cookie-settings form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme .cookie-settings form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme .cookie-settings form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-white[type=submit]:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.cta-button-white[type=submit]:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-settings form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-white[type=submit]:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.cta-button-white[type=submit]:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-settings form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue.cta-button-white[type=submit]:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.cta-button-lightblue.cta-button-white[type=submit]:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.cta-button-lightblue.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.cta-button-lightblue.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.cta-button-lightblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.cta-button-lightblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.cta-button-lightblue.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-settings form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue.cta-button-white[type=submit]:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.cta-button-lightblue.cta-button-white[type=submit]:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.cta-button-lightblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.cta-button-lightblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.cta-button-lightblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.cta-button-lightblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.cta-button-lightblue.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.cta-button-lightblue.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.cta-button-lightblue.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-settings form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-settings form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings input.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form input.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.button.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.button.cta-button-lightblue.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.button.cta-button-lightblue.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form input.button.cta-button-lightblue.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.button.cta-button-lightblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.button.cta-button-lightblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form .umcg-website-theme input.button.cta-button-lightblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.button.cta-button-lightblue.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.button.cta-button-lightblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.button.cta-button-lightblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form input.button.cta-button-lightblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.button.cta-button-lightblue.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form input.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form .umcg-website-theme input.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form input.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form .umcg-website-theme input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings form input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme form input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form .umcg-website-theme input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form .umcg-website-theme input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings form input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme form input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form .umcg-website-theme input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.button.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.button.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form input.button.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form .umcg-website-theme input.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.button.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form input.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.button.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-lightblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form input.cta-button-lightblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-lightblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.cta-button-lightblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form .umcg-website-theme input.cta-button-lightblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.cta-button-lightblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-lightblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form input.cta-button-lightblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-lightblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings form input.cta-button-lightblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.cta-button-lightblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme form input.cta-button-lightblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.cta-button-lightblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.cta-button-lightblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form .umcg-website-theme input.cta-button-lightblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.cta-button-lightblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.cta-button-lightblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form input.cta-button-lightblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-lightblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form .umcg-website-theme input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings form input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme form input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form .umcg-website-theme input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-white.button[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-white.button[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form input.cta-button-white.button[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-white.button[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.cta-button-white.button[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form .umcg-website-theme input.cta-button-white.button[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.cta-button-white.button[type=submit]:focus, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-white.button[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-white.button[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form input.cta-button-white.button[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-white.button[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings form input.cta-button-white.button[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.cta-button-white.button[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme form input.cta-button-white.button[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.cta-button-white.button[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.cta-button-white.button[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form .umcg-website-theme input.cta-button-white.button[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.cta-button-white.button[type=submit]:focus, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-white.button[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.cta-button-white.button[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form input.cta-button-white.button[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-white.button[type=submit]:focus, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input[type=submit].cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input[type=submit].cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form input[type=submit].cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings form input[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme form input[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input[type=submit].cta-button-white:focus, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form input[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input[type=submit].cta-button-white:focus, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue[type=submit].cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-lightblue[type=submit].cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form input.cta-button-lightblue[type=submit].cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-lightblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings form input.cta-button-lightblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.cta-button-lightblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme form input.cta-button-lightblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.cta-button-lightblue[type=submit].cta-button-white:focus, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue[type=submit].cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-lightblue[type=submit].cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form input.cta-button-lightblue[type=submit].cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-lightblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.cta-button-lightblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form .umcg-website-theme input.cta-button-lightblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.cta-button-lightblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings form input.cta-button-lightblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.cta-button-lightblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme form input.cta-button-lightblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.cta-button-lightblue[type=submit].cta-button-white:focus, .umcg-website-theme .cookie-settings form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue[type=submit].cta-button-white:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-lightblue[type=submit].cta-button-white:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form input.cta-button-lightblue[type=submit].cta-button-white:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-lightblue[type=submit].cta-button-white:focus, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.cta-button-lightblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form input.cta-button-lightblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-lightblue[type=submit].cta-button-white:focus, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form input.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings form input.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme form input.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form input.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form .umcg-website-theme input.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings form input.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme form input.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme .cookie-settings form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form input.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form input.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings form input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme form input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form .umcg-website-theme input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme .cookie-settings form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings form input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme form input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form input.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings form input.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme form input.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form input.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form .umcg-website-theme input.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings form input.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme form input.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-settings form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-white[type=submit]:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-white[type=submit]:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form input.cta-button-white[type=submit]:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form input.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-lightblue.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form input.cta-button-lightblue.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-lightblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings form input.cta-button-lightblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.cta-button-lightblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme form input.cta-button-lightblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.cta-button-lightblue.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-lightblue.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form input.cta-button-lightblue.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-lightblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.cta-button-lightblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form .umcg-website-theme input.cta-button-lightblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.cta-button-lightblue.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-settings form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.cta-button-white[type=submit]:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-lightblue.cta-button-white[type=submit]:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form input.cta-button-lightblue.cta-button-white[type=submit]:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-lightblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings form input.cta-button-lightblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.cta-button-lightblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme form input.cta-button-lightblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.cta-button-lightblue.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.cta-button-lightblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form input.cta-button-lightblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-lightblue.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form input.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings form input.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme form input.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form input.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form .umcg-website-theme input.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-settings form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form input.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-settings form input.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings .umcg-website-theme form input.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-settings input.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-settings .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-settings input.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings form input.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-settings input.cta-button-darkblue.cta-button-white[type=submit]:focus {
  border-color: #fff;
}
.umcg-website-theme .cookie-notice-advanced, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-notice-advanced {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 25;
}
.umcg-website-theme .cookie-notice-advanced p, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-notice-advanced p, .umcg-website-theme .cookie-notice-advanced pp, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-notice-advanced pp {
  font-size: 1.5rem;
}
.umcg-website-theme .cookie-notice-advanced > *, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-notice-advanced > * {
  font-size: 14px;
}
.umcg-website-theme .cookie-notice-advanced [type=radio], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-notice-advanced [type=radio] {
  margin-left: 0;
  margin-right: 8px;
  opacity: 0.0001;
}
.umcg-website-theme .cookie-notice-advanced [type=radio] + label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-notice-advanced [type=radio] + label {
  position: relative;
  font-weight: bold;
  margin: 10px 0;
}
.umcg-website-theme .cookie-notice-advanced [type=radio] + label::before, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-notice-advanced [type=radio] + label::before {
  position: absolute;
  left: -25px;
  top: 4px;
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 50%;
}
.umcg-website-theme .cookie-notice-advanced [type=radio] + label::after, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-notice-advanced [type=radio] + label::after {
  position: absolute;
  left: -23px;
  top: 6px;
  content: "";
  display: block;
  width: 11px;
  height: 11px;
  background-color: rgb(0, 49, 131);
  border-radius: 50%;
  opacity: 0;
  -webkit-transition: 0.2s ease opacity;
  transition: 0.2s ease opacity;
}
.umcg-website-theme .cookie-notice-advanced [type=radio]:checked + label::after, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-notice-advanced [type=radio]:checked + label::after {
  opacity: 1;
}
.umcg-website-theme .cookie-notice-advanced form, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-notice-advanced form {
  background: transparent;
  padding: 0 !important;
  color: white !important;
}
.umcg-website-theme .cookie-notice-advanced form label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-notice-advanced form label {
  color: #fff;
}
.umcg-website-theme .cookie-notice-advanced form .field-group, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-notice-advanced form .field-group {
  width: 100%;
}
.umcg-website-theme .cookie-notice-advanced form .collapse-control, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-notice-advanced form .collapse-control {
  position: absolute;
  right: 15px;
  top: 0;
}
.umcg-website-theme .cookie-notice-advanced form .collapse-control .icon, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-notice-advanced form .collapse-control .icon {
  display: block;
  width: 20px;
  height: 20px;
  margin-left: 10px;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transition: -webkit-transform 450ms ease-in-out;
  transition: -webkit-transform 450ms ease-in-out;
  transition: transform 450ms ease-in-out;
  transition: transform 450ms ease-in-out, -webkit-transform 450ms ease-in-out;
}
.umcg-website-theme .cookie-notice-advanced form .collapse-control .icon .line, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-notice-advanced form .collapse-control .icon .line {
  top: 9px;
  display: block;
  position: absolute;
  width: 20px;
  height: 2px;
  border-radius: 1px;
  background-color: #fff;
}
.umcg-website-theme .cookie-notice-advanced form .collapse-control .icon .line-2, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-notice-advanced form .collapse-control .icon .line-2 {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: opacity 300ms ease-in-out;
  transition: opacity 300ms ease-in-out;
}
.umcg-website-theme .cookie-notice-advanced form button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-notice-advanced form button {
  background-color: transparent;
  border: 0;
  font-size: 1.8rem;
  line-height: 1.5;
  font-family: "Open Sans", sans-serif;
  text-align: left;
  cursor: pointer;
  display: inline-block;
  font-family: "CaspariWT", sans-serif;
  font-size: 2.2rem;
  line-height: 1.5;
  margin: 0;
  padding: 10px 10px 0 0;
}
.umcg-website-theme .cookie-notice-advanced form button:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-notice-advanced form button:hover {
  background-color: transparent;
}
.umcg-website-theme .cookie-notice-advanced form button .icon, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-notice-advanced form button .icon {
  top: 40%;
  -webkit-transform: translate(0, -40%);
          transform: translate(0, -40%);
}
.umcg-website-theme .cookie-notice-advanced form button[aria-expanded=true] .icon, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-notice-advanced form button[aria-expanded=true] .icon {
  top: 15px;
  -webkit-transform: translate(0, -40%) rotate(180deg);
          transform: translate(0, -40%) rotate(180deg);
}
.umcg-website-theme .cookie-notice-advanced form button[aria-expanded=true] .line-2, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-notice-advanced form button[aria-expanded=true] .line-2 {
  opacity: 0;
  -webkit-transition: opacity 150ms 300ms ease-in-out;
  transition: opacity 150ms 300ms ease-in-out;
}
.umcg-website-theme .cookie-notice-advanced .buttons, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-notice-advanced .buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}
.umcg-website-theme .cookie-bar, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar {
  display: block;
  position: fixed;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  pointer-events: none;
  top: calc(50% - 40px);
  max-height: 75vh;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: calc(100% - 50px);
  max-width: 560px;
  padding: 2rem 3rem 0;
  opacity: 0;
  border-radius: 5px;
  background-color: rgba(0, 49, 131, 0.95);
  -webkit-box-shadow: 0 21px 13px -5px rgba(0, 0, 0, 0.4);
          box-shadow: 0 21px 13px -5px rgba(0, 0, 0, 0.4);
  -webkit-transition: 0.7s linear opacity, 0.7s cubic-bezier(0.7, 0.06, 0.42, 0.99) -webkit-transform;
  transition: 0.7s linear opacity, 0.7s cubic-bezier(0.7, 0.06, 0.42, 0.99) -webkit-transform;
  transition: 0.7s cubic-bezier(0.7, 0.06, 0.42, 0.99) transform, 0.7s linear opacity;
  transition: 0.7s cubic-bezier(0.7, 0.06, 0.42, 0.99) transform, 0.7s linear opacity, 0.7s cubic-bezier(0.7, 0.06, 0.42, 0.99) -webkit-transform;
  z-index: 21;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.umcg-website-theme .cookie-bar .cookie-bar-header, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .cookie-bar-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1.8rem;
}
.umcg-website-theme .cookie-bar .cookie-bar-header .cookie-bar-title, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .cookie-bar-header .cookie-bar-title, .umcg-website-theme .cookie-bar .cookie-bar-header .cookie-settings-title, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .cookie-bar-header .cookie-settings-title {
  font-size: 2.2rem;
  line-height: 1.5;
  color: rgb(0, 49, 131);
  margin: 0 0 1.2rem;
  color: #fff;
  font-family: "CaspariWT", sans-serif;
  font-weight: 700;
}
.umcg-website-theme .cookie-bar .cookie-bar-header .cookie-close, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .cookie-bar-header .cookie-close {
  background-color: transparent;
  border: 0;
  display: block;
  cursor: pointer;
  z-index: 5;
  margin: 0 0 1.2rem 0;
}
.umcg-website-theme .cookie-bar .cookie-bar-header .cookie-close > svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .cookie-bar-header .cookie-close > svg {
  fill: #fff;
}
.umcg-website-theme .cookie-bar .cookie-bar-header .cookie-close:focus > svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .cookie-bar-header .cookie-close:focus > svg, .umcg-website-theme .cookie-bar .cookie-bar-header .cookie-close:hover > svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .cookie-bar-header .cookie-close:hover > svg {
  fill: rgba(255, 255, 255, 0.6);
}
.umcg-website-theme .cookie-bar > article, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar > article {
  overflow-y: auto;
  margin-bottom: 10px;
}
.umcg-website-theme .cookie-bar h2, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar h2 {
  color: #fff;
}
.umcg-website-theme .cookie-bar a, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar a {
  color: #fff;
}
.umcg-website-theme .cookie-bar:not([hidden])[init=false], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar:not([hidden])[init=false] {
  pointer-events: all;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 450ms ease-in-out, visibility 450ms 0s, -webkit-transform 450ms cubic-bezier(0.745, -0.6, 0.585, 0.995);
  transition: opacity 450ms ease-in-out, visibility 450ms 0s, -webkit-transform 450ms cubic-bezier(0.745, -0.6, 0.585, 0.995);
  transition: transform 450ms cubic-bezier(0.745, -0.6, 0.585, 0.995), opacity 450ms ease-in-out, visibility 450ms 0s;
  transition: transform 450ms cubic-bezier(0.745, -0.6, 0.585, 0.995), opacity 450ms ease-in-out, visibility 450ms 0s, -webkit-transform 450ms cubic-bezier(0.745, -0.6, 0.585, 0.995);
}
.umcg-website-theme .cookie-bar:not([hidden])[init=false] + .cookie-notice-overlay, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar:not([hidden])[init=false] + .cookie-notice-overlay {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 450ms ease-in-out, visibility 0s;
  transition: opacity 450ms ease-in-out, visibility 0s;
}
.umcg-website-theme .cookie-bar > article, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar > article {
  color: #fff;
}
.umcg-website-theme .cookie-bar button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar button, .umcg-website-theme .cookie-bar .cookie-save, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .cookie-save {
  background-color: #fff;
  font-weight: bold;
  cursor: pointer;
  color: #fff;
  border-radius: 23px;
  margin: 0 2rem 2rem 0;
}
.umcg-website-theme .cookie-bar button:active, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar button:active, .umcg-website-theme .cookie-bar button:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar button:hover, .umcg-website-theme .cookie-bar .cookie-save:active, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .cookie-save:active, .umcg-website-theme .cookie-bar .cookie-save:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .cookie-save:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
.umcg-website-theme .cookie-bar button.highlight:active, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar button.highlight:active, .umcg-website-theme .cookie-bar button.highlight:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar button.highlight:hover, .umcg-website-theme .cookie-bar .cookie-save.highlight:active, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .cookie-save.highlight:active, .umcg-website-theme .cookie-bar .cookie-save.highlight:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .cookie-save.highlight:hover {
  background-color: rgba(0, 49, 131, 0.2);
}
.umcg-website-theme .cookie-bar .button.button-tetiary:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .button.button-tetiary:focus, .umcg-website-theme .cookie-bar .button-tetiary.button.cta-button-lightblue:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme .button-tetiary.button.cta-button-lightblue:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .button-tetiary.button.cta-button-lightblue:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button-tetiary.button.cta-button-lightblue:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar .button-tetiary.button.cta-button-lightblue:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .button-tetiary.button.cta-button-lightblue:focus, .umcg-website-theme .cookie-bar .button-tetiary.button.cta-button-darkblue:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme .button-tetiary.button.cta-button-darkblue:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .button-tetiary.button.cta-button-darkblue:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button-tetiary.button.cta-button-darkblue:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar .button-tetiary.button.cta-button-darkblue:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .button-tetiary.button.cta-button-darkblue:focus, .umcg-website-theme .cookie-bar .button-tetiary.cta-button-lightblue.button.cta-button-darkblue:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme .button-tetiary.cta-button-lightblue.button.cta-button-darkblue:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .button-tetiary.cta-button-lightblue.button.cta-button-darkblue:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button-tetiary.cta-button-lightblue.button.cta-button-darkblue:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .button-tetiary.cta-button-lightblue.button.cta-button-darkblue:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .button-tetiary.cta-button-lightblue.button.cta-button-darkblue:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar .button-tetiary.cta-button-lightblue.button.cta-button-darkblue:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme .button-tetiary.cta-button-lightblue.button.cta-button-darkblue:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar .button-tetiary.cta-button-lightblue.button.cta-button-darkblue:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button-tetiary.cta-button-lightblue.button.cta-button-darkblue:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar .button-tetiary.cta-button-lightblue.button.cta-button-darkblue:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .button-tetiary.cta-button-lightblue.button.cta-button-darkblue:focus, .umcg-website-theme .cookie-bar .button-tetiary.cta-button-darkblue.button:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme .button-tetiary.cta-button-darkblue.button:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .button-tetiary.cta-button-darkblue.button:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button-tetiary.cta-button-darkblue.button:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .button-tetiary.cta-button-darkblue.button:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .button-tetiary.cta-button-darkblue.button:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar .button-tetiary.cta-button-darkblue.button:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme .button-tetiary.cta-button-darkblue.button:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar .button-tetiary.cta-button-darkblue.button:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button-tetiary.cta-button-darkblue.button:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar .button-tetiary.cta-button-darkblue.button:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .button-tetiary.cta-button-darkblue.button:focus, .umcg-website-theme .cookie-bar .button-tetiary.button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme .button-tetiary.button.cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .button-tetiary.button.cta-button-white:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button-tetiary.button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar .button-tetiary.button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .button-tetiary.button.cta-button-white:focus, .umcg-website-theme .cookie-bar .button-tetiary.cta-button-lightblue.button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme .button-tetiary.cta-button-lightblue.button.cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .button-tetiary.cta-button-lightblue.button.cta-button-white:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button-tetiary.cta-button-lightblue.button.cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .button-tetiary.cta-button-lightblue.button.cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .button-tetiary.cta-button-lightblue.button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar .button-tetiary.cta-button-lightblue.button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme .button-tetiary.cta-button-lightblue.button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar .button-tetiary.cta-button-lightblue.button.cta-button-white:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button-tetiary.cta-button-lightblue.button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar .button-tetiary.cta-button-lightblue.button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .button-tetiary.cta-button-lightblue.button.cta-button-white:focus, .umcg-website-theme .cookie-bar .button-tetiary.cta-button-darkblue.button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme .button-tetiary.cta-button-darkblue.button.cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .button-tetiary.cta-button-darkblue.button.cta-button-white:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button-tetiary.cta-button-darkblue.button.cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .button-tetiary.cta-button-darkblue.button.cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .button-tetiary.cta-button-darkblue.button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar .button-tetiary.cta-button-darkblue.button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme .button-tetiary.cta-button-darkblue.button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar .button-tetiary.cta-button-darkblue.button.cta-button-white:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button-tetiary.cta-button-darkblue.button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar .button-tetiary.cta-button-darkblue.button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .button-tetiary.cta-button-darkblue.button.cta-button-white:focus, .umcg-website-theme .cookie-bar .button-tetiary.cta-button-white.button:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme .button-tetiary.cta-button-white.button:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .button-tetiary.cta-button-white.button:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button-tetiary.cta-button-white.button:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .button-tetiary.cta-button-white.button:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .button-tetiary.cta-button-white.button:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar .button-tetiary.cta-button-white.button:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme .button-tetiary.cta-button-white.button:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar .button-tetiary.cta-button-white.button:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button-tetiary.cta-button-white.button:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar .button-tetiary.cta-button-white.button:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .button-tetiary.cta-button-white.button:focus, .umcg-website-theme .cookie-bar form input.button-tetiary[type=submit]:focus, .umcg-website-theme form .cookie-bar input.button-tetiary[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.button-tetiary[type=submit]:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.button-tetiary[type=submit]:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.button-tetiary[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.button-tetiary[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.button-tetiary[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.button-tetiary[type=submit]:focus, .umcg-website-theme .cookie-bar form input.button-tetiary.cta-button-lightblue[type=submit]:focus, .umcg-website-theme form .cookie-bar input.button-tetiary.cta-button-lightblue[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.button-tetiary.cta-button-lightblue[type=submit]:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.button-tetiary.cta-button-lightblue[type=submit]:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.button-tetiary.cta-button-lightblue[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.button-tetiary.cta-button-lightblue[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.button-tetiary.cta-button-lightblue[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.button-tetiary.cta-button-lightblue[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.button-tetiary.cta-button-lightblue[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme input.button-tetiary.cta-button-lightblue[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.button-tetiary.cta-button-lightblue[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input.button-tetiary.cta-button-lightblue[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.button-tetiary.cta-button-lightblue[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.button-tetiary.cta-button-lightblue[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.button-tetiary.cta-button-lightblue[type=submit]:focus, .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.button-tetiary.cta-button-lightblue[type=submit]:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.button-tetiary.cta-button-lightblue[type=submit]:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.button-tetiary.cta-button-lightblue[type=submit]:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.button-tetiary.cta-button-lightblue[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.button-tetiary.cta-button-lightblue[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.button-tetiary.cta-button-lightblue[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.button-tetiary.cta-button-lightblue[type=submit]:focus, .umcg-website-theme .cookie-bar form input.button-tetiary.cta-button-darkblue[type=submit]:focus, .umcg-website-theme form .cookie-bar input.button-tetiary.cta-button-darkblue[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.button-tetiary.cta-button-darkblue[type=submit]:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.button-tetiary.cta-button-darkblue[type=submit]:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.button-tetiary.cta-button-darkblue[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.button-tetiary.cta-button-darkblue[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.button-tetiary.cta-button-darkblue[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.button-tetiary.cta-button-darkblue[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.button-tetiary.cta-button-darkblue[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme input.button-tetiary.cta-button-darkblue[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.button-tetiary.cta-button-darkblue[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input.button-tetiary.cta-button-darkblue[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.button-tetiary.cta-button-darkblue[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.button-tetiary.cta-button-darkblue[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.button-tetiary.cta-button-darkblue[type=submit]:focus, .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.button-tetiary.cta-button-darkblue[type=submit]:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.button-tetiary.cta-button-darkblue[type=submit]:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.button-tetiary.cta-button-darkblue[type=submit]:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.button-tetiary.cta-button-darkblue[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.button-tetiary.cta-button-darkblue[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.button-tetiary.cta-button-darkblue[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.button-tetiary.cta-button-darkblue[type=submit]:focus, .umcg-website-theme .cookie-bar form input.button-tetiary.cta-button-lightblue.cta-button-darkblue[type=submit]:focus, .umcg-website-theme form .cookie-bar input.button-tetiary.cta-button-lightblue.cta-button-darkblue[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.button-tetiary.cta-button-lightblue.cta-button-darkblue[type=submit]:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.button-tetiary.cta-button-lightblue.cta-button-darkblue[type=submit]:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.button-tetiary.cta-button-lightblue.cta-button-darkblue[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.button-tetiary.cta-button-lightblue.cta-button-darkblue[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.button-tetiary.cta-button-lightblue.cta-button-darkblue[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.button-tetiary.cta-button-lightblue.cta-button-darkblue[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.button-tetiary.cta-button-lightblue.cta-button-darkblue[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme input.button-tetiary.cta-button-lightblue.cta-button-darkblue[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.button-tetiary.cta-button-lightblue.cta-button-darkblue[type=submit]:focus, .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.button-tetiary.cta-button-lightblue.cta-button-darkblue[type=submit]:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.button-tetiary.cta-button-lightblue.cta-button-darkblue[type=submit]:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.button-tetiary.cta-button-lightblue.cta-button-darkblue[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input.button-tetiary.cta-button-lightblue.cta-button-darkblue[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.button-tetiary.cta-button-lightblue.cta-button-darkblue[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.button-tetiary.cta-button-lightblue.cta-button-darkblue[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.button-tetiary.cta-button-lightblue.cta-button-darkblue[type=submit]:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.button-tetiary.cta-button-lightblue.cta-button-darkblue[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.button-tetiary.cta-button-lightblue.cta-button-darkblue[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.button-tetiary.cta-button-lightblue.cta-button-darkblue[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.button-tetiary.cta-button-lightblue.cta-button-darkblue[type=submit]:focus, .umcg-website-theme .cookie-bar form input.button-tetiary.cta-button-white[type=submit]:focus, .umcg-website-theme form .cookie-bar input.button-tetiary.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.button-tetiary.cta-button-white[type=submit]:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.button-tetiary.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.button-tetiary.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.button-tetiary.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.button-tetiary.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.button-tetiary.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.button-tetiary.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme input.button-tetiary.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.button-tetiary.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input.button-tetiary.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.button-tetiary.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.button-tetiary.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.button-tetiary.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.button-tetiary.cta-button-white[type=submit]:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.button-tetiary.cta-button-white[type=submit]:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.button-tetiary.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.button-tetiary.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.button-tetiary.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.button-tetiary.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.button-tetiary.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-bar form input.button-tetiary.cta-button-lightblue.cta-button-white[type=submit]:focus, .umcg-website-theme form .cookie-bar input.button-tetiary.cta-button-lightblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.button-tetiary.cta-button-lightblue.cta-button-white[type=submit]:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.button-tetiary.cta-button-lightblue.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.button-tetiary.cta-button-lightblue.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.button-tetiary.cta-button-lightblue.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.button-tetiary.cta-button-lightblue.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.button-tetiary.cta-button-lightblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.button-tetiary.cta-button-lightblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme input.button-tetiary.cta-button-lightblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.button-tetiary.cta-button-lightblue.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.button-tetiary.cta-button-lightblue.cta-button-white[type=submit]:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.button-tetiary.cta-button-lightblue.cta-button-white[type=submit]:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.button-tetiary.cta-button-lightblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input.button-tetiary.cta-button-lightblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.button-tetiary.cta-button-lightblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.button-tetiary.cta-button-lightblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.button-tetiary.cta-button-lightblue.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.button-tetiary.cta-button-lightblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.button-tetiary.cta-button-lightblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.button-tetiary.cta-button-lightblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.button-tetiary.cta-button-lightblue.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-bar form input.button-tetiary.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme form .cookie-bar input.button-tetiary.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.button-tetiary.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.button-tetiary.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.button-tetiary.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.button-tetiary.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.button-tetiary.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.button-tetiary.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.button-tetiary.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme input.button-tetiary.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.button-tetiary.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.button-tetiary.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.button-tetiary.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.button-tetiary.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input.button-tetiary.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.button-tetiary.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.button-tetiary.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.button-tetiary.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.button-tetiary.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.button-tetiary.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.button-tetiary.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.button-tetiary.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-bar .button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme .button.cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .button.cta-button-white:focus, .umcg-website-theme .cookie-bar .button.cta-button-lightblue.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme .button.cta-button-lightblue.cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .button.cta-button-lightblue.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar .button.cta-button-lightblue.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme .button.cta-button-lightblue.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar .button.cta-button-lightblue.cta-button-white:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button.cta-button-lightblue.cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .button.cta-button-lightblue.cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .button.cta-button-lightblue.cta-button-white:focus, .umcg-website-theme .cookie-bar .button.cta-button-darkblue.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme .button.cta-button-darkblue.cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .button.cta-button-darkblue.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar .button.cta-button-darkblue.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme .button.cta-button-darkblue.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar .button.cta-button-darkblue.cta-button-white:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button.cta-button-darkblue.cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .button.cta-button-darkblue.cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .button.cta-button-darkblue.cta-button-white:focus, .umcg-website-theme .cookie-bar .cta-button-lightblue.button.cta-button-darkblue.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme .cta-button-lightblue.button.cta-button-darkblue.cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .cta-button-lightblue.button.cta-button-darkblue.cta-button-white:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-lightblue.button.cta-button-darkblue.cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .cta-button-lightblue.button.cta-button-darkblue.cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .cta-button-lightblue.button.cta-button-darkblue.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar .cta-button-lightblue.button.cta-button-darkblue.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme .cta-button-lightblue.button.cta-button-darkblue.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar .cta-button-lightblue.button.cta-button-darkblue.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar .cta-button-lightblue.button.cta-button-darkblue.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme .cta-button-lightblue.button.cta-button-darkblue.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar .cta-button-lightblue.button.cta-button-darkblue.cta-button-white:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-lightblue.button.cta-button-darkblue.cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .cta-button-lightblue.button.cta-button-darkblue.cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .cta-button-lightblue.button.cta-button-darkblue.cta-button-white:focus, .umcg-website-theme .cookie-bar .cta-button-darkblue.button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme .cta-button-darkblue.button.cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .cta-button-darkblue.button.cta-button-white:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-darkblue.button.cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .cta-button-darkblue.button.cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .cta-button-darkblue.button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar .cta-button-darkblue.button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme .cta-button-darkblue.button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar .cta-button-darkblue.button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar .cta-button-darkblue.button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme .cta-button-darkblue.button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar .cta-button-darkblue.button.cta-button-white:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-darkblue.button.cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .cta-button-darkblue.button.cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .cta-button-darkblue.button.cta-button-white:focus, .umcg-website-theme .cookie-bar .button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme .button.cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar .button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme .button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar .button.cta-button-white:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button.cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .button.cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .button.cta-button-white:focus, .umcg-website-theme .cookie-bar .cta-button-lightblue.button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme .cta-button-lightblue.button.cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .cta-button-lightblue.button.cta-button-white:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-lightblue.button.cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .cta-button-lightblue.button.cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .cta-button-lightblue.button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar .cta-button-lightblue.button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme .cta-button-lightblue.button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar .cta-button-lightblue.button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar .cta-button-lightblue.button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme .cta-button-lightblue.button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar .cta-button-lightblue.button.cta-button-white:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-lightblue.button.cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .cta-button-lightblue.button.cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .cta-button-lightblue.button.cta-button-white:focus, .umcg-website-theme .cookie-bar .cta-button-darkblue.button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme .cta-button-darkblue.button.cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .cta-button-darkblue.button.cta-button-white:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-darkblue.button.cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .cta-button-darkblue.button.cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .cta-button-darkblue.button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar .cta-button-darkblue.button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme .cta-button-darkblue.button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar .cta-button-darkblue.button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar .cta-button-darkblue.button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme .cta-button-darkblue.button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar .cta-button-darkblue.button.cta-button-white:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-darkblue.button.cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .cta-button-darkblue.button.cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .cta-button-darkblue.button.cta-button-white:focus, .umcg-website-theme .cookie-bar .cta-button-white.button:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme .cta-button-white.button:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .cta-button-white.button:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-white.button:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .cta-button-white.button:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .cta-button-white.button:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar .cta-button-white.button:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme .cta-button-white.button:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar .cta-button-white.button:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar .cta-button-white.button:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme .cta-button-white.button:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar .cta-button-white.button:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-white.button:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .cta-button-white.button:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .cta-button-white.button:focus, .umcg-website-theme .cookie-bar form input[type=submit].button.cta-button-white:focus, .umcg-website-theme form .cookie-bar input[type=submit].button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input[type=submit].button.cta-button-white:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input[type=submit].button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input[type=submit].button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme input[type=submit].button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input[type=submit].button.cta-button-white:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input[type=submit].button.cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input[type=submit].button.cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input[type=submit].button.cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input[type=submit].button.cta-button-white:focus, .umcg-website-theme .cookie-bar form input.cta-button-lightblue[type=submit].button.cta-button-white:focus, .umcg-website-theme form .cookie-bar input.cta-button-lightblue[type=submit].button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-lightblue[type=submit].button.cta-button-white:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-lightblue[type=submit].button.cta-button-white:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue[type=submit].button.cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue[type=submit].button.cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-lightblue[type=submit].button.cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue[type=submit].button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-lightblue[type=submit].button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme input.cta-button-lightblue[type=submit].button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-lightblue[type=submit].button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input.cta-button-lightblue[type=submit].button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-lightblue[type=submit].button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-lightblue[type=submit].button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-lightblue[type=submit].button.cta-button-white:focus, .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue[type=submit].button.cta-button-white:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-lightblue[type=submit].button.cta-button-white:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-lightblue[type=submit].button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-lightblue[type=submit].button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme input.cta-button-lightblue[type=submit].button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-lightblue[type=submit].button.cta-button-white:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue[type=submit].button.cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue[type=submit].button.cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-lightblue[type=submit].button.cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue[type=submit].button.cta-button-white:focus, .umcg-website-theme .cookie-bar form input.cta-button-darkblue[type=submit].button.cta-button-white:focus, .umcg-website-theme form .cookie-bar input.cta-button-darkblue[type=submit].button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-darkblue[type=submit].button.cta-button-white:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-darkblue[type=submit].button.cta-button-white:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue[type=submit].button.cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-darkblue[type=submit].button.cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-darkblue[type=submit].button.cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-darkblue[type=submit].button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-darkblue[type=submit].button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme input.cta-button-darkblue[type=submit].button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-darkblue[type=submit].button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input.cta-button-darkblue[type=submit].button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-darkblue[type=submit].button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-darkblue[type=submit].button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-darkblue[type=submit].button.cta-button-white:focus, .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-darkblue[type=submit].button.cta-button-white:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-darkblue[type=submit].button.cta-button-white:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-darkblue[type=submit].button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-darkblue[type=submit].button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme input.cta-button-darkblue[type=submit].button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-darkblue[type=submit].button.cta-button-white:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue[type=submit].button.cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-darkblue[type=submit].button.cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-darkblue[type=submit].button.cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-darkblue[type=submit].button.cta-button-white:focus, .umcg-website-theme .cookie-bar form input.cta-button-lightblue.cta-button-darkblue[type=submit].button.cta-button-white:focus, .umcg-website-theme form .cookie-bar input.cta-button-lightblue.cta-button-darkblue[type=submit].button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-lightblue.cta-button-darkblue[type=submit].button.cta-button-white:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-lightblue.cta-button-darkblue[type=submit].button.cta-button-white:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.cta-button-darkblue[type=submit].button.cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue.cta-button-darkblue[type=submit].button.cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-lightblue.cta-button-darkblue[type=submit].button.cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue.cta-button-darkblue[type=submit].button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-lightblue.cta-button-darkblue[type=submit].button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme input.cta-button-lightblue.cta-button-darkblue[type=submit].button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-lightblue.cta-button-darkblue[type=submit].button.cta-button-white:focus, .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue.cta-button-darkblue[type=submit].button.cta-button-white:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-lightblue.cta-button-darkblue[type=submit].button.cta-button-white:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-lightblue.cta-button-darkblue[type=submit].button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input.cta-button-lightblue.cta-button-darkblue[type=submit].button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-lightblue.cta-button-darkblue[type=submit].button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-lightblue.cta-button-darkblue[type=submit].button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-lightblue.cta-button-darkblue[type=submit].button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-lightblue.cta-button-darkblue[type=submit].button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme input.cta-button-lightblue.cta-button-darkblue[type=submit].button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-lightblue.cta-button-darkblue[type=submit].button.cta-button-white:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.cta-button-darkblue[type=submit].button.cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue.cta-button-darkblue[type=submit].button.cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-lightblue.cta-button-darkblue[type=submit].button.cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue.cta-button-darkblue[type=submit].button.cta-button-white:focus, .umcg-website-theme .cookie-bar form input.cta-button-white[type=submit].button:focus, .umcg-website-theme form .cookie-bar input.cta-button-white[type=submit].button:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-white[type=submit].button:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-white[type=submit].button:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-white[type=submit].button:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-white[type=submit].button:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-white[type=submit].button:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-white[type=submit].button:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-white[type=submit].button:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme input.cta-button-white[type=submit].button:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-white[type=submit].button:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input.cta-button-white[type=submit].button:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-white[type=submit].button:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-white[type=submit].button:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-white[type=submit].button:focus, .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-white[type=submit].button:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-white[type=submit].button:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-white[type=submit].button:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-white[type=submit].button:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme input.cta-button-white[type=submit].button:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-white[type=submit].button:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-white[type=submit].button:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-white[type=submit].button:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-white[type=submit].button:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-white[type=submit].button:focus, .umcg-website-theme .cookie-bar form input.cta-button-lightblue.cta-button-white[type=submit].button:focus, .umcg-website-theme form .cookie-bar input.cta-button-lightblue.cta-button-white[type=submit].button:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-lightblue.cta-button-white[type=submit].button:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-lightblue.cta-button-white[type=submit].button:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.cta-button-white[type=submit].button:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue.cta-button-white[type=submit].button:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-lightblue.cta-button-white[type=submit].button:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue.cta-button-white[type=submit].button:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-lightblue.cta-button-white[type=submit].button:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme input.cta-button-lightblue.cta-button-white[type=submit].button:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-lightblue.cta-button-white[type=submit].button:focus, .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue.cta-button-white[type=submit].button:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-lightblue.cta-button-white[type=submit].button:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-lightblue.cta-button-white[type=submit].button:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input.cta-button-lightblue.cta-button-white[type=submit].button:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-lightblue.cta-button-white[type=submit].button:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-lightblue.cta-button-white[type=submit].button:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-lightblue.cta-button-white[type=submit].button:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-lightblue.cta-button-white[type=submit].button:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme input.cta-button-lightblue.cta-button-white[type=submit].button:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-lightblue.cta-button-white[type=submit].button:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.cta-button-white[type=submit].button:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue.cta-button-white[type=submit].button:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-lightblue.cta-button-white[type=submit].button:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue.cta-button-white[type=submit].button:focus, .umcg-website-theme .cookie-bar form input.cta-button-darkblue.cta-button-white[type=submit].button:focus, .umcg-website-theme form .cookie-bar input.cta-button-darkblue.cta-button-white[type=submit].button:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-darkblue.cta-button-white[type=submit].button:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-darkblue.cta-button-white[type=submit].button:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue.cta-button-white[type=submit].button:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-darkblue.cta-button-white[type=submit].button:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-darkblue.cta-button-white[type=submit].button:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-darkblue.cta-button-white[type=submit].button:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-darkblue.cta-button-white[type=submit].button:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme input.cta-button-darkblue.cta-button-white[type=submit].button:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-darkblue.cta-button-white[type=submit].button:focus, .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-darkblue.cta-button-white[type=submit].button:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-darkblue.cta-button-white[type=submit].button:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-darkblue.cta-button-white[type=submit].button:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input.cta-button-darkblue.cta-button-white[type=submit].button:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-darkblue.cta-button-white[type=submit].button:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-darkblue.cta-button-white[type=submit].button:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-darkblue.cta-button-white[type=submit].button:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-darkblue.cta-button-white[type=submit].button:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme input.cta-button-darkblue.cta-button-white[type=submit].button:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-darkblue.cta-button-white[type=submit].button:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue.cta-button-white[type=submit].button:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-darkblue.cta-button-white[type=submit].button:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-darkblue.cta-button-white[type=submit].button:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-darkblue.cta-button-white[type=submit].button:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar .button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .button.cta-button-white:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button.cta-button-lightblue.cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .button.cta-button-lightblue.cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .button.cta-button-lightblue.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar .button.cta-button-lightblue.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme .button.cta-button-lightblue.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar .button.cta-button-lightblue.cta-button-white:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button.cta-button-lightblue.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar .button.cta-button-lightblue.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .button.cta-button-lightblue.cta-button-white:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button.cta-button-darkblue.cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .button.cta-button-darkblue.cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .button.cta-button-darkblue.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar .button.cta-button-darkblue.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme .button.cta-button-darkblue.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar .button.cta-button-darkblue.cta-button-white:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button.cta-button-darkblue.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar .button.cta-button-darkblue.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .button.cta-button-darkblue.cta-button-white:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-lightblue.button.cta-button-darkblue.cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .cta-button-lightblue.button.cta-button-darkblue.cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .cta-button-lightblue.button.cta-button-darkblue.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar .cta-button-lightblue.button.cta-button-darkblue.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme .cta-button-lightblue.button.cta-button-darkblue.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar .cta-button-lightblue.button.cta-button-darkblue.cta-button-white:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-lightblue.button.cta-button-darkblue.cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .cta-button-lightblue.button.cta-button-darkblue.cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .cta-button-lightblue.button.cta-button-darkblue.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar .cta-button-lightblue.button.cta-button-darkblue.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme .cta-button-lightblue.button.cta-button-darkblue.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar .cta-button-lightblue.button.cta-button-darkblue.cta-button-white:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-lightblue.button.cta-button-darkblue.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar .cta-button-lightblue.button.cta-button-darkblue.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .cta-button-lightblue.button.cta-button-darkblue.cta-button-white:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-darkblue.button.cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .cta-button-darkblue.button.cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .cta-button-darkblue.button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar .cta-button-darkblue.button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme .cta-button-darkblue.button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar .cta-button-darkblue.button.cta-button-white:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-darkblue.button.cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .cta-button-darkblue.button.cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .cta-button-darkblue.button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar .cta-button-darkblue.button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme .cta-button-darkblue.button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar .cta-button-darkblue.button.cta-button-white:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-darkblue.button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar .cta-button-darkblue.button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .cta-button-darkblue.button.cta-button-white:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button.cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .button.cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar .button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme .button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar .button.cta-button-white:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar .button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .button.cta-button-white:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-lightblue.button.cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .cta-button-lightblue.button.cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .cta-button-lightblue.button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar .cta-button-lightblue.button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme .cta-button-lightblue.button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar .cta-button-lightblue.button.cta-button-white:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-lightblue.button.cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .cta-button-lightblue.button.cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .cta-button-lightblue.button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar .cta-button-lightblue.button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme .cta-button-lightblue.button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar .cta-button-lightblue.button.cta-button-white:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-lightblue.button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar .cta-button-lightblue.button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .cta-button-lightblue.button.cta-button-white:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-darkblue.button.cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .cta-button-darkblue.button.cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .cta-button-darkblue.button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar .cta-button-darkblue.button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme .cta-button-darkblue.button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar .cta-button-darkblue.button.cta-button-white:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-darkblue.button.cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .cta-button-darkblue.button.cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .cta-button-darkblue.button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar .cta-button-darkblue.button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme .cta-button-darkblue.button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar .cta-button-darkblue.button.cta-button-white:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-darkblue.button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar .cta-button-darkblue.button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .cta-button-darkblue.button.cta-button-white:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-white.button:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .cta-button-white.button:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .cta-button-white.button:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar .cta-button-white.button:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme .cta-button-white.button:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar .cta-button-white.button:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-white.button:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .cta-button-white.button:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .cta-button-white.button:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar .cta-button-white.button:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme .cta-button-white.button:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar .cta-button-white.button:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-white.button:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar .cta-button-white.button:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .cta-button-white.button:focus, .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input[type=submit].button.cta-button-white:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input[type=submit].button.cta-button-white:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input[type=submit].button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input[type=submit].button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input[type=submit].button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input[type=submit].button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input[type=submit].button.cta-button-white:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input[type=submit].button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input[type=submit].button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input[type=submit].button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input[type=submit].button.cta-button-white:focus, .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue[type=submit].button.cta-button-white:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-lightblue[type=submit].button.cta-button-white:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-lightblue[type=submit].button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input.cta-button-lightblue[type=submit].button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-lightblue[type=submit].button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-lightblue[type=submit].button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-lightblue[type=submit].button.cta-button-white:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue[type=submit].button.cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue[type=submit].button.cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-lightblue[type=submit].button.cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue[type=submit].button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-lightblue[type=submit].button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme input.cta-button-lightblue[type=submit].button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-lightblue[type=submit].button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input.cta-button-lightblue[type=submit].button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-lightblue[type=submit].button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-lightblue[type=submit].button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-lightblue[type=submit].button.cta-button-white:focus, .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue[type=submit].button.cta-button-white:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-lightblue[type=submit].button.cta-button-white:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-lightblue[type=submit].button.cta-button-white:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue[type=submit].button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-lightblue[type=submit].button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-lightblue[type=submit].button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue[type=submit].button.cta-button-white:focus, .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-darkblue[type=submit].button.cta-button-white:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-darkblue[type=submit].button.cta-button-white:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-darkblue[type=submit].button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input.cta-button-darkblue[type=submit].button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-darkblue[type=submit].button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-darkblue[type=submit].button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-darkblue[type=submit].button.cta-button-white:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue[type=submit].button.cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-darkblue[type=submit].button.cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-darkblue[type=submit].button.cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-darkblue[type=submit].button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-darkblue[type=submit].button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme input.cta-button-darkblue[type=submit].button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-darkblue[type=submit].button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input.cta-button-darkblue[type=submit].button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-darkblue[type=submit].button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-darkblue[type=submit].button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-darkblue[type=submit].button.cta-button-white:focus, .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-darkblue[type=submit].button.cta-button-white:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-darkblue[type=submit].button.cta-button-white:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-darkblue[type=submit].button.cta-button-white:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue[type=submit].button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-darkblue[type=submit].button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-darkblue[type=submit].button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-darkblue[type=submit].button.cta-button-white:focus, .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue.cta-button-darkblue[type=submit].button.cta-button-white:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-lightblue.cta-button-darkblue[type=submit].button.cta-button-white:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-lightblue.cta-button-darkblue[type=submit].button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input.cta-button-lightblue.cta-button-darkblue[type=submit].button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-lightblue.cta-button-darkblue[type=submit].button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-lightblue.cta-button-darkblue[type=submit].button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-lightblue.cta-button-darkblue[type=submit].button.cta-button-white:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.cta-button-darkblue[type=submit].button.cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue.cta-button-darkblue[type=submit].button.cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-lightblue.cta-button-darkblue[type=submit].button.cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue.cta-button-darkblue[type=submit].button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-lightblue.cta-button-darkblue[type=submit].button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme input.cta-button-lightblue.cta-button-darkblue[type=submit].button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-lightblue.cta-button-darkblue[type=submit].button.cta-button-white:focus, .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue.cta-button-darkblue[type=submit].button.cta-button-white:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-lightblue.cta-button-darkblue[type=submit].button.cta-button-white:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-lightblue.cta-button-darkblue[type=submit].button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input.cta-button-lightblue.cta-button-darkblue[type=submit].button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-lightblue.cta-button-darkblue[type=submit].button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-lightblue.cta-button-darkblue[type=submit].button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-lightblue.cta-button-darkblue[type=submit].button.cta-button-white:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.cta-button-darkblue[type=submit].button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-lightblue.cta-button-darkblue[type=submit].button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-lightblue.cta-button-darkblue[type=submit].button.cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue.cta-button-darkblue[type=submit].button.cta-button-white:focus, .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-white[type=submit].button:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-white[type=submit].button:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-white[type=submit].button:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input.cta-button-white[type=submit].button:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-white[type=submit].button:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-white[type=submit].button:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-white[type=submit].button:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-white[type=submit].button:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-white[type=submit].button:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-white[type=submit].button:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-white[type=submit].button:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-white[type=submit].button:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme input.cta-button-white[type=submit].button:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-white[type=submit].button:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input.cta-button-white[type=submit].button:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-white[type=submit].button:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-white[type=submit].button:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-white[type=submit].button:focus, .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-white[type=submit].button:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-white[type=submit].button:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-white[type=submit].button:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-white[type=submit].button:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-white[type=submit].button:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-white[type=submit].button:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-white[type=submit].button:focus, .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue.cta-button-white[type=submit].button:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-lightblue.cta-button-white[type=submit].button:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-lightblue.cta-button-white[type=submit].button:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input.cta-button-lightblue.cta-button-white[type=submit].button:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-lightblue.cta-button-white[type=submit].button:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-lightblue.cta-button-white[type=submit].button:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-lightblue.cta-button-white[type=submit].button:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.cta-button-white[type=submit].button:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue.cta-button-white[type=submit].button:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-lightblue.cta-button-white[type=submit].button:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue.cta-button-white[type=submit].button:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-lightblue.cta-button-white[type=submit].button:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme input.cta-button-lightblue.cta-button-white[type=submit].button:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-lightblue.cta-button-white[type=submit].button:focus, .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue.cta-button-white[type=submit].button:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-lightblue.cta-button-white[type=submit].button:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-lightblue.cta-button-white[type=submit].button:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input.cta-button-lightblue.cta-button-white[type=submit].button:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-lightblue.cta-button-white[type=submit].button:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-lightblue.cta-button-white[type=submit].button:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-lightblue.cta-button-white[type=submit].button:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.cta-button-white[type=submit].button:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-lightblue.cta-button-white[type=submit].button:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-lightblue.cta-button-white[type=submit].button:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue.cta-button-white[type=submit].button:focus, .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-darkblue.cta-button-white[type=submit].button:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-darkblue.cta-button-white[type=submit].button:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-darkblue.cta-button-white[type=submit].button:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input.cta-button-darkblue.cta-button-white[type=submit].button:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-darkblue.cta-button-white[type=submit].button:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-darkblue.cta-button-white[type=submit].button:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-darkblue.cta-button-white[type=submit].button:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue.cta-button-white[type=submit].button:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-darkblue.cta-button-white[type=submit].button:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-darkblue.cta-button-white[type=submit].button:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-darkblue.cta-button-white[type=submit].button:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-darkblue.cta-button-white[type=submit].button:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme input.cta-button-darkblue.cta-button-white[type=submit].button:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-darkblue.cta-button-white[type=submit].button:focus, .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-darkblue.cta-button-white[type=submit].button:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-darkblue.cta-button-white[type=submit].button:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-darkblue.cta-button-white[type=submit].button:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input.cta-button-darkblue.cta-button-white[type=submit].button:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-darkblue.cta-button-white[type=submit].button:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-darkblue.cta-button-white[type=submit].button:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-darkblue.cta-button-white[type=submit].button:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue.cta-button-white[type=submit].button:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-darkblue.cta-button-white[type=submit].button:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-darkblue.cta-button-white[type=submit].button:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-darkblue.cta-button-white[type=submit].button:focus, .umcg-website-theme .cookie-bar form input.button.cta-button-white[type=submit]:focus, .umcg-website-theme form .cookie-bar input.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.button.cta-button-white[type=submit]:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.button.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-bar form input.button.cta-button-lightblue.cta-button-white[type=submit]:focus, .umcg-website-theme form .cookie-bar input.button.cta-button-lightblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.button.cta-button-lightblue.cta-button-white[type=submit]:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.button.cta-button-lightblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input.button.cta-button-lightblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.button.cta-button-lightblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.button.cta-button-lightblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.button.cta-button-lightblue.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.button.cta-button-lightblue.cta-button-white[type=submit]:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.button.cta-button-lightblue.cta-button-white[type=submit]:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.button.cta-button-lightblue.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-bar form input.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme form .cookie-bar input.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-bar form input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme form .cookie-bar input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-bar form input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme form .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-bar form input.button.cta-button-white[type=submit]:focus, .umcg-website-theme form .cookie-bar input.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.button.cta-button-white[type=submit]:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.button.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.button.cta-button-white[type=submit]:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.button.cta-button-white[type=submit]:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.button.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-bar form input.cta-button-lightblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme form .cookie-bar input.cta-button-lightblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-lightblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-lightblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-lightblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-lightblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-lightblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input.cta-button-lightblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-lightblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-lightblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-lightblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input.cta-button-lightblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-lightblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-lightblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-lightblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-lightblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-lightblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-bar form input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme form .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-bar form input.cta-button-white.button[type=submit]:focus, .umcg-website-theme form .cookie-bar input.cta-button-white.button[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-white.button[type=submit]:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-white.button[type=submit]:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-white.button[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-white.button[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-white.button[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-white.button[type=submit]:focus, .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-white.button[type=submit]:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-white.button[type=submit]:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-white.button[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input.cta-button-white.button[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-white.button[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-white.button[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-white.button[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input.cta-button-white.button[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-white.button[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-white.button[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-white.button[type=submit]:focus, .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-white.button[type=submit]:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-white.button[type=submit]:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-white.button[type=submit]:focus, .umcg-website-theme .cookie-bar form input[type=submit].cta-button-white:focus, .umcg-website-theme form .cookie-bar input[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input[type=submit].cta-button-white:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input[type=submit].cta-button-white:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input[type=submit].cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input[type=submit].cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input[type=submit].cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input[type=submit].cta-button-white:focus, .umcg-website-theme .cookie-bar form input.cta-button-lightblue[type=submit].cta-button-white:focus, .umcg-website-theme form .cookie-bar input.cta-button-lightblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-lightblue[type=submit].cta-button-white:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-lightblue[type=submit].cta-button-white:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue[type=submit].cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue[type=submit].cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-lightblue[type=submit].cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar form input.cta-button-lightblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme form .cookie-bar input.cta-button-lightblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme form input.cta-button-lightblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme form .cookie-bar input.cta-button-lightblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input.cta-button-lightblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-lightblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-lightblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-lightblue[type=submit].cta-button-white:focus, .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue[type=submit].cta-button-white:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-lightblue[type=submit].cta-button-white:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-lightblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input.cta-button-lightblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-lightblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-lightblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-lightblue[type=submit].cta-button-white:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue[type=submit].cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue[type=submit].cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-lightblue[type=submit].cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue[type=submit].cta-button-white:focus, .umcg-website-theme .cookie-bar form input.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme form .cookie-bar input.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar form input.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme form .cookie-bar input.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme form input.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme form .cookie-bar input.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme .cookie-bar form input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme form .cookie-bar input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar form input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme form .cookie-bar input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme form input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme form .cookie-bar input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme .cookie-bar form input.cta-button-white[type=submit]:focus, .umcg-website-theme form .cookie-bar input.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-white[type=submit]:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar form input.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme form .cookie-bar input.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme form input.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme form .cookie-bar input.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-white[type=submit]:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-white[type=submit]:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-bar form input.cta-button-lightblue.cta-button-white[type=submit]:focus, .umcg-website-theme form .cookie-bar input.cta-button-lightblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-lightblue.cta-button-white[type=submit]:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-lightblue.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-lightblue.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar form input.cta-button-lightblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme form .cookie-bar input.cta-button-lightblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme form input.cta-button-lightblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme form .cookie-bar input.cta-button-lightblue.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue.cta-button-white[type=submit]:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-lightblue.cta-button-white[type=submit]:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-lightblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input.cta-button-lightblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-lightblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-lightblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-lightblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input.cta-button-lightblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-lightblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-lightblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-lightblue.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-lightblue.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-bar form input.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme form .cookie-bar input.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar form input.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme form .cookie-bar input.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme form input.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme form .cookie-bar input.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.button.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.button.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.button.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.button.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.button.cta-button-lightblue.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.button.cta-button-lightblue.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.button.cta-button-lightblue.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.button.cta-button-lightblue.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.button.cta-button-lightblue.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.button.cta-button-lightblue.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.button.cta-button-lightblue.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.button.cta-button-lightblue.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.button.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.button.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.button.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.button.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.button.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.button.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.button.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.button.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-lightblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-lightblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-lightblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-white.button[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-white.button[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-white.button[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-white.button[type=submit]:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-white.button[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-white.button[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-white.button[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-white.button[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-white.button[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-white.button[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-white.button[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-white.button[type=submit]:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-white.button[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-white.button[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-white.button[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-white.button[type=submit]:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input[type=submit].cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input[type=submit].cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input[type=submit].cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input[type=submit].cta-button-white:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input[type=submit].cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input[type=submit].cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input[type=submit].cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input[type=submit].cta-button-white:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue[type=submit].cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue[type=submit].cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-lightblue[type=submit].cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue[type=submit].cta-button-white:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue[type=submit].cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue[type=submit].cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-lightblue[type=submit].cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue[type=submit].cta-button-white:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme input.cta-button-lightblue[type=submit].cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-lightblue[type=submit].cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme input.cta-button-lightblue[type=submit].cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-lightblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue[type=submit].cta-button-white:focus, .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue[type=submit].cta-button-white:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue[type=submit].cta-button-white:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-lightblue[type=submit].cta-button-white:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue[type=submit].cta-button-white:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue[type=submit].cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue[type=submit].cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-lightblue[type=submit].cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue[type=submit].cta-button-white:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme input.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme input.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme input.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme input.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-white[type=submit]:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-white[type=submit]:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-white[type=submit]:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-lightblue.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-lightblue.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme input.cta-button-lightblue.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-lightblue.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme input.cta-button-lightblue.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-lightblue.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.cta-button-white[type=submit]:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue.cta-button-white[type=submit]:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-lightblue.cta-button-white[type=submit]:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-lightblue.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme input.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme input.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme input.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.button.cta-button-lightblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme input.button.cta-button-lightblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.button.cta-button-lightblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.button.cta-button-lightblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme input.button.cta-button-lightblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.button.cta-button-lightblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme input.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme input.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme input.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme input.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-lightblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme input.cta-button-lightblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-lightblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme input.cta-button-lightblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-lightblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme input.cta-button-lightblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-lightblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-lightblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme input.cta-button-lightblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-lightblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-lightblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme input.cta-button-lightblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-lightblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-white.button[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme input.cta-button-white.button[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-white.button[type=submit]:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme input.cta-button-white.button[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-white.button[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme input.cta-button-white.button[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-white.button[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-white.button[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme input.cta-button-white.button[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-white.button[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-white.button[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme input.cta-button-white.button[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-white.button[type=submit]:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme input[type=submit].cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input[type=submit].cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme input[type=submit].cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form .umcg-website-theme input[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .umcg-website-theme .cookie-bar input[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form .umcg-website-theme input[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .umcg-website-theme .cookie-bar input[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme input[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input[type=submit].cta-button-white:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme input.cta-button-lightblue[type=submit].cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-lightblue[type=submit].cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme input.cta-button-lightblue[type=submit].cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-lightblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form .umcg-website-theme input.cta-button-lightblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .umcg-website-theme .cookie-bar input.cta-button-lightblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form .umcg-website-theme input.cta-button-lightblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .umcg-website-theme .cookie-bar input.cta-button-lightblue[type=submit].cta-button-white:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme input.cta-button-lightblue[type=submit].cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-lightblue[type=submit].cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme input.cta-button-lightblue[type=submit].cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-lightblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-lightblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme input.cta-button-lightblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-lightblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form .umcg-website-theme input.cta-button-lightblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .umcg-website-theme .cookie-bar input.cta-button-lightblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form .umcg-website-theme input.cta-button-lightblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .umcg-website-theme .cookie-bar input.cta-button-lightblue[type=submit].cta-button-white:focus, .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme input.cta-button-lightblue[type=submit].cta-button-white:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-lightblue[type=submit].cta-button-white:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme input.cta-button-lightblue[type=submit].cta-button-white:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-lightblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-lightblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme input.cta-button-lightblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-lightblue[type=submit].cta-button-white:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme input.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme input.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form .umcg-website-theme input.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .umcg-website-theme .cookie-bar input.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form .umcg-website-theme input.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .umcg-website-theme .cookie-bar input.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme input.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme input.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme input.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form .umcg-website-theme input.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .umcg-website-theme .cookie-bar input.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form .umcg-website-theme input.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .umcg-website-theme .cookie-bar input.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme input.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme input.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme input.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form .umcg-website-theme input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .umcg-website-theme .cookie-bar input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form .umcg-website-theme input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .umcg-website-theme .cookie-bar input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form .umcg-website-theme input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .umcg-website-theme .cookie-bar input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form .umcg-website-theme input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .umcg-website-theme .cookie-bar input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme input.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme input.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form .umcg-website-theme input.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .umcg-website-theme .cookie-bar input.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form .umcg-website-theme input.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .umcg-website-theme .cookie-bar input.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme input.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme input.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme input.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form .umcg-website-theme input.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .umcg-website-theme .cookie-bar input.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form .umcg-website-theme input.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .umcg-website-theme .cookie-bar input.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme input.cta-button-white[type=submit]:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-white[type=submit]:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme input.cta-button-white[type=submit]:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme input.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme input.cta-button-lightblue.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-lightblue.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme input.cta-button-lightblue.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-lightblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form .umcg-website-theme input.cta-button-lightblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .umcg-website-theme .cookie-bar input.cta-button-lightblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form .umcg-website-theme input.cta-button-lightblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .umcg-website-theme .cookie-bar input.cta-button-lightblue.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme input.cta-button-lightblue.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-lightblue.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme input.cta-button-lightblue.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-lightblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-lightblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme input.cta-button-lightblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-lightblue.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme input.cta-button-lightblue.cta-button-white[type=submit]:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-lightblue.cta-button-white[type=submit]:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme input.cta-button-lightblue.cta-button-white[type=submit]:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-lightblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form .umcg-website-theme input.cta-button-lightblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .umcg-website-theme .cookie-bar input.cta-button-lightblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form .umcg-website-theme input.cta-button-lightblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .umcg-website-theme .cookie-bar input.cta-button-lightblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-lightblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme input.cta-button-lightblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-lightblue.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme input.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme input.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form .umcg-website-theme input.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .umcg-website-theme .cookie-bar input.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form .umcg-website-theme input.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .umcg-website-theme .cookie-bar input.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme input.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme input.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme input.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme input.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme input.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form .umcg-website-theme input.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .umcg-website-theme .cookie-bar input.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form .umcg-website-theme input.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .umcg-website-theme .cookie-bar input.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme input.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input.button.cta-button-lightblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.button.cta-button-lightblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.button.cta-button-lightblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.button.cta-button-lightblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input.button.cta-button-lightblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.button.cta-button-lightblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.button.cta-button-lightblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.button.cta-button-lightblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input.cta-button-lightblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-lightblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-lightblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-lightblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form input.cta-button-lightblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-lightblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-lightblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-lightblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input.cta-button-lightblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-lightblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-lightblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-lightblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input.cta-button-lightblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-lightblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-lightblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-lightblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input.cta-button-white.button[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-white.button[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-white.button[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-white.button[type=submit]:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form input.cta-button-white.button[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-white.button[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-white.button[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-white.button[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input.cta-button-white.button[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-white.button[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-white.button[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-white.button[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input.cta-button-white.button[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-white.button[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-white.button[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-white.button[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input.cta-button-lightblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-lightblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-lightblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-lightblue[type=submit].cta-button-white:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form input.cta-button-lightblue[type=submit].cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-lightblue[type=submit].cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-lightblue[type=submit].cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-lightblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar form input.cta-button-lightblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme form .cookie-bar input.cta-button-lightblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme form input.cta-button-lightblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme form .cookie-bar input.cta-button-lightblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input.cta-button-lightblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-lightblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-lightblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-lightblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-lightblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-lightblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input.cta-button-lightblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-lightblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-lightblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-lightblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form input.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar form input.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme form .cookie-bar input.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme form input.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme form .cookie-bar input.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar form input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme form .cookie-bar input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme form input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme form .cookie-bar input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form input.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar form input.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme form .cookie-bar input.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme form input.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme form .cookie-bar input.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input.cta-button-lightblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-lightblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-lightblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-lightblue.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form input.cta-button-lightblue.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-lightblue.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-lightblue.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-lightblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar form input.cta-button-lightblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme form .cookie-bar input.cta-button-lightblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme form input.cta-button-lightblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme form .cookie-bar input.cta-button-lightblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-lightblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-lightblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input.cta-button-lightblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-lightblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-lightblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-lightblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input.cta-button-lightblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-lightblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-lightblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-lightblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form input.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar form input.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme form .cookie-bar input.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme form input.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme form .cookie-bar input.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.button.cta-button-white[type=submit]:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.button.cta-button-white[type=submit]:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.button.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.button.cta-button-lightblue.cta-button-white[type=submit]:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.button.cta-button-lightblue.cta-button-white[type=submit]:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.button.cta-button-lightblue.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.button.cta-button-lightblue.cta-button-white[type=submit]:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.button.cta-button-lightblue.cta-button-white[type=submit]:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.button.cta-button-lightblue.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.button.cta-button-white[type=submit]:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.button.cta-button-white[type=submit]:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.button.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.button.cta-button-white[type=submit]:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.button.cta-button-white[type=submit]:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.button.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-lightblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-lightblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-lightblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-lightblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-lightblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-lightblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-lightblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-lightblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-white.button[type=submit]:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-white.button[type=submit]:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-white.button[type=submit]:focus, .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-white.button[type=submit]:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-white.button[type=submit]:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-white.button[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-white.button[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-white.button[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-white.button[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-white.button[type=submit]:focus, .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-white.button[type=submit]:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-white.button[type=submit]:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-white.button[type=submit]:focus, .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input[type=submit].cta-button-white:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input[type=submit].cta-button-white:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input[type=submit].cta-button-white:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input[type=submit].cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input[type=submit].cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input[type=submit].cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input[type=submit].cta-button-white:focus, .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue[type=submit].cta-button-white:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-lightblue[type=submit].cta-button-white:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-lightblue[type=submit].cta-button-white:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue[type=submit].cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-lightblue[type=submit].cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue[type=submit].cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-lightblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-lightblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-lightblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-lightblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-lightblue[type=submit].cta-button-white:focus, .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue[type=submit].cta-button-white:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-lightblue[type=submit].cta-button-white:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-lightblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-lightblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-lightblue[type=submit].cta-button-white:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue[type=submit].cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-lightblue[type=submit].cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue[type=submit].cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-lightblue[type=submit].cta-button-white:focus, .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-white[type=submit]:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-white[type=submit]:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-white[type=submit]:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-white[type=submit]:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue.cta-button-white[type=submit]:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-lightblue.cta-button-white[type=submit]:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-lightblue.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-lightblue.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-lightblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-lightblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-lightblue.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue.cta-button-white[type=submit]:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-lightblue.cta-button-white[type=submit]:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-lightblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-lightblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-lightblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-lightblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-lightblue.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-lightblue.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-lightblue.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.button.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.button.cta-button-lightblue.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.button.cta-button-lightblue.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.button.cta-button-lightblue.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.button.cta-button-lightblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.button.cta-button-lightblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme input.button.cta-button-lightblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.button.cta-button-lightblue.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.button.cta-button-lightblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.button.cta-button-lightblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.button.cta-button-lightblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.button.cta-button-lightblue.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme input.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.button.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.button.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.button.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme input.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.button.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.button.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-lightblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-lightblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme input.cta-button-lightblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-lightblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-lightblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input.cta-button-lightblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-lightblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-lightblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-lightblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-lightblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme input.cta-button-lightblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-lightblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-lightblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-lightblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-white.button[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-white.button[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-white.button[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-white.button[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-white.button[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme input.cta-button-white.button[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-white.button[type=submit]:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-white.button[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-white.button[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-white.button[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-white.button[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input.cta-button-white.button[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-white.button[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-white.button[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-white.button[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-white.button[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme input.cta-button-white.button[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-white.button[type=submit]:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-white.button[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-white.button[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-white.button[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-white.button[type=submit]:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input[type=submit].cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input[type=submit].cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input[type=submit].cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input[type=submit].cta-button-white:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input[type=submit].cta-button-white:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue[type=submit].cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue[type=submit].cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-lightblue[type=submit].cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input.cta-button-lightblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-lightblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-lightblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-lightblue[type=submit].cta-button-white:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue[type=submit].cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue[type=submit].cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-lightblue[type=submit].cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-lightblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme input.cta-button-lightblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-lightblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input.cta-button-lightblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-lightblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-lightblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-lightblue[type=submit].cta-button-white:focus, .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue[type=submit].cta-button-white:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue[type=submit].cta-button-white:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-lightblue[type=submit].cta-button-white:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue[type=submit].cta-button-white:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-lightblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-lightblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue[type=submit].cta-button-white:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme input.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme input.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-white[type=submit]:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-white[type=submit]:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-white[type=submit]:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-lightblue.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input.cta-button-lightblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-lightblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-lightblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-lightblue.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-lightblue.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-lightblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme input.cta-button-lightblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-lightblue.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.cta-button-white[type=submit]:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue.cta-button-white[type=submit]:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-lightblue.cta-button-white[type=submit]:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input.cta-button-lightblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-lightblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-lightblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-lightblue.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-lightblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-lightblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme input.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-darkblue.cta-button-white[type=submit]:focus, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-darkblue.cta-button-white[type=submit]:focus, .umcg-website-theme .cookie-bar .button.button-tetiary:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .button.button-tetiary:hover, .umcg-website-theme .cookie-bar .button-tetiary.button.cta-button-lightblue:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme .button-tetiary.button.cta-button-lightblue:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .button-tetiary.button.cta-button-lightblue:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button-tetiary.button.cta-button-lightblue:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar .button-tetiary.button.cta-button-lightblue:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .button-tetiary.button.cta-button-lightblue:hover, .umcg-website-theme .cookie-bar .button-tetiary.button.cta-button-darkblue:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme .button-tetiary.button.cta-button-darkblue:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .button-tetiary.button.cta-button-darkblue:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button-tetiary.button.cta-button-darkblue:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar .button-tetiary.button.cta-button-darkblue:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .button-tetiary.button.cta-button-darkblue:hover, .umcg-website-theme .cookie-bar .button-tetiary.cta-button-lightblue.button.cta-button-darkblue:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme .button-tetiary.cta-button-lightblue.button.cta-button-darkblue:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .button-tetiary.cta-button-lightblue.button.cta-button-darkblue:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button-tetiary.cta-button-lightblue.button.cta-button-darkblue:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .button-tetiary.cta-button-lightblue.button.cta-button-darkblue:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .button-tetiary.cta-button-lightblue.button.cta-button-darkblue:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar .button-tetiary.cta-button-lightblue.button.cta-button-darkblue:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme .button-tetiary.cta-button-lightblue.button.cta-button-darkblue:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar .button-tetiary.cta-button-lightblue.button.cta-button-darkblue:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button-tetiary.cta-button-lightblue.button.cta-button-darkblue:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar .button-tetiary.cta-button-lightblue.button.cta-button-darkblue:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .button-tetiary.cta-button-lightblue.button.cta-button-darkblue:hover, .umcg-website-theme .cookie-bar .button-tetiary.cta-button-darkblue.button:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme .button-tetiary.cta-button-darkblue.button:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .button-tetiary.cta-button-darkblue.button:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button-tetiary.cta-button-darkblue.button:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .button-tetiary.cta-button-darkblue.button:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .button-tetiary.cta-button-darkblue.button:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar .button-tetiary.cta-button-darkblue.button:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme .button-tetiary.cta-button-darkblue.button:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar .button-tetiary.cta-button-darkblue.button:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button-tetiary.cta-button-darkblue.button:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar .button-tetiary.cta-button-darkblue.button:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .button-tetiary.cta-button-darkblue.button:hover, .umcg-website-theme .cookie-bar .button-tetiary.button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme .button-tetiary.button.cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .button-tetiary.button.cta-button-white:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button-tetiary.button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar .button-tetiary.button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .button-tetiary.button.cta-button-white:hover, .umcg-website-theme .cookie-bar .button-tetiary.cta-button-lightblue.button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme .button-tetiary.cta-button-lightblue.button.cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .button-tetiary.cta-button-lightblue.button.cta-button-white:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button-tetiary.cta-button-lightblue.button.cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .button-tetiary.cta-button-lightblue.button.cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .button-tetiary.cta-button-lightblue.button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar .button-tetiary.cta-button-lightblue.button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme .button-tetiary.cta-button-lightblue.button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar .button-tetiary.cta-button-lightblue.button.cta-button-white:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button-tetiary.cta-button-lightblue.button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar .button-tetiary.cta-button-lightblue.button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .button-tetiary.cta-button-lightblue.button.cta-button-white:hover, .umcg-website-theme .cookie-bar .button-tetiary.cta-button-darkblue.button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme .button-tetiary.cta-button-darkblue.button.cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .button-tetiary.cta-button-darkblue.button.cta-button-white:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button-tetiary.cta-button-darkblue.button.cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .button-tetiary.cta-button-darkblue.button.cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .button-tetiary.cta-button-darkblue.button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar .button-tetiary.cta-button-darkblue.button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme .button-tetiary.cta-button-darkblue.button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar .button-tetiary.cta-button-darkblue.button.cta-button-white:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button-tetiary.cta-button-darkblue.button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar .button-tetiary.cta-button-darkblue.button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .button-tetiary.cta-button-darkblue.button.cta-button-white:hover, .umcg-website-theme .cookie-bar .button-tetiary.cta-button-white.button:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme .button-tetiary.cta-button-white.button:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .button-tetiary.cta-button-white.button:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button-tetiary.cta-button-white.button:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .button-tetiary.cta-button-white.button:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .button-tetiary.cta-button-white.button:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar .button-tetiary.cta-button-white.button:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme .button-tetiary.cta-button-white.button:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar .button-tetiary.cta-button-white.button:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button-tetiary.cta-button-white.button:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar .button-tetiary.cta-button-white.button:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .button-tetiary.cta-button-white.button:hover, .umcg-website-theme .cookie-bar form input.button-tetiary[type=submit]:hover, .umcg-website-theme form .cookie-bar input.button-tetiary[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.button-tetiary[type=submit]:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.button-tetiary[type=submit]:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.button-tetiary[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.button-tetiary[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.button-tetiary[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.button-tetiary[type=submit]:hover, .umcg-website-theme .cookie-bar form input.button-tetiary.cta-button-lightblue[type=submit]:hover, .umcg-website-theme form .cookie-bar input.button-tetiary.cta-button-lightblue[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.button-tetiary.cta-button-lightblue[type=submit]:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.button-tetiary.cta-button-lightblue[type=submit]:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.button-tetiary.cta-button-lightblue[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.button-tetiary.cta-button-lightblue[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.button-tetiary.cta-button-lightblue[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.button-tetiary.cta-button-lightblue[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.button-tetiary.cta-button-lightblue[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme input.button-tetiary.cta-button-lightblue[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.button-tetiary.cta-button-lightblue[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input.button-tetiary.cta-button-lightblue[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.button-tetiary.cta-button-lightblue[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.button-tetiary.cta-button-lightblue[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.button-tetiary.cta-button-lightblue[type=submit]:hover, .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.button-tetiary.cta-button-lightblue[type=submit]:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.button-tetiary.cta-button-lightblue[type=submit]:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.button-tetiary.cta-button-lightblue[type=submit]:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.button-tetiary.cta-button-lightblue[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.button-tetiary.cta-button-lightblue[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.button-tetiary.cta-button-lightblue[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.button-tetiary.cta-button-lightblue[type=submit]:hover, .umcg-website-theme .cookie-bar form input.button-tetiary.cta-button-darkblue[type=submit]:hover, .umcg-website-theme form .cookie-bar input.button-tetiary.cta-button-darkblue[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.button-tetiary.cta-button-darkblue[type=submit]:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.button-tetiary.cta-button-darkblue[type=submit]:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.button-tetiary.cta-button-darkblue[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.button-tetiary.cta-button-darkblue[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.button-tetiary.cta-button-darkblue[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.button-tetiary.cta-button-darkblue[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.button-tetiary.cta-button-darkblue[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme input.button-tetiary.cta-button-darkblue[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.button-tetiary.cta-button-darkblue[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input.button-tetiary.cta-button-darkblue[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.button-tetiary.cta-button-darkblue[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.button-tetiary.cta-button-darkblue[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.button-tetiary.cta-button-darkblue[type=submit]:hover, .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.button-tetiary.cta-button-darkblue[type=submit]:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.button-tetiary.cta-button-darkblue[type=submit]:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.button-tetiary.cta-button-darkblue[type=submit]:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.button-tetiary.cta-button-darkblue[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.button-tetiary.cta-button-darkblue[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.button-tetiary.cta-button-darkblue[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.button-tetiary.cta-button-darkblue[type=submit]:hover, .umcg-website-theme .cookie-bar form input.button-tetiary.cta-button-lightblue.cta-button-darkblue[type=submit]:hover, .umcg-website-theme form .cookie-bar input.button-tetiary.cta-button-lightblue.cta-button-darkblue[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.button-tetiary.cta-button-lightblue.cta-button-darkblue[type=submit]:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.button-tetiary.cta-button-lightblue.cta-button-darkblue[type=submit]:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.button-tetiary.cta-button-lightblue.cta-button-darkblue[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.button-tetiary.cta-button-lightblue.cta-button-darkblue[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.button-tetiary.cta-button-lightblue.cta-button-darkblue[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.button-tetiary.cta-button-lightblue.cta-button-darkblue[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.button-tetiary.cta-button-lightblue.cta-button-darkblue[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme input.button-tetiary.cta-button-lightblue.cta-button-darkblue[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.button-tetiary.cta-button-lightblue.cta-button-darkblue[type=submit]:hover, .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.button-tetiary.cta-button-lightblue.cta-button-darkblue[type=submit]:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.button-tetiary.cta-button-lightblue.cta-button-darkblue[type=submit]:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.button-tetiary.cta-button-lightblue.cta-button-darkblue[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input.button-tetiary.cta-button-lightblue.cta-button-darkblue[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.button-tetiary.cta-button-lightblue.cta-button-darkblue[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.button-tetiary.cta-button-lightblue.cta-button-darkblue[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.button-tetiary.cta-button-lightblue.cta-button-darkblue[type=submit]:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.button-tetiary.cta-button-lightblue.cta-button-darkblue[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.button-tetiary.cta-button-lightblue.cta-button-darkblue[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.button-tetiary.cta-button-lightblue.cta-button-darkblue[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.button-tetiary.cta-button-lightblue.cta-button-darkblue[type=submit]:hover, .umcg-website-theme .cookie-bar form input.button-tetiary.cta-button-white[type=submit]:hover, .umcg-website-theme form .cookie-bar input.button-tetiary.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.button-tetiary.cta-button-white[type=submit]:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.button-tetiary.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.button-tetiary.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.button-tetiary.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.button-tetiary.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.button-tetiary.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.button-tetiary.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme input.button-tetiary.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.button-tetiary.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input.button-tetiary.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.button-tetiary.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.button-tetiary.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.button-tetiary.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.button-tetiary.cta-button-white[type=submit]:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.button-tetiary.cta-button-white[type=submit]:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.button-tetiary.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.button-tetiary.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.button-tetiary.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.button-tetiary.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.button-tetiary.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-bar form input.button-tetiary.cta-button-lightblue.cta-button-white[type=submit]:hover, .umcg-website-theme form .cookie-bar input.button-tetiary.cta-button-lightblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.button-tetiary.cta-button-lightblue.cta-button-white[type=submit]:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.button-tetiary.cta-button-lightblue.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.button-tetiary.cta-button-lightblue.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.button-tetiary.cta-button-lightblue.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.button-tetiary.cta-button-lightblue.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.button-tetiary.cta-button-lightblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.button-tetiary.cta-button-lightblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme input.button-tetiary.cta-button-lightblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.button-tetiary.cta-button-lightblue.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.button-tetiary.cta-button-lightblue.cta-button-white[type=submit]:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.button-tetiary.cta-button-lightblue.cta-button-white[type=submit]:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.button-tetiary.cta-button-lightblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input.button-tetiary.cta-button-lightblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.button-tetiary.cta-button-lightblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.button-tetiary.cta-button-lightblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.button-tetiary.cta-button-lightblue.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.button-tetiary.cta-button-lightblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.button-tetiary.cta-button-lightblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.button-tetiary.cta-button-lightblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.button-tetiary.cta-button-lightblue.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-bar form input.button-tetiary.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme form .cookie-bar input.button-tetiary.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.button-tetiary.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.button-tetiary.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.button-tetiary.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.button-tetiary.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.button-tetiary.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.button-tetiary.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.button-tetiary.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme input.button-tetiary.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.button-tetiary.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.button-tetiary.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.button-tetiary.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.button-tetiary.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input.button-tetiary.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.button-tetiary.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.button-tetiary.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.button-tetiary.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.button-tetiary.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.button-tetiary.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.button-tetiary.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.button-tetiary.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-bar .button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme .button.cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .button.cta-button-white:hover, .umcg-website-theme .cookie-bar .button.cta-button-lightblue.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme .button.cta-button-lightblue.cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .button.cta-button-lightblue.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar .button.cta-button-lightblue.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme .button.cta-button-lightblue.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar .button.cta-button-lightblue.cta-button-white:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button.cta-button-lightblue.cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .button.cta-button-lightblue.cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .button.cta-button-lightblue.cta-button-white:hover, .umcg-website-theme .cookie-bar .button.cta-button-darkblue.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme .button.cta-button-darkblue.cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .button.cta-button-darkblue.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar .button.cta-button-darkblue.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme .button.cta-button-darkblue.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar .button.cta-button-darkblue.cta-button-white:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button.cta-button-darkblue.cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .button.cta-button-darkblue.cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .button.cta-button-darkblue.cta-button-white:hover, .umcg-website-theme .cookie-bar .cta-button-lightblue.button.cta-button-darkblue.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme .cta-button-lightblue.button.cta-button-darkblue.cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .cta-button-lightblue.button.cta-button-darkblue.cta-button-white:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-lightblue.button.cta-button-darkblue.cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .cta-button-lightblue.button.cta-button-darkblue.cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .cta-button-lightblue.button.cta-button-darkblue.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar .cta-button-lightblue.button.cta-button-darkblue.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme .cta-button-lightblue.button.cta-button-darkblue.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar .cta-button-lightblue.button.cta-button-darkblue.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar .cta-button-lightblue.button.cta-button-darkblue.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme .cta-button-lightblue.button.cta-button-darkblue.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar .cta-button-lightblue.button.cta-button-darkblue.cta-button-white:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-lightblue.button.cta-button-darkblue.cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .cta-button-lightblue.button.cta-button-darkblue.cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .cta-button-lightblue.button.cta-button-darkblue.cta-button-white:hover, .umcg-website-theme .cookie-bar .cta-button-darkblue.button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme .cta-button-darkblue.button.cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .cta-button-darkblue.button.cta-button-white:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-darkblue.button.cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .cta-button-darkblue.button.cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .cta-button-darkblue.button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar .cta-button-darkblue.button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme .cta-button-darkblue.button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar .cta-button-darkblue.button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar .cta-button-darkblue.button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme .cta-button-darkblue.button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar .cta-button-darkblue.button.cta-button-white:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-darkblue.button.cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .cta-button-darkblue.button.cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .cta-button-darkblue.button.cta-button-white:hover, .umcg-website-theme .cookie-bar .button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme .button.cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar .button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme .button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar .button.cta-button-white:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button.cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .button.cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .button.cta-button-white:hover, .umcg-website-theme .cookie-bar .cta-button-lightblue.button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme .cta-button-lightblue.button.cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .cta-button-lightblue.button.cta-button-white:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-lightblue.button.cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .cta-button-lightblue.button.cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .cta-button-lightblue.button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar .cta-button-lightblue.button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme .cta-button-lightblue.button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar .cta-button-lightblue.button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar .cta-button-lightblue.button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme .cta-button-lightblue.button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar .cta-button-lightblue.button.cta-button-white:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-lightblue.button.cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .cta-button-lightblue.button.cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .cta-button-lightblue.button.cta-button-white:hover, .umcg-website-theme .cookie-bar .cta-button-darkblue.button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme .cta-button-darkblue.button.cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .cta-button-darkblue.button.cta-button-white:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-darkblue.button.cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .cta-button-darkblue.button.cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .cta-button-darkblue.button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar .cta-button-darkblue.button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme .cta-button-darkblue.button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar .cta-button-darkblue.button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar .cta-button-darkblue.button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme .cta-button-darkblue.button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar .cta-button-darkblue.button.cta-button-white:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-darkblue.button.cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .cta-button-darkblue.button.cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .cta-button-darkblue.button.cta-button-white:hover, .umcg-website-theme .cookie-bar .cta-button-white.button:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme .cta-button-white.button:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .cta-button-white.button:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-white.button:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .cta-button-white.button:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .cta-button-white.button:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar .cta-button-white.button:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme .cta-button-white.button:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar .cta-button-white.button:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar .cta-button-white.button:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme .cta-button-white.button:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar .cta-button-white.button:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-white.button:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .cta-button-white.button:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .cta-button-white.button:hover, .umcg-website-theme .cookie-bar form input[type=submit].button.cta-button-white:hover, .umcg-website-theme form .cookie-bar input[type=submit].button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input[type=submit].button.cta-button-white:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input[type=submit].button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input[type=submit].button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme input[type=submit].button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input[type=submit].button.cta-button-white:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input[type=submit].button.cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input[type=submit].button.cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input[type=submit].button.cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input[type=submit].button.cta-button-white:hover, .umcg-website-theme .cookie-bar form input.cta-button-lightblue[type=submit].button.cta-button-white:hover, .umcg-website-theme form .cookie-bar input.cta-button-lightblue[type=submit].button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-lightblue[type=submit].button.cta-button-white:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-lightblue[type=submit].button.cta-button-white:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue[type=submit].button.cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue[type=submit].button.cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-lightblue[type=submit].button.cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue[type=submit].button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-lightblue[type=submit].button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme input.cta-button-lightblue[type=submit].button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-lightblue[type=submit].button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input.cta-button-lightblue[type=submit].button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-lightblue[type=submit].button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-lightblue[type=submit].button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-lightblue[type=submit].button.cta-button-white:hover, .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue[type=submit].button.cta-button-white:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-lightblue[type=submit].button.cta-button-white:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-lightblue[type=submit].button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-lightblue[type=submit].button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme input.cta-button-lightblue[type=submit].button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-lightblue[type=submit].button.cta-button-white:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue[type=submit].button.cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue[type=submit].button.cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-lightblue[type=submit].button.cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue[type=submit].button.cta-button-white:hover, .umcg-website-theme .cookie-bar form input.cta-button-darkblue[type=submit].button.cta-button-white:hover, .umcg-website-theme form .cookie-bar input.cta-button-darkblue[type=submit].button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-darkblue[type=submit].button.cta-button-white:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-darkblue[type=submit].button.cta-button-white:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue[type=submit].button.cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-darkblue[type=submit].button.cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-darkblue[type=submit].button.cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-darkblue[type=submit].button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-darkblue[type=submit].button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme input.cta-button-darkblue[type=submit].button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-darkblue[type=submit].button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input.cta-button-darkblue[type=submit].button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-darkblue[type=submit].button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-darkblue[type=submit].button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-darkblue[type=submit].button.cta-button-white:hover, .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-darkblue[type=submit].button.cta-button-white:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-darkblue[type=submit].button.cta-button-white:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-darkblue[type=submit].button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-darkblue[type=submit].button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme input.cta-button-darkblue[type=submit].button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-darkblue[type=submit].button.cta-button-white:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue[type=submit].button.cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-darkblue[type=submit].button.cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-darkblue[type=submit].button.cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-darkblue[type=submit].button.cta-button-white:hover, .umcg-website-theme .cookie-bar form input.cta-button-lightblue.cta-button-darkblue[type=submit].button.cta-button-white:hover, .umcg-website-theme form .cookie-bar input.cta-button-lightblue.cta-button-darkblue[type=submit].button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-lightblue.cta-button-darkblue[type=submit].button.cta-button-white:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-lightblue.cta-button-darkblue[type=submit].button.cta-button-white:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.cta-button-darkblue[type=submit].button.cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue.cta-button-darkblue[type=submit].button.cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-lightblue.cta-button-darkblue[type=submit].button.cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue.cta-button-darkblue[type=submit].button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-lightblue.cta-button-darkblue[type=submit].button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme input.cta-button-lightblue.cta-button-darkblue[type=submit].button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-lightblue.cta-button-darkblue[type=submit].button.cta-button-white:hover, .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue.cta-button-darkblue[type=submit].button.cta-button-white:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-lightblue.cta-button-darkblue[type=submit].button.cta-button-white:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-lightblue.cta-button-darkblue[type=submit].button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input.cta-button-lightblue.cta-button-darkblue[type=submit].button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-lightblue.cta-button-darkblue[type=submit].button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-lightblue.cta-button-darkblue[type=submit].button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-lightblue.cta-button-darkblue[type=submit].button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-lightblue.cta-button-darkblue[type=submit].button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme input.cta-button-lightblue.cta-button-darkblue[type=submit].button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-lightblue.cta-button-darkblue[type=submit].button.cta-button-white:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.cta-button-darkblue[type=submit].button.cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue.cta-button-darkblue[type=submit].button.cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-lightblue.cta-button-darkblue[type=submit].button.cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue.cta-button-darkblue[type=submit].button.cta-button-white:hover, .umcg-website-theme .cookie-bar form input.cta-button-white[type=submit].button:hover, .umcg-website-theme form .cookie-bar input.cta-button-white[type=submit].button:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-white[type=submit].button:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-white[type=submit].button:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-white[type=submit].button:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-white[type=submit].button:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-white[type=submit].button:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-white[type=submit].button:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-white[type=submit].button:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme input.cta-button-white[type=submit].button:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-white[type=submit].button:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input.cta-button-white[type=submit].button:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-white[type=submit].button:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-white[type=submit].button:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-white[type=submit].button:hover, .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-white[type=submit].button:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-white[type=submit].button:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-white[type=submit].button:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-white[type=submit].button:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme input.cta-button-white[type=submit].button:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-white[type=submit].button:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-white[type=submit].button:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-white[type=submit].button:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-white[type=submit].button:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-white[type=submit].button:hover, .umcg-website-theme .cookie-bar form input.cta-button-lightblue.cta-button-white[type=submit].button:hover, .umcg-website-theme form .cookie-bar input.cta-button-lightblue.cta-button-white[type=submit].button:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-lightblue.cta-button-white[type=submit].button:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-lightblue.cta-button-white[type=submit].button:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.cta-button-white[type=submit].button:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue.cta-button-white[type=submit].button:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-lightblue.cta-button-white[type=submit].button:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue.cta-button-white[type=submit].button:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-lightblue.cta-button-white[type=submit].button:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme input.cta-button-lightblue.cta-button-white[type=submit].button:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-lightblue.cta-button-white[type=submit].button:hover, .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue.cta-button-white[type=submit].button:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-lightblue.cta-button-white[type=submit].button:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-lightblue.cta-button-white[type=submit].button:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input.cta-button-lightblue.cta-button-white[type=submit].button:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-lightblue.cta-button-white[type=submit].button:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-lightblue.cta-button-white[type=submit].button:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-lightblue.cta-button-white[type=submit].button:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-lightblue.cta-button-white[type=submit].button:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme input.cta-button-lightblue.cta-button-white[type=submit].button:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-lightblue.cta-button-white[type=submit].button:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.cta-button-white[type=submit].button:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue.cta-button-white[type=submit].button:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-lightblue.cta-button-white[type=submit].button:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue.cta-button-white[type=submit].button:hover, .umcg-website-theme .cookie-bar form input.cta-button-darkblue.cta-button-white[type=submit].button:hover, .umcg-website-theme form .cookie-bar input.cta-button-darkblue.cta-button-white[type=submit].button:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-darkblue.cta-button-white[type=submit].button:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-darkblue.cta-button-white[type=submit].button:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue.cta-button-white[type=submit].button:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-darkblue.cta-button-white[type=submit].button:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-darkblue.cta-button-white[type=submit].button:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-darkblue.cta-button-white[type=submit].button:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-darkblue.cta-button-white[type=submit].button:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme input.cta-button-darkblue.cta-button-white[type=submit].button:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-darkblue.cta-button-white[type=submit].button:hover, .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-darkblue.cta-button-white[type=submit].button:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-darkblue.cta-button-white[type=submit].button:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-darkblue.cta-button-white[type=submit].button:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input.cta-button-darkblue.cta-button-white[type=submit].button:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-darkblue.cta-button-white[type=submit].button:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-darkblue.cta-button-white[type=submit].button:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-darkblue.cta-button-white[type=submit].button:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-darkblue.cta-button-white[type=submit].button:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme input.cta-button-darkblue.cta-button-white[type=submit].button:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-darkblue.cta-button-white[type=submit].button:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue.cta-button-white[type=submit].button:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-darkblue.cta-button-white[type=submit].button:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-darkblue.cta-button-white[type=submit].button:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-darkblue.cta-button-white[type=submit].button:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar .button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .button.cta-button-white:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button.cta-button-lightblue.cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .button.cta-button-lightblue.cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .button.cta-button-lightblue.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar .button.cta-button-lightblue.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme .button.cta-button-lightblue.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar .button.cta-button-lightblue.cta-button-white:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button.cta-button-lightblue.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar .button.cta-button-lightblue.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .button.cta-button-lightblue.cta-button-white:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button.cta-button-darkblue.cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .button.cta-button-darkblue.cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .button.cta-button-darkblue.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar .button.cta-button-darkblue.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme .button.cta-button-darkblue.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar .button.cta-button-darkblue.cta-button-white:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button.cta-button-darkblue.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar .button.cta-button-darkblue.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .button.cta-button-darkblue.cta-button-white:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-lightblue.button.cta-button-darkblue.cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .cta-button-lightblue.button.cta-button-darkblue.cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .cta-button-lightblue.button.cta-button-darkblue.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar .cta-button-lightblue.button.cta-button-darkblue.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme .cta-button-lightblue.button.cta-button-darkblue.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar .cta-button-lightblue.button.cta-button-darkblue.cta-button-white:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-lightblue.button.cta-button-darkblue.cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .cta-button-lightblue.button.cta-button-darkblue.cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .cta-button-lightblue.button.cta-button-darkblue.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar .cta-button-lightblue.button.cta-button-darkblue.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme .cta-button-lightblue.button.cta-button-darkblue.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar .cta-button-lightblue.button.cta-button-darkblue.cta-button-white:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-lightblue.button.cta-button-darkblue.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar .cta-button-lightblue.button.cta-button-darkblue.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .cta-button-lightblue.button.cta-button-darkblue.cta-button-white:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-darkblue.button.cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .cta-button-darkblue.button.cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .cta-button-darkblue.button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar .cta-button-darkblue.button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme .cta-button-darkblue.button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar .cta-button-darkblue.button.cta-button-white:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-darkblue.button.cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .cta-button-darkblue.button.cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .cta-button-darkblue.button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar .cta-button-darkblue.button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme .cta-button-darkblue.button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar .cta-button-darkblue.button.cta-button-white:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-darkblue.button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar .cta-button-darkblue.button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .cta-button-darkblue.button.cta-button-white:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button.cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .button.cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar .button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme .button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar .button.cta-button-white:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar .button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .button.cta-button-white:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-lightblue.button.cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .cta-button-lightblue.button.cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .cta-button-lightblue.button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar .cta-button-lightblue.button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme .cta-button-lightblue.button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar .cta-button-lightblue.button.cta-button-white:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-lightblue.button.cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .cta-button-lightblue.button.cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .cta-button-lightblue.button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar .cta-button-lightblue.button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme .cta-button-lightblue.button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar .cta-button-lightblue.button.cta-button-white:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-lightblue.button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar .cta-button-lightblue.button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .cta-button-lightblue.button.cta-button-white:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-darkblue.button.cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .cta-button-darkblue.button.cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .cta-button-darkblue.button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar .cta-button-darkblue.button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme .cta-button-darkblue.button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar .cta-button-darkblue.button.cta-button-white:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-darkblue.button.cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .cta-button-darkblue.button.cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .cta-button-darkblue.button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar .cta-button-darkblue.button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme .cta-button-darkblue.button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar .cta-button-darkblue.button.cta-button-white:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-darkblue.button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar .cta-button-darkblue.button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .cta-button-darkblue.button.cta-button-white:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-white.button:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .cta-button-white.button:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .cta-button-white.button:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar .cta-button-white.button:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme .cta-button-white.button:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar .cta-button-white.button:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-white.button:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .cta-button-white.button:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .cta-button-white.button:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar .cta-button-white.button:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme .cta-button-white.button:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar .cta-button-white.button:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-white.button:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar .cta-button-white.button:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .cta-button-white.button:hover, .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input[type=submit].button.cta-button-white:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input[type=submit].button.cta-button-white:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input[type=submit].button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input[type=submit].button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input[type=submit].button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input[type=submit].button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input[type=submit].button.cta-button-white:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input[type=submit].button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input[type=submit].button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input[type=submit].button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input[type=submit].button.cta-button-white:hover, .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue[type=submit].button.cta-button-white:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-lightblue[type=submit].button.cta-button-white:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-lightblue[type=submit].button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input.cta-button-lightblue[type=submit].button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-lightblue[type=submit].button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-lightblue[type=submit].button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-lightblue[type=submit].button.cta-button-white:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue[type=submit].button.cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue[type=submit].button.cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-lightblue[type=submit].button.cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue[type=submit].button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-lightblue[type=submit].button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme input.cta-button-lightblue[type=submit].button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-lightblue[type=submit].button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input.cta-button-lightblue[type=submit].button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-lightblue[type=submit].button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-lightblue[type=submit].button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-lightblue[type=submit].button.cta-button-white:hover, .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue[type=submit].button.cta-button-white:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-lightblue[type=submit].button.cta-button-white:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-lightblue[type=submit].button.cta-button-white:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue[type=submit].button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-lightblue[type=submit].button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-lightblue[type=submit].button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue[type=submit].button.cta-button-white:hover, .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-darkblue[type=submit].button.cta-button-white:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-darkblue[type=submit].button.cta-button-white:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-darkblue[type=submit].button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input.cta-button-darkblue[type=submit].button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-darkblue[type=submit].button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-darkblue[type=submit].button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-darkblue[type=submit].button.cta-button-white:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue[type=submit].button.cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-darkblue[type=submit].button.cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-darkblue[type=submit].button.cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-darkblue[type=submit].button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-darkblue[type=submit].button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme input.cta-button-darkblue[type=submit].button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-darkblue[type=submit].button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input.cta-button-darkblue[type=submit].button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-darkblue[type=submit].button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-darkblue[type=submit].button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-darkblue[type=submit].button.cta-button-white:hover, .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-darkblue[type=submit].button.cta-button-white:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-darkblue[type=submit].button.cta-button-white:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-darkblue[type=submit].button.cta-button-white:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue[type=submit].button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-darkblue[type=submit].button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-darkblue[type=submit].button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-darkblue[type=submit].button.cta-button-white:hover, .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue.cta-button-darkblue[type=submit].button.cta-button-white:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-lightblue.cta-button-darkblue[type=submit].button.cta-button-white:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-lightblue.cta-button-darkblue[type=submit].button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input.cta-button-lightblue.cta-button-darkblue[type=submit].button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-lightblue.cta-button-darkblue[type=submit].button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-lightblue.cta-button-darkblue[type=submit].button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-lightblue.cta-button-darkblue[type=submit].button.cta-button-white:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.cta-button-darkblue[type=submit].button.cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue.cta-button-darkblue[type=submit].button.cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-lightblue.cta-button-darkblue[type=submit].button.cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue.cta-button-darkblue[type=submit].button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-lightblue.cta-button-darkblue[type=submit].button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme input.cta-button-lightblue.cta-button-darkblue[type=submit].button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-lightblue.cta-button-darkblue[type=submit].button.cta-button-white:hover, .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue.cta-button-darkblue[type=submit].button.cta-button-white:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-lightblue.cta-button-darkblue[type=submit].button.cta-button-white:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-lightblue.cta-button-darkblue[type=submit].button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input.cta-button-lightblue.cta-button-darkblue[type=submit].button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-lightblue.cta-button-darkblue[type=submit].button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-lightblue.cta-button-darkblue[type=submit].button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-lightblue.cta-button-darkblue[type=submit].button.cta-button-white:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.cta-button-darkblue[type=submit].button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-lightblue.cta-button-darkblue[type=submit].button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-lightblue.cta-button-darkblue[type=submit].button.cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue.cta-button-darkblue[type=submit].button.cta-button-white:hover, .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-white[type=submit].button:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-white[type=submit].button:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-white[type=submit].button:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input.cta-button-white[type=submit].button:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-white[type=submit].button:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-white[type=submit].button:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-white[type=submit].button:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-white[type=submit].button:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-white[type=submit].button:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-white[type=submit].button:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-white[type=submit].button:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-white[type=submit].button:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme input.cta-button-white[type=submit].button:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-white[type=submit].button:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input.cta-button-white[type=submit].button:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-white[type=submit].button:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-white[type=submit].button:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-white[type=submit].button:hover, .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-white[type=submit].button:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-white[type=submit].button:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-white[type=submit].button:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-white[type=submit].button:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-white[type=submit].button:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-white[type=submit].button:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-white[type=submit].button:hover, .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue.cta-button-white[type=submit].button:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-lightblue.cta-button-white[type=submit].button:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-lightblue.cta-button-white[type=submit].button:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input.cta-button-lightblue.cta-button-white[type=submit].button:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-lightblue.cta-button-white[type=submit].button:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-lightblue.cta-button-white[type=submit].button:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-lightblue.cta-button-white[type=submit].button:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.cta-button-white[type=submit].button:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue.cta-button-white[type=submit].button:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-lightblue.cta-button-white[type=submit].button:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue.cta-button-white[type=submit].button:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-lightblue.cta-button-white[type=submit].button:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme input.cta-button-lightblue.cta-button-white[type=submit].button:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-lightblue.cta-button-white[type=submit].button:hover, .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue.cta-button-white[type=submit].button:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-lightblue.cta-button-white[type=submit].button:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-lightblue.cta-button-white[type=submit].button:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input.cta-button-lightblue.cta-button-white[type=submit].button:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-lightblue.cta-button-white[type=submit].button:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-lightblue.cta-button-white[type=submit].button:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-lightblue.cta-button-white[type=submit].button:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.cta-button-white[type=submit].button:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-lightblue.cta-button-white[type=submit].button:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-lightblue.cta-button-white[type=submit].button:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue.cta-button-white[type=submit].button:hover, .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-darkblue.cta-button-white[type=submit].button:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-darkblue.cta-button-white[type=submit].button:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-darkblue.cta-button-white[type=submit].button:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input.cta-button-darkblue.cta-button-white[type=submit].button:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-darkblue.cta-button-white[type=submit].button:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-darkblue.cta-button-white[type=submit].button:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-darkblue.cta-button-white[type=submit].button:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue.cta-button-white[type=submit].button:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-darkblue.cta-button-white[type=submit].button:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-darkblue.cta-button-white[type=submit].button:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-darkblue.cta-button-white[type=submit].button:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-darkblue.cta-button-white[type=submit].button:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme input.cta-button-darkblue.cta-button-white[type=submit].button:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-darkblue.cta-button-white[type=submit].button:hover, .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-darkblue.cta-button-white[type=submit].button:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-darkblue.cta-button-white[type=submit].button:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-darkblue.cta-button-white[type=submit].button:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input.cta-button-darkblue.cta-button-white[type=submit].button:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-darkblue.cta-button-white[type=submit].button:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-darkblue.cta-button-white[type=submit].button:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-darkblue.cta-button-white[type=submit].button:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue.cta-button-white[type=submit].button:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-darkblue.cta-button-white[type=submit].button:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-darkblue.cta-button-white[type=submit].button:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-darkblue.cta-button-white[type=submit].button:hover, .umcg-website-theme .cookie-bar form input.button.cta-button-white[type=submit]:hover, .umcg-website-theme form .cookie-bar input.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.button.cta-button-white[type=submit]:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.button.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-bar form input.button.cta-button-lightblue.cta-button-white[type=submit]:hover, .umcg-website-theme form .cookie-bar input.button.cta-button-lightblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.button.cta-button-lightblue.cta-button-white[type=submit]:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.button.cta-button-lightblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input.button.cta-button-lightblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.button.cta-button-lightblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.button.cta-button-lightblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.button.cta-button-lightblue.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.button.cta-button-lightblue.cta-button-white[type=submit]:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.button.cta-button-lightblue.cta-button-white[type=submit]:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.button.cta-button-lightblue.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-bar form input.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme form .cookie-bar input.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-bar form input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme form .cookie-bar input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-bar form input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme form .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-bar form input.button.cta-button-white[type=submit]:hover, .umcg-website-theme form .cookie-bar input.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.button.cta-button-white[type=submit]:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.button.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.button.cta-button-white[type=submit]:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.button.cta-button-white[type=submit]:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.button.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-bar form input.cta-button-lightblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme form .cookie-bar input.cta-button-lightblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-lightblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-lightblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-lightblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-lightblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-lightblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input.cta-button-lightblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-lightblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-lightblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-lightblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input.cta-button-lightblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-lightblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-lightblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-lightblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-lightblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-lightblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-bar form input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme form .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-bar form input.cta-button-white.button[type=submit]:hover, .umcg-website-theme form .cookie-bar input.cta-button-white.button[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-white.button[type=submit]:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-white.button[type=submit]:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-white.button[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-white.button[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-white.button[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-white.button[type=submit]:hover, .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-white.button[type=submit]:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-white.button[type=submit]:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-white.button[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input.cta-button-white.button[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-white.button[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-white.button[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-white.button[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input.cta-button-white.button[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-white.button[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-white.button[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-white.button[type=submit]:hover, .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-white.button[type=submit]:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-white.button[type=submit]:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-white.button[type=submit]:hover, .umcg-website-theme .cookie-bar form input[type=submit].cta-button-white:hover, .umcg-website-theme form .cookie-bar input[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input[type=submit].cta-button-white:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input[type=submit].cta-button-white:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input[type=submit].cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input[type=submit].cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input[type=submit].cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input[type=submit].cta-button-white:hover, .umcg-website-theme .cookie-bar form input.cta-button-lightblue[type=submit].cta-button-white:hover, .umcg-website-theme form .cookie-bar input.cta-button-lightblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-lightblue[type=submit].cta-button-white:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-lightblue[type=submit].cta-button-white:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue[type=submit].cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue[type=submit].cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-lightblue[type=submit].cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar form input.cta-button-lightblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme form .cookie-bar input.cta-button-lightblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme form input.cta-button-lightblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme form .cookie-bar input.cta-button-lightblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input.cta-button-lightblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-lightblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-lightblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-lightblue[type=submit].cta-button-white:hover, .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue[type=submit].cta-button-white:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-lightblue[type=submit].cta-button-white:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-lightblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input.cta-button-lightblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-lightblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-lightblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-lightblue[type=submit].cta-button-white:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue[type=submit].cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue[type=submit].cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-lightblue[type=submit].cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue[type=submit].cta-button-white:hover, .umcg-website-theme .cookie-bar form input.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme form .cookie-bar input.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar form input.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme form .cookie-bar input.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme form input.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme form .cookie-bar input.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme .cookie-bar form input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme form .cookie-bar input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar form input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme form .cookie-bar input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme form input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme form .cookie-bar input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme .cookie-bar form input.cta-button-white[type=submit]:hover, .umcg-website-theme form .cookie-bar input.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-white[type=submit]:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar form input.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme form .cookie-bar input.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme form input.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme form .cookie-bar input.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-white[type=submit]:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-white[type=submit]:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-bar form input.cta-button-lightblue.cta-button-white[type=submit]:hover, .umcg-website-theme form .cookie-bar input.cta-button-lightblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-lightblue.cta-button-white[type=submit]:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-lightblue.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-lightblue.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar form input.cta-button-lightblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme form .cookie-bar input.cta-button-lightblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme form input.cta-button-lightblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme form .cookie-bar input.cta-button-lightblue.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue.cta-button-white[type=submit]:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-lightblue.cta-button-white[type=submit]:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-lightblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input.cta-button-lightblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-lightblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-lightblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-lightblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input.cta-button-lightblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-lightblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-lightblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-lightblue.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-lightblue.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-bar form input.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme form .cookie-bar input.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar form input.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme form .cookie-bar input.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme form input.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme form .cookie-bar input.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.button.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.button.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.button.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.button.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.button.cta-button-lightblue.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.button.cta-button-lightblue.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.button.cta-button-lightblue.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.button.cta-button-lightblue.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.button.cta-button-lightblue.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.button.cta-button-lightblue.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.button.cta-button-lightblue.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.button.cta-button-lightblue.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.button.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.button.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.button.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.button.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.button.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.button.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.button.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.button.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-lightblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-lightblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-lightblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-white.button[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-white.button[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-white.button[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-white.button[type=submit]:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-white.button[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-white.button[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-white.button[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-white.button[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-white.button[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-white.button[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-white.button[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-white.button[type=submit]:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-white.button[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-white.button[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-white.button[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-white.button[type=submit]:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input[type=submit].cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input[type=submit].cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input[type=submit].cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input[type=submit].cta-button-white:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input[type=submit].cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input[type=submit].cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input[type=submit].cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input[type=submit].cta-button-white:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue[type=submit].cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue[type=submit].cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-lightblue[type=submit].cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue[type=submit].cta-button-white:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue[type=submit].cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue[type=submit].cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-lightblue[type=submit].cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue[type=submit].cta-button-white:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme input.cta-button-lightblue[type=submit].cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-lightblue[type=submit].cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme input.cta-button-lightblue[type=submit].cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-lightblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue[type=submit].cta-button-white:hover, .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue[type=submit].cta-button-white:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue[type=submit].cta-button-white:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-lightblue[type=submit].cta-button-white:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue[type=submit].cta-button-white:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue[type=submit].cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue[type=submit].cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-lightblue[type=submit].cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue[type=submit].cta-button-white:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme input.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme input.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme input.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme input.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-white[type=submit]:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-white[type=submit]:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-white[type=submit]:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-lightblue.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-lightblue.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme input.cta-button-lightblue.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-lightblue.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme input.cta-button-lightblue.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-lightblue.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.cta-button-white[type=submit]:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue.cta-button-white[type=submit]:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-lightblue.cta-button-white[type=submit]:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-lightblue.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme input.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme input.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme input.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.button.cta-button-lightblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme input.button.cta-button-lightblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.button.cta-button-lightblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.button.cta-button-lightblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme input.button.cta-button-lightblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.button.cta-button-lightblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme input.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme input.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme input.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme input.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-lightblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme input.cta-button-lightblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-lightblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme input.cta-button-lightblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-lightblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme input.cta-button-lightblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-lightblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-lightblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme input.cta-button-lightblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-lightblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-lightblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme input.cta-button-lightblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-lightblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-white.button[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme input.cta-button-white.button[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-white.button[type=submit]:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme input.cta-button-white.button[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-white.button[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme input.cta-button-white.button[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-white.button[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-white.button[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme input.cta-button-white.button[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-white.button[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-white.button[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme input.cta-button-white.button[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-white.button[type=submit]:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme input[type=submit].cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input[type=submit].cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme input[type=submit].cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form .umcg-website-theme input[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .umcg-website-theme .cookie-bar input[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form .umcg-website-theme input[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .umcg-website-theme .cookie-bar input[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme input[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input[type=submit].cta-button-white:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme input.cta-button-lightblue[type=submit].cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-lightblue[type=submit].cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme input.cta-button-lightblue[type=submit].cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-lightblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form .umcg-website-theme input.cta-button-lightblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .umcg-website-theme .cookie-bar input.cta-button-lightblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form .umcg-website-theme input.cta-button-lightblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .umcg-website-theme .cookie-bar input.cta-button-lightblue[type=submit].cta-button-white:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme input.cta-button-lightblue[type=submit].cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-lightblue[type=submit].cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme input.cta-button-lightblue[type=submit].cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-lightblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-lightblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme input.cta-button-lightblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-lightblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form .umcg-website-theme input.cta-button-lightblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .umcg-website-theme .cookie-bar input.cta-button-lightblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form .umcg-website-theme input.cta-button-lightblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .umcg-website-theme .cookie-bar input.cta-button-lightblue[type=submit].cta-button-white:hover, .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme input.cta-button-lightblue[type=submit].cta-button-white:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-lightblue[type=submit].cta-button-white:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme input.cta-button-lightblue[type=submit].cta-button-white:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-lightblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-lightblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme input.cta-button-lightblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-lightblue[type=submit].cta-button-white:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme input.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme input.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form .umcg-website-theme input.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .umcg-website-theme .cookie-bar input.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form .umcg-website-theme input.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .umcg-website-theme .cookie-bar input.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme input.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme input.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme input.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form .umcg-website-theme input.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .umcg-website-theme .cookie-bar input.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form .umcg-website-theme input.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .umcg-website-theme .cookie-bar input.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme input.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme input.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme input.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form .umcg-website-theme input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .umcg-website-theme .cookie-bar input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form .umcg-website-theme input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .umcg-website-theme .cookie-bar input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form .umcg-website-theme input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .umcg-website-theme .cookie-bar input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form .umcg-website-theme input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .umcg-website-theme .cookie-bar input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme input.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme input.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form .umcg-website-theme input.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .umcg-website-theme .cookie-bar input.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form .umcg-website-theme input.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .umcg-website-theme .cookie-bar input.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme input.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme input.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme input.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form .umcg-website-theme input.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .umcg-website-theme .cookie-bar input.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form .umcg-website-theme input.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .umcg-website-theme .cookie-bar input.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme input.cta-button-white[type=submit]:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-white[type=submit]:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme input.cta-button-white[type=submit]:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme input.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme input.cta-button-lightblue.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-lightblue.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme input.cta-button-lightblue.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-lightblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form .umcg-website-theme input.cta-button-lightblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .umcg-website-theme .cookie-bar input.cta-button-lightblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form .umcg-website-theme input.cta-button-lightblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .umcg-website-theme .cookie-bar input.cta-button-lightblue.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme input.cta-button-lightblue.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-lightblue.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme input.cta-button-lightblue.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-lightblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-lightblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme input.cta-button-lightblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-lightblue.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme input.cta-button-lightblue.cta-button-white[type=submit]:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-lightblue.cta-button-white[type=submit]:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme input.cta-button-lightblue.cta-button-white[type=submit]:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-lightblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form .umcg-website-theme input.cta-button-lightblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .umcg-website-theme .cookie-bar input.cta-button-lightblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form .umcg-website-theme input.cta-button-lightblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .umcg-website-theme .cookie-bar input.cta-button-lightblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-lightblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme input.cta-button-lightblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-lightblue.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme input.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme input.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form .umcg-website-theme input.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .umcg-website-theme .cookie-bar input.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form .umcg-website-theme input.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .umcg-website-theme .cookie-bar input.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme input.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme input.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme input.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme input.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme input.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form .umcg-website-theme input.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .umcg-website-theme .cookie-bar input.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form .umcg-website-theme input.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .umcg-website-theme .cookie-bar input.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme input.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input.button.cta-button-lightblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.button.cta-button-lightblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.button.cta-button-lightblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.button.cta-button-lightblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input.button.cta-button-lightblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.button.cta-button-lightblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.button.cta-button-lightblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.button.cta-button-lightblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input.cta-button-lightblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-lightblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-lightblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-lightblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form input.cta-button-lightblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-lightblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-lightblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-lightblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input.cta-button-lightblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-lightblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-lightblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-lightblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input.cta-button-lightblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-lightblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-lightblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-lightblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input.cta-button-white.button[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-white.button[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-white.button[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-white.button[type=submit]:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form input.cta-button-white.button[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-white.button[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-white.button[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-white.button[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input.cta-button-white.button[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-white.button[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-white.button[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-white.button[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input.cta-button-white.button[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-white.button[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-white.button[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-white.button[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input.cta-button-lightblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-lightblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-lightblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-lightblue[type=submit].cta-button-white:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form input.cta-button-lightblue[type=submit].cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-lightblue[type=submit].cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-lightblue[type=submit].cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-lightblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar form input.cta-button-lightblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme form .cookie-bar input.cta-button-lightblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme form input.cta-button-lightblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme form .cookie-bar input.cta-button-lightblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input.cta-button-lightblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-lightblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-lightblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-lightblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-lightblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-lightblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input.cta-button-lightblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-lightblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-lightblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-lightblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form input.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar form input.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme form .cookie-bar input.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme form input.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme form .cookie-bar input.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar form input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme form .cookie-bar input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme form input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme form .cookie-bar input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form input.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar form input.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme form .cookie-bar input.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme form input.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme form .cookie-bar input.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input.cta-button-lightblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-lightblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-lightblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-lightblue.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form input.cta-button-lightblue.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-lightblue.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-lightblue.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-lightblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar form input.cta-button-lightblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme form .cookie-bar input.cta-button-lightblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme form input.cta-button-lightblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme form .cookie-bar input.cta-button-lightblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-lightblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-lightblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input.cta-button-lightblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-lightblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-lightblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-lightblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input.cta-button-lightblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-lightblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-lightblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-lightblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form input.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar form input.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme form .cookie-bar input.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme form input.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme form .cookie-bar input.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.button.cta-button-white[type=submit]:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.button.cta-button-white[type=submit]:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.button.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.button.cta-button-lightblue.cta-button-white[type=submit]:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.button.cta-button-lightblue.cta-button-white[type=submit]:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.button.cta-button-lightblue.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.button.cta-button-lightblue.cta-button-white[type=submit]:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.button.cta-button-lightblue.cta-button-white[type=submit]:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.button.cta-button-lightblue.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.button.cta-button-white[type=submit]:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.button.cta-button-white[type=submit]:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.button.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.button.cta-button-white[type=submit]:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.button.cta-button-white[type=submit]:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.button.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-lightblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-lightblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-lightblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-lightblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-lightblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-lightblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-lightblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-lightblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-white.button[type=submit]:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-white.button[type=submit]:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-white.button[type=submit]:hover, .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-white.button[type=submit]:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-white.button[type=submit]:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-white.button[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-white.button[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-white.button[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-white.button[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-white.button[type=submit]:hover, .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-white.button[type=submit]:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-white.button[type=submit]:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-white.button[type=submit]:hover, .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input[type=submit].cta-button-white:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input[type=submit].cta-button-white:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input[type=submit].cta-button-white:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input[type=submit].cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input[type=submit].cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input[type=submit].cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input[type=submit].cta-button-white:hover, .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue[type=submit].cta-button-white:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-lightblue[type=submit].cta-button-white:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-lightblue[type=submit].cta-button-white:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue[type=submit].cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-lightblue[type=submit].cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue[type=submit].cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-lightblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-lightblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-lightblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-lightblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-lightblue[type=submit].cta-button-white:hover, .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue[type=submit].cta-button-white:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-lightblue[type=submit].cta-button-white:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-lightblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-lightblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-lightblue[type=submit].cta-button-white:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue[type=submit].cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-lightblue[type=submit].cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue[type=submit].cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-lightblue[type=submit].cta-button-white:hover, .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-white[type=submit]:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-white[type=submit]:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-white[type=submit]:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-white[type=submit]:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue.cta-button-white[type=submit]:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-lightblue.cta-button-white[type=submit]:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-lightblue.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-lightblue.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-lightblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-lightblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-lightblue.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue.cta-button-white[type=submit]:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-lightblue.cta-button-white[type=submit]:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-lightblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-lightblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-lightblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-lightblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-lightblue.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-lightblue.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-lightblue.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar input.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.button.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.button.cta-button-lightblue.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.button.cta-button-lightblue.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.button.cta-button-lightblue.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.button.cta-button-lightblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.button.cta-button-lightblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme input.button.cta-button-lightblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.button.cta-button-lightblue.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.button.cta-button-lightblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.button.cta-button-lightblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.button.cta-button-lightblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.button.cta-button-lightblue.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme input.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue.button.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.button.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.button.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.button.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme input.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.button.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.button.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-lightblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-lightblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme input.cta-button-lightblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-lightblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-lightblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input.cta-button-lightblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-lightblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-lightblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-lightblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-lightblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme input.cta-button-lightblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-lightblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-lightblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-lightblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-darkblue.button.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-white.button[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-white.button[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-white.button[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-white.button[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-white.button[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme input.cta-button-white.button[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-white.button[type=submit]:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-white.button[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-white.button[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-white.button[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-white.button[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input.cta-button-white.button[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-white.button[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-white.button[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-white.button[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-white.button[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme input.cta-button-white.button[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-white.button[type=submit]:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-white.button[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-white.button[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-white.button[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-white.button[type=submit]:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input[type=submit].cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input[type=submit].cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input[type=submit].cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input[type=submit].cta-button-white:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input[type=submit].cta-button-white:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue[type=submit].cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue[type=submit].cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-lightblue[type=submit].cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input.cta-button-lightblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-lightblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-lightblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-lightblue[type=submit].cta-button-white:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue[type=submit].cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue[type=submit].cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-lightblue[type=submit].cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-lightblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme input.cta-button-lightblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-lightblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input.cta-button-lightblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-lightblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-lightblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-lightblue[type=submit].cta-button-white:hover, .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue[type=submit].cta-button-white:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue[type=submit].cta-button-white:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-lightblue[type=submit].cta-button-white:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue[type=submit].cta-button-white:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-lightblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-lightblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue[type=submit].cta-button-white:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme input.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue.cta-button-darkblue[type=submit].cta-button-white:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme input.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-white[type=submit]:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-white[type=submit]:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-white[type=submit]:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-lightblue.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input.cta-button-lightblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-lightblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-lightblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-lightblue.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-lightblue.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-lightblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme input.cta-button-lightblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-lightblue.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.cta-button-white[type=submit]:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue.cta-button-white[type=submit]:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-lightblue.cta-button-white[type=submit]:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input.cta-button-lightblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-lightblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-lightblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-lightblue.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-lightblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-lightblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-lightblue.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form .umcg-website-theme input.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-bar form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .cookie-bar form input.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .umcg-website-theme form input.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .cookie-bar input.cta-button-darkblue.cta-button-white[type=submit]:hover, .umcg-website-theme .cookie-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .cookie-bar input.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar form input.cta-button-darkblue.cta-button-white[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .cookie-bar input.cta-button-darkblue.cta-button-white[type=submit]:hover {
  border-color: #fff;
}
.umcg-website-theme .cookie-bar .collapse-content p, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .collapse-content p, .umcg-website-theme .cookie-bar .collapse-content pp, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .collapse-content pp {
  font-size: 1.25rem;
  margin: 0;
}
.umcg-website-theme .cookie-bar .collapse-content[aria-hidden=true], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .collapse-content[aria-hidden=true] {
  max-height: 0;
  opacity: 0;
  -webkit-transform: translate(0, 50px);
          transform: translate(0, 50px);
  -webkit-animation: 450ms slideUp;
          animation: 450ms slideUp;
}
.umcg-website-theme .cookie-bar .collapse-content[aria-hidden=false], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .collapse-content[aria-hidden=false] {
  margin-bottom: 30px;
  -webkit-animation: 450ms slideDown;
          animation: 450ms slideDown;
}
@keyframes slideDown {
  0% {
    max-height: 0;
    opacity: 0;
    -webkit-transform: translate(0, 50px);
            transform: translate(0, 50px);
  }
  99% {
    max-height: 1000px;
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  100% {
    max-height: none;
    opacity: 1;
  }
}
@keyframes slideUp {
  0% {
    max-height: 1000px;
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  100% {
    max-height: 0;
    opacity: 0;
    -webkit-transform: translate(0, 50px);
            transform: translate(0, 50px);
  }
}
@media all and (orientation: portrait) {
  .umcg-website-theme .cookie-bar, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar {
    height: 80vh;
  }
}
@media all and (min-height: 500px) {
  .umcg-website-theme .cookie-bar, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar {
    top: calc(50% - 30px);
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    max-height: calc(100vh - 100px);
  }
}
@media all and (min-width: 576px) {
  .umcg-website-theme .cookie-bar, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar {
    top: 40%;
    height: auto;
  }
  .umcg-website-theme .cookie-bar button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar button {
    border-radius: 30px;
  }
}
@media all and (min-width: 768px) {
  .umcg-website-theme .cookie-bar .cookie-bar-header .cookie-bar-title, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .cookie-bar-header .cookie-bar-title, .umcg-website-theme .cookie-bar .cookie-bar-header .cookie-settings-title, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .cookie-bar-header .cookie-settings-title {
    font-size: 2.4rem;
    line-height: 1.5;
  }
}
@media all and (min-width: 992px) {
  .umcg-website-theme .cookie-bar button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar button {
    border-radius: 30px;
  }
}
.umcg-website-theme .cookie-bar .buttons .cookie-save, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .buttons .cookie-save {
  color: rgb(0, 49, 131);
}
.umcg-website-theme .cookie-bar .buttons .cookie-save:active, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .buttons .cookie-save:active, .umcg-website-theme .cookie-bar .buttons .cookie-save:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-bar .buttons .cookie-save:hover {
  background-color: rgb(0, 49, 131);
  color: #fff;
}
.umcg-website-theme .cookie-notice-overlay, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-notice-overlay {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 20;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transition: opacity 450ms ease-in-out, visibility 450ms 0s;
  transition: opacity 450ms ease-in-out, visibility 450ms 0s;
}
.umcg-website-theme .cookie-settings-wrapper, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cookie-settings-wrapper {
  padding: 20px;
  overflow: hidden;
  overflow-y: auto;
  max-height: calc(70vh - 58px);
}
.umcg-website-theme .icn-list, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .icn-list {
  margin-bottom: 4.4rem;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}
@media all and (min-width: 992px) {
  .umcg-website-theme .icn-list, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .icn-list {
    margin-bottom: 4.4rem;
  }
}
.umcg-website-theme .icn-list ul li, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .icn-list ul li {
  padding: 0;
  margin-left: 0;
  margin-bottom: 0.8rem;
}
.umcg-website-theme .icn-list ul li::before, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .icn-list ul li::before {
  display: none;
}
.umcg-website-theme .icn-list .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .icn-list .label {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 0 16px 0 20px;
  text-transform: none;
  font-weight: 600;
}
.umcg-website-theme .icn-list a, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .icn-list a {
  color: rgb(0, 49, 131);
  border-radius: 5px;
  background-color: #e3eff8;
  padding: 15px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  -webkit-transition: ease-in-out 150ms;
  transition: ease-in-out 150ms;
}
.umcg-website-theme .icn-list a .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .icn-list a .label {
  text-decoration: none;
}
.umcg-website-theme .icn-list a:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .icn-list a:hover {
  background-color: #d0e5f4;
}
.umcg-website-theme .icn-list .icon-before, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .icn-list .icon-before {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 55px;
          flex: 0 0 55px;
}
.umcg-website-theme .icn-list .icon-after, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .icn-list .icon-after {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16px;
          flex: 0 0 16px;
}
.umcg-website-theme .image-banner, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .image-banner {
  margin-bottom: 4.4rem;
  padding: 3rem 3rem 4rem;
  background-color: #e3eff8;
  border-radius: 5px;
  height: calc(100% - 4.4rem);
}
.umcg-website-theme .image-banner p, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .image-banner p, .umcg-website-theme .image-banner pp, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .image-banner pp {
  margin-bottom: 3.8rem;
}
.umcg-website-theme .image-banner h2, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .image-banner h2 {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
}
.umcg-website-theme .image-banner .button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .image-banner .button, .umcg-website-theme .image-banner .button.cta-button-lightblue, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .image-banner .umcg-website-theme .button.cta-button-lightblue, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .image-banner .button.cta-button-lightblue, .umcg-website-theme .image-banner .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button.cta-button-lightblue, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .image-banner .button.cta-button-lightblue, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .image-banner .button.cta-button-lightblue, .umcg-website-theme .image-banner .button.cta-button-darkblue, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .image-banner .umcg-website-theme .button.cta-button-darkblue, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .image-banner .button.cta-button-darkblue, .umcg-website-theme .image-banner .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button.cta-button-darkblue, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .image-banner .button.cta-button-darkblue, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .image-banner .button.cta-button-darkblue, .umcg-website-theme .image-banner .cta-button-lightblue.button.cta-button-darkblue, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .image-banner .umcg-website-theme .cta-button-lightblue.button.cta-button-darkblue, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .image-banner .cta-button-lightblue.button.cta-button-darkblue, .umcg-website-theme .image-banner .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-lightblue.button.cta-button-darkblue, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .image-banner .cta-button-lightblue.button.cta-button-darkblue, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .image-banner .cta-button-lightblue.button.cta-button-darkblue, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .image-banner .cta-button-lightblue.button.cta-button-darkblue, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .image-banner .umcg-website-theme .cta-button-lightblue.button.cta-button-darkblue, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .image-banner .cta-button-lightblue.button.cta-button-darkblue, .umcg-website-theme .image-banner .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-lightblue.button.cta-button-darkblue, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .image-banner .cta-button-lightblue.button.cta-button-darkblue, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .image-banner .cta-button-lightblue.button.cta-button-darkblue, .umcg-website-theme .image-banner .cta-button-darkblue.button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .image-banner .umcg-website-theme .cta-button-darkblue.button, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .image-banner .cta-button-darkblue.button, .umcg-website-theme .image-banner .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-darkblue.button, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .image-banner .cta-button-darkblue.button, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .image-banner .cta-button-darkblue.button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .image-banner .cta-button-darkblue.button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .image-banner .umcg-website-theme .cta-button-darkblue.button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .image-banner .cta-button-darkblue.button, .umcg-website-theme .image-banner .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-darkblue.button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .image-banner .cta-button-darkblue.button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .image-banner .cta-button-darkblue.button, .umcg-website-theme .image-banner .button.cta-button-white, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .image-banner .umcg-website-theme .button.cta-button-white, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .image-banner .button.cta-button-white, .umcg-website-theme .image-banner .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button.cta-button-white, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .image-banner .button.cta-button-white, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .image-banner .button.cta-button-white, .umcg-website-theme .image-banner .cta-button-lightblue.button.cta-button-white, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .image-banner .umcg-website-theme .cta-button-lightblue.button.cta-button-white, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .image-banner .cta-button-lightblue.button.cta-button-white, .umcg-website-theme .image-banner .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-lightblue.button.cta-button-white, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .image-banner .cta-button-lightblue.button.cta-button-white, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .image-banner .cta-button-lightblue.button.cta-button-white, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .image-banner .cta-button-lightblue.button.cta-button-white, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .image-banner .umcg-website-theme .cta-button-lightblue.button.cta-button-white, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .image-banner .cta-button-lightblue.button.cta-button-white, .umcg-website-theme .image-banner .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-lightblue.button.cta-button-white, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .image-banner .cta-button-lightblue.button.cta-button-white, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .image-banner .cta-button-lightblue.button.cta-button-white, .umcg-website-theme .image-banner .cta-button-darkblue.button.cta-button-white, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .image-banner .umcg-website-theme .cta-button-darkblue.button.cta-button-white, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .image-banner .cta-button-darkblue.button.cta-button-white, .umcg-website-theme .image-banner .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-darkblue.button.cta-button-white, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .image-banner .cta-button-darkblue.button.cta-button-white, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .image-banner .cta-button-darkblue.button.cta-button-white, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .image-banner .cta-button-darkblue.button.cta-button-white, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .image-banner .umcg-website-theme .cta-button-darkblue.button.cta-button-white, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .image-banner .cta-button-darkblue.button.cta-button-white, .umcg-website-theme .image-banner .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-darkblue.button.cta-button-white, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .image-banner .cta-button-darkblue.button.cta-button-white, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .image-banner .cta-button-darkblue.button.cta-button-white, .umcg-website-theme .image-banner .cta-button-white.button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .image-banner .umcg-website-theme .cta-button-white.button, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .image-banner .cta-button-white.button, .umcg-website-theme .image-banner .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-white.button, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .image-banner .cta-button-white.button, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .image-banner .cta-button-white.button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .image-banner .cta-button-white.button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .image-banner .umcg-website-theme .cta-button-white.button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .image-banner .cta-button-white.button, .umcg-website-theme .image-banner .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-white.button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .image-banner .cta-button-white.button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .image-banner .cta-button-white.button, .umcg-website-theme .image-banner form input[type=submit], .umcg-website-theme form .image-banner input[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .image-banner .umcg-website-theme form input[type=submit], .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .image-banner input[type=submit], .umcg-website-theme .image-banner .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .image-banner input[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .image-banner form input[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .image-banner input[type=submit], .umcg-website-theme .image-banner form input.cta-button-lightblue[type=submit], .umcg-website-theme form .image-banner input.cta-button-lightblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .image-banner .umcg-website-theme form input.cta-button-lightblue[type=submit], .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .image-banner input.cta-button-lightblue[type=submit], .umcg-website-theme .image-banner .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue[type=submit], .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .image-banner input.cta-button-lightblue[type=submit], .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .image-banner form input.cta-button-lightblue[type=submit], .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .image-banner input.cta-button-lightblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .image-banner input.cta-button-lightblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .image-banner form .umcg-website-theme input.cta-button-lightblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .image-banner input.cta-button-lightblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .image-banner form input.cta-button-lightblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .image-banner input.cta-button-lightblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .image-banner .umcg-website-theme form input.cta-button-lightblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .image-banner input.cta-button-lightblue[type=submit], .umcg-website-theme .image-banner form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue[type=submit], .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .image-banner input.cta-button-lightblue[type=submit], .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .image-banner input.cta-button-lightblue[type=submit], .umcg-website-theme .image-banner .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .image-banner input.cta-button-lightblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .image-banner form input.cta-button-lightblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .image-banner input.cta-button-lightblue[type=submit], .umcg-website-theme .image-banner form input.cta-button-darkblue[type=submit], .umcg-website-theme form .image-banner input.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .image-banner .umcg-website-theme form input.cta-button-darkblue[type=submit], .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .image-banner input.cta-button-darkblue[type=submit], .umcg-website-theme .image-banner .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue[type=submit], .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .image-banner input.cta-button-darkblue[type=submit], .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .image-banner form input.cta-button-darkblue[type=submit], .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .image-banner input.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .image-banner input.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .image-banner form .umcg-website-theme input.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .image-banner input.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .image-banner form input.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .image-banner input.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .image-banner .umcg-website-theme form input.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .image-banner input.cta-button-darkblue[type=submit], .umcg-website-theme .image-banner form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-darkblue[type=submit], .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .image-banner input.cta-button-darkblue[type=submit], .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .image-banner input.cta-button-darkblue[type=submit], .umcg-website-theme .image-banner .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .image-banner input.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .image-banner form input.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .image-banner input.cta-button-darkblue[type=submit], .umcg-website-theme .image-banner form input.cta-button-lightblue.cta-button-darkblue[type=submit], .umcg-website-theme form .image-banner input.cta-button-lightblue.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .image-banner .umcg-website-theme form input.cta-button-lightblue.cta-button-darkblue[type=submit], .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .image-banner input.cta-button-lightblue.cta-button-darkblue[type=submit], .umcg-website-theme .image-banner .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.cta-button-darkblue[type=submit], .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .image-banner input.cta-button-lightblue.cta-button-darkblue[type=submit], .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .image-banner form input.cta-button-lightblue.cta-button-darkblue[type=submit], .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .image-banner input.cta-button-lightblue.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .image-banner input.cta-button-lightblue.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .image-banner form .umcg-website-theme input.cta-button-lightblue.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .image-banner input.cta-button-lightblue.cta-button-darkblue[type=submit], .umcg-website-theme .image-banner form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue.cta-button-darkblue[type=submit], .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .image-banner input.cta-button-lightblue.cta-button-darkblue[type=submit], .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .image-banner input.cta-button-lightblue.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .image-banner form input.cta-button-lightblue.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .image-banner input.cta-button-lightblue.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .image-banner .umcg-website-theme form input.cta-button-lightblue.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .image-banner input.cta-button-lightblue.cta-button-darkblue[type=submit], .umcg-website-theme .image-banner .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .image-banner input.cta-button-lightblue.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .image-banner form input.cta-button-lightblue.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .image-banner input.cta-button-lightblue.cta-button-darkblue[type=submit], .umcg-website-theme .image-banner form input.cta-button-white[type=submit], .umcg-website-theme form .image-banner input.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .image-banner .umcg-website-theme form input.cta-button-white[type=submit], .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .image-banner input.cta-button-white[type=submit], .umcg-website-theme .image-banner .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-white[type=submit], .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .image-banner input.cta-button-white[type=submit], .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .image-banner form input.cta-button-white[type=submit], .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .image-banner input.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .image-banner input.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .image-banner form .umcg-website-theme input.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .image-banner input.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .image-banner form input.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .image-banner input.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .image-banner .umcg-website-theme form input.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .image-banner input.cta-button-white[type=submit], .umcg-website-theme .image-banner form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-white[type=submit], .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .image-banner input.cta-button-white[type=submit], .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .image-banner input.cta-button-white[type=submit], .umcg-website-theme .image-banner .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .image-banner input.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .image-banner form input.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .image-banner input.cta-button-white[type=submit], .umcg-website-theme .image-banner form input.cta-button-lightblue.cta-button-white[type=submit], .umcg-website-theme form .image-banner input.cta-button-lightblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .image-banner .umcg-website-theme form input.cta-button-lightblue.cta-button-white[type=submit], .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .image-banner input.cta-button-lightblue.cta-button-white[type=submit], .umcg-website-theme .image-banner .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.cta-button-white[type=submit], .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .image-banner input.cta-button-lightblue.cta-button-white[type=submit], .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .image-banner form input.cta-button-lightblue.cta-button-white[type=submit], .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .image-banner input.cta-button-lightblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .image-banner input.cta-button-lightblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .image-banner form .umcg-website-theme input.cta-button-lightblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .image-banner input.cta-button-lightblue.cta-button-white[type=submit], .umcg-website-theme .image-banner form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue.cta-button-white[type=submit], .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .image-banner input.cta-button-lightblue.cta-button-white[type=submit], .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .image-banner input.cta-button-lightblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .image-banner form input.cta-button-lightblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .image-banner input.cta-button-lightblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .image-banner .umcg-website-theme form input.cta-button-lightblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .image-banner input.cta-button-lightblue.cta-button-white[type=submit], .umcg-website-theme .image-banner .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .image-banner input.cta-button-lightblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .image-banner form input.cta-button-lightblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .image-banner input.cta-button-lightblue.cta-button-white[type=submit], .umcg-website-theme .image-banner form input.cta-button-darkblue.cta-button-white[type=submit], .umcg-website-theme form .image-banner input.cta-button-darkblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .image-banner .umcg-website-theme form input.cta-button-darkblue.cta-button-white[type=submit], .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .image-banner input.cta-button-darkblue.cta-button-white[type=submit], .umcg-website-theme .image-banner .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue.cta-button-white[type=submit], .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .image-banner input.cta-button-darkblue.cta-button-white[type=submit], .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .image-banner form input.cta-button-darkblue.cta-button-white[type=submit], .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .image-banner input.cta-button-darkblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .image-banner input.cta-button-darkblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .image-banner form .umcg-website-theme input.cta-button-darkblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .image-banner input.cta-button-darkblue.cta-button-white[type=submit], .umcg-website-theme .image-banner form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-darkblue.cta-button-white[type=submit], .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .image-banner input.cta-button-darkblue.cta-button-white[type=submit], .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .image-banner input.cta-button-darkblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .image-banner form input.cta-button-darkblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .image-banner input.cta-button-darkblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .image-banner .umcg-website-theme form input.cta-button-darkblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .image-banner input.cta-button-darkblue.cta-button-white[type=submit], .umcg-website-theme .image-banner .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .image-banner input.cta-button-darkblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .image-banner form input.cta-button-darkblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .image-banner input.cta-button-darkblue.cta-button-white[type=submit] {
  margin-top: auto;
  margin-bottom: 0;
}
.umcg-website-theme .image-banner figure, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .image-banner figure {
  display: none;
}
.umcg-website-theme .image-banner .figure-mobile, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .image-banner .figure-mobile {
  display: block;
  text-align: center;
  margin-bottom: 3rem;
}
.umcg-website-theme .image-banner .figure-mobile picture, .umcg-website-theme .image-banner .figure-mobile .hero focuspoint-picture, .umcg-website-theme .hero .image-banner .figure-mobile focuspoint-picture, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .image-banner .figure-mobile picture, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .image-banner .figure-mobile .hero focuspoint-picture, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .hero .image-banner .figure-mobile focuspoint-picture {
  margin: 0 auto;
}
.umcg-website-theme .image-banner--theme-1, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .image-banner--theme-1 {
  background-color: rgb(0, 49, 131);
}
.umcg-website-theme .image-banner--theme-1 h2, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .image-banner--theme-1 h2,
.umcg-website-theme .image-banner--theme-1 p,
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .image-banner--theme-1 p,
.umcg-website-theme .image-banner--theme-1 pp,
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .image-banner--theme-1 pp {
  color: #fff;
}
.umcg-website-theme .image-banner--theme-1 .button-tetiary, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .image-banner--theme-1 .button-tetiary, .umcg-website-theme .image-banner--theme-1 .button.cta-button-white, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .image-banner--theme-1 .button.cta-button-white, .umcg-website-theme .image-banner--theme-1 form input.cta-button-white[type=submit], .umcg-website-theme form .image-banner--theme-1 input.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .image-banner--theme-1 form input.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .image-banner--theme-1 input.cta-button-white[type=submit] {
  border: 1px solid #fff;
}
.umcg-website-theme .image-banner--theme-2, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .image-banner--theme-2 {
  background-color: rgb(0, 174, 239);
}
.umcg-website-theme .image-banner--theme-2 h2, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .image-banner--theme-2 h2,
.umcg-website-theme .image-banner--theme-2 p,
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .image-banner--theme-2 p,
.umcg-website-theme .image-banner--theme-2 pp,
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .image-banner--theme-2 pp {
  color: #fff;
}
.umcg-website-theme .image-banner--theme-3, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .image-banner--theme-3 {
  background: linear-gradient(316.95deg, rgb(0, 174, 239) -42.92%, rgb(0, 49, 131) 100%);
}
.umcg-website-theme .image-banner--theme-3 h2, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .image-banner--theme-3 h2,
.umcg-website-theme .image-banner--theme-3 p,
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .image-banner--theme-3 p,
.umcg-website-theme .image-banner--theme-3 pp,
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .image-banner--theme-3 pp {
  color: #fff;
}
@media all and (min-width: 992px) {
  .umcg-website-theme .image-banner, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .image-banner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .umcg-website-theme .image-banner .image-banner-content, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .image-banner .image-banner-content {
    -webkit-box-flex: 3;
        -ms-flex: 3 1 0px;
            flex: 3 1 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .umcg-website-theme .image-banner .figure-mobile, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .image-banner .figure-mobile {
    display: none;
  }
  .umcg-website-theme .image-banner figure, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .image-banner figure {
    display: block;
    padding-left: 50px;
    -webkit-box-flex: 2;
        -ms-flex: 2 1 auto;
            flex: 2 1 auto;
  }
  .umcg-website-theme .image-banner .button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .image-banner .button, .umcg-website-theme .image-banner .button.cta-button-lightblue, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .image-banner .umcg-website-theme .button.cta-button-lightblue, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .image-banner .button.cta-button-lightblue, .umcg-website-theme .image-banner .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button.cta-button-lightblue, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .image-banner .button.cta-button-lightblue, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .image-banner .button.cta-button-lightblue, .umcg-website-theme .image-banner .button.cta-button-darkblue, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .image-banner .umcg-website-theme .button.cta-button-darkblue, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .image-banner .button.cta-button-darkblue, .umcg-website-theme .image-banner .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button.cta-button-darkblue, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .image-banner .button.cta-button-darkblue, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .image-banner .button.cta-button-darkblue, .umcg-website-theme .image-banner .cta-button-lightblue.button.cta-button-darkblue, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .image-banner .umcg-website-theme .cta-button-lightblue.button.cta-button-darkblue, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .image-banner .cta-button-lightblue.button.cta-button-darkblue, .umcg-website-theme .image-banner .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-lightblue.button.cta-button-darkblue, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .image-banner .cta-button-lightblue.button.cta-button-darkblue, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .image-banner .cta-button-lightblue.button.cta-button-darkblue, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .image-banner .cta-button-lightblue.button.cta-button-darkblue, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .image-banner .umcg-website-theme .cta-button-lightblue.button.cta-button-darkblue, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .image-banner .cta-button-lightblue.button.cta-button-darkblue, .umcg-website-theme .image-banner .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-lightblue.button.cta-button-darkblue, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .image-banner .cta-button-lightblue.button.cta-button-darkblue, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .image-banner .cta-button-lightblue.button.cta-button-darkblue, .umcg-website-theme .image-banner .cta-button-darkblue.button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .image-banner .umcg-website-theme .cta-button-darkblue.button, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .image-banner .cta-button-darkblue.button, .umcg-website-theme .image-banner .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-darkblue.button, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .image-banner .cta-button-darkblue.button, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .image-banner .cta-button-darkblue.button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .image-banner .cta-button-darkblue.button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .image-banner .umcg-website-theme .cta-button-darkblue.button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .image-banner .cta-button-darkblue.button, .umcg-website-theme .image-banner .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-darkblue.button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .image-banner .cta-button-darkblue.button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .image-banner .cta-button-darkblue.button, .umcg-website-theme .image-banner .button.cta-button-white, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .image-banner .umcg-website-theme .button.cta-button-white, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .image-banner .button.cta-button-white, .umcg-website-theme .image-banner .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button.cta-button-white, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .image-banner .button.cta-button-white, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .image-banner .button.cta-button-white, .umcg-website-theme .image-banner .cta-button-lightblue.button.cta-button-white, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .image-banner .umcg-website-theme .cta-button-lightblue.button.cta-button-white, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .image-banner .cta-button-lightblue.button.cta-button-white, .umcg-website-theme .image-banner .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-lightblue.button.cta-button-white, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .image-banner .cta-button-lightblue.button.cta-button-white, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .image-banner .cta-button-lightblue.button.cta-button-white, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .image-banner .cta-button-lightblue.button.cta-button-white, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .image-banner .umcg-website-theme .cta-button-lightblue.button.cta-button-white, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .image-banner .cta-button-lightblue.button.cta-button-white, .umcg-website-theme .image-banner .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-lightblue.button.cta-button-white, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .image-banner .cta-button-lightblue.button.cta-button-white, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .image-banner .cta-button-lightblue.button.cta-button-white, .umcg-website-theme .image-banner .cta-button-darkblue.button.cta-button-white, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .image-banner .umcg-website-theme .cta-button-darkblue.button.cta-button-white, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .image-banner .cta-button-darkblue.button.cta-button-white, .umcg-website-theme .image-banner .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-darkblue.button.cta-button-white, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .image-banner .cta-button-darkblue.button.cta-button-white, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .image-banner .cta-button-darkblue.button.cta-button-white, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .image-banner .cta-button-darkblue.button.cta-button-white, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .image-banner .umcg-website-theme .cta-button-darkblue.button.cta-button-white, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .image-banner .cta-button-darkblue.button.cta-button-white, .umcg-website-theme .image-banner .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-darkblue.button.cta-button-white, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .image-banner .cta-button-darkblue.button.cta-button-white, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .image-banner .cta-button-darkblue.button.cta-button-white, .umcg-website-theme .image-banner .cta-button-white.button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .image-banner .umcg-website-theme .cta-button-white.button, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .image-banner .cta-button-white.button, .umcg-website-theme .image-banner .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-white.button, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .image-banner .cta-button-white.button, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .image-banner .cta-button-white.button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .image-banner .cta-button-white.button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .image-banner .umcg-website-theme .cta-button-white.button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .image-banner .cta-button-white.button, .umcg-website-theme .image-banner .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-white.button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .image-banner .cta-button-white.button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .image-banner .cta-button-white.button, .umcg-website-theme .image-banner form input[type=submit], .umcg-website-theme form .image-banner input[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .image-banner .umcg-website-theme form input[type=submit], .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .image-banner input[type=submit], .umcg-website-theme .image-banner .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .image-banner input[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .image-banner form input[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .image-banner input[type=submit], .umcg-website-theme .image-banner form input.cta-button-lightblue[type=submit], .umcg-website-theme form .image-banner input.cta-button-lightblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .image-banner .umcg-website-theme form input.cta-button-lightblue[type=submit], .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .image-banner input.cta-button-lightblue[type=submit], .umcg-website-theme .image-banner .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue[type=submit], .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .image-banner input.cta-button-lightblue[type=submit], .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .image-banner form input.cta-button-lightblue[type=submit], .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .image-banner input.cta-button-lightblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .image-banner input.cta-button-lightblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .image-banner form .umcg-website-theme input.cta-button-lightblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .image-banner input.cta-button-lightblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .image-banner form input.cta-button-lightblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .image-banner input.cta-button-lightblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .image-banner .umcg-website-theme form input.cta-button-lightblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .image-banner input.cta-button-lightblue[type=submit], .umcg-website-theme .image-banner form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue[type=submit], .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .image-banner input.cta-button-lightblue[type=submit], .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .image-banner input.cta-button-lightblue[type=submit], .umcg-website-theme .image-banner .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .image-banner input.cta-button-lightblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .image-banner form input.cta-button-lightblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .image-banner input.cta-button-lightblue[type=submit], .umcg-website-theme .image-banner form input.cta-button-darkblue[type=submit], .umcg-website-theme form .image-banner input.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .image-banner .umcg-website-theme form input.cta-button-darkblue[type=submit], .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .image-banner input.cta-button-darkblue[type=submit], .umcg-website-theme .image-banner .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue[type=submit], .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .image-banner input.cta-button-darkblue[type=submit], .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .image-banner form input.cta-button-darkblue[type=submit], .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .image-banner input.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .image-banner input.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .image-banner form .umcg-website-theme input.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .image-banner input.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .image-banner form input.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .image-banner input.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .image-banner .umcg-website-theme form input.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .image-banner input.cta-button-darkblue[type=submit], .umcg-website-theme .image-banner form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-darkblue[type=submit], .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .image-banner input.cta-button-darkblue[type=submit], .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .image-banner input.cta-button-darkblue[type=submit], .umcg-website-theme .image-banner .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .image-banner input.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .image-banner form input.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .image-banner input.cta-button-darkblue[type=submit], .umcg-website-theme .image-banner form input.cta-button-lightblue.cta-button-darkblue[type=submit], .umcg-website-theme form .image-banner input.cta-button-lightblue.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .image-banner .umcg-website-theme form input.cta-button-lightblue.cta-button-darkblue[type=submit], .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .image-banner input.cta-button-lightblue.cta-button-darkblue[type=submit], .umcg-website-theme .image-banner .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.cta-button-darkblue[type=submit], .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .image-banner input.cta-button-lightblue.cta-button-darkblue[type=submit], .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .image-banner form input.cta-button-lightblue.cta-button-darkblue[type=submit], .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .image-banner input.cta-button-lightblue.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .image-banner input.cta-button-lightblue.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .image-banner form .umcg-website-theme input.cta-button-lightblue.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .image-banner input.cta-button-lightblue.cta-button-darkblue[type=submit], .umcg-website-theme .image-banner form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue.cta-button-darkblue[type=submit], .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .image-banner input.cta-button-lightblue.cta-button-darkblue[type=submit], .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .image-banner input.cta-button-lightblue.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .image-banner form input.cta-button-lightblue.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .image-banner input.cta-button-lightblue.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .image-banner .umcg-website-theme form input.cta-button-lightblue.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .image-banner input.cta-button-lightblue.cta-button-darkblue[type=submit], .umcg-website-theme .image-banner .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .image-banner input.cta-button-lightblue.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .image-banner form input.cta-button-lightblue.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .image-banner input.cta-button-lightblue.cta-button-darkblue[type=submit], .umcg-website-theme .image-banner form input.cta-button-white[type=submit], .umcg-website-theme form .image-banner input.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .image-banner .umcg-website-theme form input.cta-button-white[type=submit], .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .image-banner input.cta-button-white[type=submit], .umcg-website-theme .image-banner .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-white[type=submit], .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .image-banner input.cta-button-white[type=submit], .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .image-banner form input.cta-button-white[type=submit], .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .image-banner input.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .image-banner input.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .image-banner form .umcg-website-theme input.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .image-banner input.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .image-banner form input.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .image-banner input.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .image-banner .umcg-website-theme form input.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .image-banner input.cta-button-white[type=submit], .umcg-website-theme .image-banner form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-white[type=submit], .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .image-banner input.cta-button-white[type=submit], .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .image-banner input.cta-button-white[type=submit], .umcg-website-theme .image-banner .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .image-banner input.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .image-banner form input.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .image-banner input.cta-button-white[type=submit], .umcg-website-theme .image-banner form input.cta-button-lightblue.cta-button-white[type=submit], .umcg-website-theme form .image-banner input.cta-button-lightblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .image-banner .umcg-website-theme form input.cta-button-lightblue.cta-button-white[type=submit], .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .image-banner input.cta-button-lightblue.cta-button-white[type=submit], .umcg-website-theme .image-banner .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.cta-button-white[type=submit], .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .image-banner input.cta-button-lightblue.cta-button-white[type=submit], .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .image-banner form input.cta-button-lightblue.cta-button-white[type=submit], .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .image-banner input.cta-button-lightblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .image-banner input.cta-button-lightblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .image-banner form .umcg-website-theme input.cta-button-lightblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .image-banner input.cta-button-lightblue.cta-button-white[type=submit], .umcg-website-theme .image-banner form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue.cta-button-white[type=submit], .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .image-banner input.cta-button-lightblue.cta-button-white[type=submit], .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .image-banner input.cta-button-lightblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .image-banner form input.cta-button-lightblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .image-banner input.cta-button-lightblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .image-banner .umcg-website-theme form input.cta-button-lightblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .image-banner input.cta-button-lightblue.cta-button-white[type=submit], .umcg-website-theme .image-banner .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .image-banner input.cta-button-lightblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .image-banner form input.cta-button-lightblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .image-banner input.cta-button-lightblue.cta-button-white[type=submit], .umcg-website-theme .image-banner form input.cta-button-darkblue.cta-button-white[type=submit], .umcg-website-theme form .image-banner input.cta-button-darkblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .image-banner .umcg-website-theme form input.cta-button-darkblue.cta-button-white[type=submit], .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .image-banner input.cta-button-darkblue.cta-button-white[type=submit], .umcg-website-theme .image-banner .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue.cta-button-white[type=submit], .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .image-banner input.cta-button-darkblue.cta-button-white[type=submit], .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .image-banner form input.cta-button-darkblue.cta-button-white[type=submit], .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .image-banner input.cta-button-darkblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .image-banner input.cta-button-darkblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .image-banner form .umcg-website-theme input.cta-button-darkblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .image-banner input.cta-button-darkblue.cta-button-white[type=submit], .umcg-website-theme .image-banner form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-darkblue.cta-button-white[type=submit], .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .image-banner input.cta-button-darkblue.cta-button-white[type=submit], .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .image-banner input.cta-button-darkblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .image-banner form input.cta-button-darkblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .image-banner input.cta-button-darkblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .image-banner .umcg-website-theme form input.cta-button-darkblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .image-banner input.cta-button-darkblue.cta-button-white[type=submit], .umcg-website-theme .image-banner .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .image-banner input.cta-button-darkblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .image-banner form input.cta-button-darkblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .image-banner input.cta-button-darkblue.cta-button-white[type=submit] {
    margin: auto auto 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .umcg-website-theme .image-banner.image-banner--with-image .button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .image-banner.image-banner--with-image .button, .umcg-website-theme .image-banner.image-banner--with-image .button.cta-button-lightblue, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .image-banner.image-banner--with-image .umcg-website-theme .button.cta-button-lightblue, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .image-banner.image-banner--with-image .button.cta-button-lightblue, .umcg-website-theme .image-banner.image-banner--with-image .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button.cta-button-lightblue, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .image-banner.image-banner--with-image .button.cta-button-lightblue, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .image-banner.image-banner--with-image .button.cta-button-lightblue, .umcg-website-theme .image-banner.image-banner--with-image .button.cta-button-darkblue, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .image-banner.image-banner--with-image .umcg-website-theme .button.cta-button-darkblue, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .image-banner.image-banner--with-image .button.cta-button-darkblue, .umcg-website-theme .image-banner.image-banner--with-image .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button.cta-button-darkblue, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .image-banner.image-banner--with-image .button.cta-button-darkblue, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .image-banner.image-banner--with-image .button.cta-button-darkblue, .umcg-website-theme .image-banner.image-banner--with-image .cta-button-lightblue.button.cta-button-darkblue, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .image-banner.image-banner--with-image .umcg-website-theme .cta-button-lightblue.button.cta-button-darkblue, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .image-banner.image-banner--with-image .cta-button-lightblue.button.cta-button-darkblue, .umcg-website-theme .image-banner.image-banner--with-image .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-lightblue.button.cta-button-darkblue, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .image-banner.image-banner--with-image .cta-button-lightblue.button.cta-button-darkblue, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .image-banner.image-banner--with-image .cta-button-lightblue.button.cta-button-darkblue, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .image-banner.image-banner--with-image .cta-button-lightblue.button.cta-button-darkblue, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .image-banner.image-banner--with-image .umcg-website-theme .cta-button-lightblue.button.cta-button-darkblue, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .image-banner.image-banner--with-image .cta-button-lightblue.button.cta-button-darkblue, .umcg-website-theme .image-banner.image-banner--with-image .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-lightblue.button.cta-button-darkblue, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .image-banner.image-banner--with-image .cta-button-lightblue.button.cta-button-darkblue, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .image-banner.image-banner--with-image .cta-button-lightblue.button.cta-button-darkblue, .umcg-website-theme .image-banner.image-banner--with-image .cta-button-darkblue.button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .image-banner.image-banner--with-image .umcg-website-theme .cta-button-darkblue.button, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .image-banner.image-banner--with-image .cta-button-darkblue.button, .umcg-website-theme .image-banner.image-banner--with-image .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-darkblue.button, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .image-banner.image-banner--with-image .cta-button-darkblue.button, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .image-banner.image-banner--with-image .cta-button-darkblue.button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .image-banner.image-banner--with-image .cta-button-darkblue.button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .image-banner.image-banner--with-image .umcg-website-theme .cta-button-darkblue.button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .image-banner.image-banner--with-image .cta-button-darkblue.button, .umcg-website-theme .image-banner.image-banner--with-image .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-darkblue.button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .image-banner.image-banner--with-image .cta-button-darkblue.button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .image-banner.image-banner--with-image .cta-button-darkblue.button, .umcg-website-theme .image-banner.image-banner--with-image .button.cta-button-white, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .image-banner.image-banner--with-image .umcg-website-theme .button.cta-button-white, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .image-banner.image-banner--with-image .button.cta-button-white, .umcg-website-theme .image-banner.image-banner--with-image .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button.cta-button-white, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .image-banner.image-banner--with-image .button.cta-button-white, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .image-banner.image-banner--with-image .button.cta-button-white, .umcg-website-theme .image-banner.image-banner--with-image .cta-button-lightblue.button.cta-button-white, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .image-banner.image-banner--with-image .umcg-website-theme .cta-button-lightblue.button.cta-button-white, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .image-banner.image-banner--with-image .cta-button-lightblue.button.cta-button-white, .umcg-website-theme .image-banner.image-banner--with-image .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-lightblue.button.cta-button-white, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .image-banner.image-banner--with-image .cta-button-lightblue.button.cta-button-white, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .image-banner.image-banner--with-image .cta-button-lightblue.button.cta-button-white, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .image-banner.image-banner--with-image .cta-button-lightblue.button.cta-button-white, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .image-banner.image-banner--with-image .umcg-website-theme .cta-button-lightblue.button.cta-button-white, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .image-banner.image-banner--with-image .cta-button-lightblue.button.cta-button-white, .umcg-website-theme .image-banner.image-banner--with-image .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-lightblue.button.cta-button-white, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .image-banner.image-banner--with-image .cta-button-lightblue.button.cta-button-white, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .image-banner.image-banner--with-image .cta-button-lightblue.button.cta-button-white, .umcg-website-theme .image-banner.image-banner--with-image .cta-button-darkblue.button.cta-button-white, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .image-banner.image-banner--with-image .umcg-website-theme .cta-button-darkblue.button.cta-button-white, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .image-banner.image-banner--with-image .cta-button-darkblue.button.cta-button-white, .umcg-website-theme .image-banner.image-banner--with-image .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-darkblue.button.cta-button-white, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .image-banner.image-banner--with-image .cta-button-darkblue.button.cta-button-white, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .image-banner.image-banner--with-image .cta-button-darkblue.button.cta-button-white, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .image-banner.image-banner--with-image .cta-button-darkblue.button.cta-button-white, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .image-banner.image-banner--with-image .umcg-website-theme .cta-button-darkblue.button.cta-button-white, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .image-banner.image-banner--with-image .cta-button-darkblue.button.cta-button-white, .umcg-website-theme .image-banner.image-banner--with-image .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-darkblue.button.cta-button-white, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .image-banner.image-banner--with-image .cta-button-darkblue.button.cta-button-white, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .image-banner.image-banner--with-image .cta-button-darkblue.button.cta-button-white, .umcg-website-theme .image-banner.image-banner--with-image .cta-button-white.button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .image-banner.image-banner--with-image .umcg-website-theme .cta-button-white.button, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .image-banner.image-banner--with-image .cta-button-white.button, .umcg-website-theme .image-banner.image-banner--with-image .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-white.button, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .image-banner.image-banner--with-image .cta-button-white.button, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .image-banner.image-banner--with-image .cta-button-white.button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .image-banner.image-banner--with-image .cta-button-white.button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .image-banner.image-banner--with-image .umcg-website-theme .cta-button-white.button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .image-banner.image-banner--with-image .cta-button-white.button, .umcg-website-theme .image-banner.image-banner--with-image .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-white.button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .image-banner.image-banner--with-image .cta-button-white.button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .image-banner.image-banner--with-image .cta-button-white.button, .umcg-website-theme .image-banner.image-banner--with-image form input[type=submit], .umcg-website-theme form .image-banner.image-banner--with-image input[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .image-banner.image-banner--with-image .umcg-website-theme form input[type=submit], .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .image-banner.image-banner--with-image input[type=submit], .umcg-website-theme .image-banner.image-banner--with-image .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .image-banner.image-banner--with-image input[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .image-banner.image-banner--with-image form input[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .image-banner.image-banner--with-image input[type=submit], .umcg-website-theme .image-banner.image-banner--with-image form input.cta-button-lightblue[type=submit], .umcg-website-theme form .image-banner.image-banner--with-image input.cta-button-lightblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .image-banner.image-banner--with-image .umcg-website-theme form input.cta-button-lightblue[type=submit], .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .image-banner.image-banner--with-image input.cta-button-lightblue[type=submit], .umcg-website-theme .image-banner.image-banner--with-image .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue[type=submit], .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .image-banner.image-banner--with-image input.cta-button-lightblue[type=submit], .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .image-banner.image-banner--with-image form input.cta-button-lightblue[type=submit], .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .image-banner.image-banner--with-image input.cta-button-lightblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .image-banner.image-banner--with-image input.cta-button-lightblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .image-banner.image-banner--with-image form .umcg-website-theme input.cta-button-lightblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .image-banner.image-banner--with-image input.cta-button-lightblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .image-banner.image-banner--with-image form input.cta-button-lightblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .image-banner.image-banner--with-image input.cta-button-lightblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .image-banner.image-banner--with-image .umcg-website-theme form input.cta-button-lightblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .image-banner.image-banner--with-image input.cta-button-lightblue[type=submit], .umcg-website-theme .image-banner.image-banner--with-image form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue[type=submit], .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .image-banner.image-banner--with-image input.cta-button-lightblue[type=submit], .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .image-banner.image-banner--with-image input.cta-button-lightblue[type=submit], .umcg-website-theme .image-banner.image-banner--with-image .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .image-banner.image-banner--with-image input.cta-button-lightblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .image-banner.image-banner--with-image form input.cta-button-lightblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .image-banner.image-banner--with-image input.cta-button-lightblue[type=submit], .umcg-website-theme .image-banner.image-banner--with-image form input.cta-button-darkblue[type=submit], .umcg-website-theme form .image-banner.image-banner--with-image input.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .image-banner.image-banner--with-image .umcg-website-theme form input.cta-button-darkblue[type=submit], .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .image-banner.image-banner--with-image input.cta-button-darkblue[type=submit], .umcg-website-theme .image-banner.image-banner--with-image .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue[type=submit], .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .image-banner.image-banner--with-image input.cta-button-darkblue[type=submit], .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .image-banner.image-banner--with-image form input.cta-button-darkblue[type=submit], .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .image-banner.image-banner--with-image input.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .image-banner.image-banner--with-image input.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .image-banner.image-banner--with-image form .umcg-website-theme input.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .image-banner.image-banner--with-image input.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .image-banner.image-banner--with-image form input.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .image-banner.image-banner--with-image input.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .image-banner.image-banner--with-image .umcg-website-theme form input.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .image-banner.image-banner--with-image input.cta-button-darkblue[type=submit], .umcg-website-theme .image-banner.image-banner--with-image form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-darkblue[type=submit], .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .image-banner.image-banner--with-image input.cta-button-darkblue[type=submit], .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .image-banner.image-banner--with-image input.cta-button-darkblue[type=submit], .umcg-website-theme .image-banner.image-banner--with-image .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .image-banner.image-banner--with-image input.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .image-banner.image-banner--with-image form input.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .image-banner.image-banner--with-image input.cta-button-darkblue[type=submit], .umcg-website-theme .image-banner.image-banner--with-image form input.cta-button-lightblue.cta-button-darkblue[type=submit], .umcg-website-theme form .image-banner.image-banner--with-image input.cta-button-lightblue.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .image-banner.image-banner--with-image .umcg-website-theme form input.cta-button-lightblue.cta-button-darkblue[type=submit], .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .image-banner.image-banner--with-image input.cta-button-lightblue.cta-button-darkblue[type=submit], .umcg-website-theme .image-banner.image-banner--with-image .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.cta-button-darkblue[type=submit], .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .image-banner.image-banner--with-image input.cta-button-lightblue.cta-button-darkblue[type=submit], .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .image-banner.image-banner--with-image form input.cta-button-lightblue.cta-button-darkblue[type=submit], .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .image-banner.image-banner--with-image input.cta-button-lightblue.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .image-banner.image-banner--with-image input.cta-button-lightblue.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .image-banner.image-banner--with-image form .umcg-website-theme input.cta-button-lightblue.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .image-banner.image-banner--with-image input.cta-button-lightblue.cta-button-darkblue[type=submit], .umcg-website-theme .image-banner.image-banner--with-image form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue.cta-button-darkblue[type=submit], .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .image-banner.image-banner--with-image input.cta-button-lightblue.cta-button-darkblue[type=submit], .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .image-banner.image-banner--with-image input.cta-button-lightblue.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .image-banner.image-banner--with-image form input.cta-button-lightblue.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .image-banner.image-banner--with-image input.cta-button-lightblue.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .image-banner.image-banner--with-image .umcg-website-theme form input.cta-button-lightblue.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .image-banner.image-banner--with-image input.cta-button-lightblue.cta-button-darkblue[type=submit], .umcg-website-theme .image-banner.image-banner--with-image .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .image-banner.image-banner--with-image input.cta-button-lightblue.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .image-banner.image-banner--with-image form input.cta-button-lightblue.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .image-banner.image-banner--with-image input.cta-button-lightblue.cta-button-darkblue[type=submit], .umcg-website-theme .image-banner.image-banner--with-image form input.cta-button-white[type=submit], .umcg-website-theme form .image-banner.image-banner--with-image input.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .image-banner.image-banner--with-image .umcg-website-theme form input.cta-button-white[type=submit], .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .image-banner.image-banner--with-image input.cta-button-white[type=submit], .umcg-website-theme .image-banner.image-banner--with-image .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-white[type=submit], .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .image-banner.image-banner--with-image input.cta-button-white[type=submit], .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .image-banner.image-banner--with-image form input.cta-button-white[type=submit], .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .image-banner.image-banner--with-image input.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .image-banner.image-banner--with-image input.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .image-banner.image-banner--with-image form .umcg-website-theme input.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .image-banner.image-banner--with-image input.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .image-banner.image-banner--with-image form input.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .image-banner.image-banner--with-image input.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .image-banner.image-banner--with-image .umcg-website-theme form input.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .image-banner.image-banner--with-image input.cta-button-white[type=submit], .umcg-website-theme .image-banner.image-banner--with-image form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-white[type=submit], .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .image-banner.image-banner--with-image input.cta-button-white[type=submit], .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .image-banner.image-banner--with-image input.cta-button-white[type=submit], .umcg-website-theme .image-banner.image-banner--with-image .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .image-banner.image-banner--with-image input.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .image-banner.image-banner--with-image form input.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .image-banner.image-banner--with-image input.cta-button-white[type=submit], .umcg-website-theme .image-banner.image-banner--with-image form input.cta-button-lightblue.cta-button-white[type=submit], .umcg-website-theme form .image-banner.image-banner--with-image input.cta-button-lightblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .image-banner.image-banner--with-image .umcg-website-theme form input.cta-button-lightblue.cta-button-white[type=submit], .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .image-banner.image-banner--with-image input.cta-button-lightblue.cta-button-white[type=submit], .umcg-website-theme .image-banner.image-banner--with-image .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.cta-button-white[type=submit], .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .image-banner.image-banner--with-image input.cta-button-lightblue.cta-button-white[type=submit], .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .image-banner.image-banner--with-image form input.cta-button-lightblue.cta-button-white[type=submit], .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .image-banner.image-banner--with-image input.cta-button-lightblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .image-banner.image-banner--with-image input.cta-button-lightblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .image-banner.image-banner--with-image form .umcg-website-theme input.cta-button-lightblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .image-banner.image-banner--with-image input.cta-button-lightblue.cta-button-white[type=submit], .umcg-website-theme .image-banner.image-banner--with-image form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue.cta-button-white[type=submit], .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .image-banner.image-banner--with-image input.cta-button-lightblue.cta-button-white[type=submit], .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .image-banner.image-banner--with-image input.cta-button-lightblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .image-banner.image-banner--with-image form input.cta-button-lightblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .image-banner.image-banner--with-image input.cta-button-lightblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .image-banner.image-banner--with-image .umcg-website-theme form input.cta-button-lightblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .image-banner.image-banner--with-image input.cta-button-lightblue.cta-button-white[type=submit], .umcg-website-theme .image-banner.image-banner--with-image .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .image-banner.image-banner--with-image input.cta-button-lightblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .image-banner.image-banner--with-image form input.cta-button-lightblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .image-banner.image-banner--with-image input.cta-button-lightblue.cta-button-white[type=submit], .umcg-website-theme .image-banner.image-banner--with-image form input.cta-button-darkblue.cta-button-white[type=submit], .umcg-website-theme form .image-banner.image-banner--with-image input.cta-button-darkblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .image-banner.image-banner--with-image .umcg-website-theme form input.cta-button-darkblue.cta-button-white[type=submit], .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .image-banner.image-banner--with-image input.cta-button-darkblue.cta-button-white[type=submit], .umcg-website-theme .image-banner.image-banner--with-image .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue.cta-button-white[type=submit], .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .image-banner.image-banner--with-image input.cta-button-darkblue.cta-button-white[type=submit], .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .image-banner.image-banner--with-image form input.cta-button-darkblue.cta-button-white[type=submit], .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .image-banner.image-banner--with-image input.cta-button-darkblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .image-banner.image-banner--with-image input.cta-button-darkblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .image-banner.image-banner--with-image form .umcg-website-theme input.cta-button-darkblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .image-banner.image-banner--with-image input.cta-button-darkblue.cta-button-white[type=submit], .umcg-website-theme .image-banner.image-banner--with-image form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-darkblue.cta-button-white[type=submit], .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .image-banner.image-banner--with-image input.cta-button-darkblue.cta-button-white[type=submit], .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .image-banner.image-banner--with-image input.cta-button-darkblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .image-banner.image-banner--with-image form input.cta-button-darkblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .image-banner.image-banner--with-image input.cta-button-darkblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .image-banner.image-banner--with-image .umcg-website-theme form input.cta-button-darkblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .image-banner.image-banner--with-image input.cta-button-darkblue.cta-button-white[type=submit], .umcg-website-theme .image-banner.image-banner--with-image .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .image-banner.image-banner--with-image input.cta-button-darkblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .image-banner.image-banner--with-image form input.cta-button-darkblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .image-banner.image-banner--with-image input.cta-button-darkblue.cta-button-white[type=submit] {
    margin-left: 0;
  }
  .umcg-website-theme .image-banner--horizontal .image-banner-content, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .image-banner--horizontal .image-banner-content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .umcg-website-theme .image-banner--horizontal .button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .image-banner--horizontal .button, .umcg-website-theme .image-banner--horizontal .button.cta-button-lightblue, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .image-banner--horizontal .umcg-website-theme .button.cta-button-lightblue, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .image-banner--horizontal .button.cta-button-lightblue, .umcg-website-theme .image-banner--horizontal .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button.cta-button-lightblue, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .image-banner--horizontal .button.cta-button-lightblue, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .image-banner--horizontal .button.cta-button-lightblue, .umcg-website-theme .image-banner--horizontal .button.cta-button-darkblue, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .image-banner--horizontal .umcg-website-theme .button.cta-button-darkblue, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .image-banner--horizontal .button.cta-button-darkblue, .umcg-website-theme .image-banner--horizontal .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button.cta-button-darkblue, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .image-banner--horizontal .button.cta-button-darkblue, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .image-banner--horizontal .button.cta-button-darkblue, .umcg-website-theme .image-banner--horizontal .cta-button-lightblue.button.cta-button-darkblue, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .image-banner--horizontal .umcg-website-theme .cta-button-lightblue.button.cta-button-darkblue, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .image-banner--horizontal .cta-button-lightblue.button.cta-button-darkblue, .umcg-website-theme .image-banner--horizontal .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-lightblue.button.cta-button-darkblue, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .image-banner--horizontal .cta-button-lightblue.button.cta-button-darkblue, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .image-banner--horizontal .cta-button-lightblue.button.cta-button-darkblue, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .image-banner--horizontal .cta-button-lightblue.button.cta-button-darkblue, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .image-banner--horizontal .umcg-website-theme .cta-button-lightblue.button.cta-button-darkblue, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .image-banner--horizontal .cta-button-lightblue.button.cta-button-darkblue, .umcg-website-theme .image-banner--horizontal .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-lightblue.button.cta-button-darkblue, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .image-banner--horizontal .cta-button-lightblue.button.cta-button-darkblue, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .image-banner--horizontal .cta-button-lightblue.button.cta-button-darkblue, .umcg-website-theme .image-banner--horizontal .cta-button-darkblue.button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .image-banner--horizontal .umcg-website-theme .cta-button-darkblue.button, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .image-banner--horizontal .cta-button-darkblue.button, .umcg-website-theme .image-banner--horizontal .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-darkblue.button, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .image-banner--horizontal .cta-button-darkblue.button, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .image-banner--horizontal .cta-button-darkblue.button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .image-banner--horizontal .cta-button-darkblue.button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .image-banner--horizontal .umcg-website-theme .cta-button-darkblue.button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .image-banner--horizontal .cta-button-darkblue.button, .umcg-website-theme .image-banner--horizontal .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-darkblue.button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .image-banner--horizontal .cta-button-darkblue.button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .image-banner--horizontal .cta-button-darkblue.button, .umcg-website-theme .image-banner--horizontal .button.cta-button-white, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .image-banner--horizontal .umcg-website-theme .button.cta-button-white, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .image-banner--horizontal .button.cta-button-white, .umcg-website-theme .image-banner--horizontal .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button.cta-button-white, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .image-banner--horizontal .button.cta-button-white, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .image-banner--horizontal .button.cta-button-white, .umcg-website-theme .image-banner--horizontal .cta-button-lightblue.button.cta-button-white, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .image-banner--horizontal .umcg-website-theme .cta-button-lightblue.button.cta-button-white, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .image-banner--horizontal .cta-button-lightblue.button.cta-button-white, .umcg-website-theme .image-banner--horizontal .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-lightblue.button.cta-button-white, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .image-banner--horizontal .cta-button-lightblue.button.cta-button-white, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .image-banner--horizontal .cta-button-lightblue.button.cta-button-white, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .image-banner--horizontal .cta-button-lightblue.button.cta-button-white, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .image-banner--horizontal .umcg-website-theme .cta-button-lightblue.button.cta-button-white, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .image-banner--horizontal .cta-button-lightblue.button.cta-button-white, .umcg-website-theme .image-banner--horizontal .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-lightblue.button.cta-button-white, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .image-banner--horizontal .cta-button-lightblue.button.cta-button-white, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .image-banner--horizontal .cta-button-lightblue.button.cta-button-white, .umcg-website-theme .image-banner--horizontal .cta-button-darkblue.button.cta-button-white, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .image-banner--horizontal .umcg-website-theme .cta-button-darkblue.button.cta-button-white, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .image-banner--horizontal .cta-button-darkblue.button.cta-button-white, .umcg-website-theme .image-banner--horizontal .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-darkblue.button.cta-button-white, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .image-banner--horizontal .cta-button-darkblue.button.cta-button-white, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .image-banner--horizontal .cta-button-darkblue.button.cta-button-white, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .image-banner--horizontal .cta-button-darkblue.button.cta-button-white, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .image-banner--horizontal .umcg-website-theme .cta-button-darkblue.button.cta-button-white, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .image-banner--horizontal .cta-button-darkblue.button.cta-button-white, .umcg-website-theme .image-banner--horizontal .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-darkblue.button.cta-button-white, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .image-banner--horizontal .cta-button-darkblue.button.cta-button-white, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .image-banner--horizontal .cta-button-darkblue.button.cta-button-white, .umcg-website-theme .image-banner--horizontal .cta-button-white.button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .image-banner--horizontal .umcg-website-theme .cta-button-white.button, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .image-banner--horizontal .cta-button-white.button, .umcg-website-theme .image-banner--horizontal .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-white.button, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .image-banner--horizontal .cta-button-white.button, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .image-banner--horizontal .cta-button-white.button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .image-banner--horizontal .cta-button-white.button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .image-banner--horizontal .umcg-website-theme .cta-button-white.button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .image-banner--horizontal .cta-button-white.button, .umcg-website-theme .image-banner--horizontal .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-white.button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .image-banner--horizontal .cta-button-white.button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .image-banner--horizontal .cta-button-white.button, .umcg-website-theme .image-banner--horizontal form input[type=submit], .umcg-website-theme form .image-banner--horizontal input[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .image-banner--horizontal .umcg-website-theme form input[type=submit], .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .image-banner--horizontal input[type=submit], .umcg-website-theme .image-banner--horizontal .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .image-banner--horizontal input[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .image-banner--horizontal form input[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .image-banner--horizontal input[type=submit], .umcg-website-theme .image-banner--horizontal form input.cta-button-lightblue[type=submit], .umcg-website-theme form .image-banner--horizontal input.cta-button-lightblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .image-banner--horizontal .umcg-website-theme form input.cta-button-lightblue[type=submit], .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .image-banner--horizontal input.cta-button-lightblue[type=submit], .umcg-website-theme .image-banner--horizontal .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue[type=submit], .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .image-banner--horizontal input.cta-button-lightblue[type=submit], .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .image-banner--horizontal form input.cta-button-lightblue[type=submit], .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .image-banner--horizontal input.cta-button-lightblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .image-banner--horizontal input.cta-button-lightblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .image-banner--horizontal form .umcg-website-theme input.cta-button-lightblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .image-banner--horizontal input.cta-button-lightblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .image-banner--horizontal form input.cta-button-lightblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .image-banner--horizontal input.cta-button-lightblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .image-banner--horizontal .umcg-website-theme form input.cta-button-lightblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .image-banner--horizontal input.cta-button-lightblue[type=submit], .umcg-website-theme .image-banner--horizontal form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue[type=submit], .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .image-banner--horizontal input.cta-button-lightblue[type=submit], .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .image-banner--horizontal input.cta-button-lightblue[type=submit], .umcg-website-theme .image-banner--horizontal .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .image-banner--horizontal input.cta-button-lightblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .image-banner--horizontal form input.cta-button-lightblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .image-banner--horizontal input.cta-button-lightblue[type=submit], .umcg-website-theme .image-banner--horizontal form input.cta-button-darkblue[type=submit], .umcg-website-theme form .image-banner--horizontal input.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .image-banner--horizontal .umcg-website-theme form input.cta-button-darkblue[type=submit], .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .image-banner--horizontal input.cta-button-darkblue[type=submit], .umcg-website-theme .image-banner--horizontal .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue[type=submit], .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .image-banner--horizontal input.cta-button-darkblue[type=submit], .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .image-banner--horizontal form input.cta-button-darkblue[type=submit], .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .image-banner--horizontal input.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .image-banner--horizontal input.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .image-banner--horizontal form .umcg-website-theme input.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .image-banner--horizontal input.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .image-banner--horizontal form input.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .image-banner--horizontal input.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .image-banner--horizontal .umcg-website-theme form input.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .image-banner--horizontal input.cta-button-darkblue[type=submit], .umcg-website-theme .image-banner--horizontal form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-darkblue[type=submit], .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .image-banner--horizontal input.cta-button-darkblue[type=submit], .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .image-banner--horizontal input.cta-button-darkblue[type=submit], .umcg-website-theme .image-banner--horizontal .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .image-banner--horizontal input.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .image-banner--horizontal form input.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .image-banner--horizontal input.cta-button-darkblue[type=submit], .umcg-website-theme .image-banner--horizontal form input.cta-button-lightblue.cta-button-darkblue[type=submit], .umcg-website-theme form .image-banner--horizontal input.cta-button-lightblue.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .image-banner--horizontal .umcg-website-theme form input.cta-button-lightblue.cta-button-darkblue[type=submit], .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .image-banner--horizontal input.cta-button-lightblue.cta-button-darkblue[type=submit], .umcg-website-theme .image-banner--horizontal .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.cta-button-darkblue[type=submit], .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .image-banner--horizontal input.cta-button-lightblue.cta-button-darkblue[type=submit], .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .image-banner--horizontal form input.cta-button-lightblue.cta-button-darkblue[type=submit], .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .image-banner--horizontal input.cta-button-lightblue.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .image-banner--horizontal input.cta-button-lightblue.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .image-banner--horizontal form .umcg-website-theme input.cta-button-lightblue.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .image-banner--horizontal input.cta-button-lightblue.cta-button-darkblue[type=submit], .umcg-website-theme .image-banner--horizontal form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue.cta-button-darkblue[type=submit], .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .image-banner--horizontal input.cta-button-lightblue.cta-button-darkblue[type=submit], .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .image-banner--horizontal input.cta-button-lightblue.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .image-banner--horizontal form input.cta-button-lightblue.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .image-banner--horizontal input.cta-button-lightblue.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .image-banner--horizontal .umcg-website-theme form input.cta-button-lightblue.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .image-banner--horizontal input.cta-button-lightblue.cta-button-darkblue[type=submit], .umcg-website-theme .image-banner--horizontal .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .image-banner--horizontal input.cta-button-lightblue.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .image-banner--horizontal form input.cta-button-lightblue.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .image-banner--horizontal input.cta-button-lightblue.cta-button-darkblue[type=submit], .umcg-website-theme .image-banner--horizontal form input.cta-button-white[type=submit], .umcg-website-theme form .image-banner--horizontal input.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .image-banner--horizontal .umcg-website-theme form input.cta-button-white[type=submit], .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .image-banner--horizontal input.cta-button-white[type=submit], .umcg-website-theme .image-banner--horizontal .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-white[type=submit], .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .image-banner--horizontal input.cta-button-white[type=submit], .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .image-banner--horizontal form input.cta-button-white[type=submit], .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .image-banner--horizontal input.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .image-banner--horizontal input.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .image-banner--horizontal form .umcg-website-theme input.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .image-banner--horizontal input.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .image-banner--horizontal form input.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .image-banner--horizontal input.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .image-banner--horizontal .umcg-website-theme form input.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .image-banner--horizontal input.cta-button-white[type=submit], .umcg-website-theme .image-banner--horizontal form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-white[type=submit], .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .image-banner--horizontal input.cta-button-white[type=submit], .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .image-banner--horizontal input.cta-button-white[type=submit], .umcg-website-theme .image-banner--horizontal .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .image-banner--horizontal input.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .image-banner--horizontal form input.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .image-banner--horizontal input.cta-button-white[type=submit], .umcg-website-theme .image-banner--horizontal form input.cta-button-lightblue.cta-button-white[type=submit], .umcg-website-theme form .image-banner--horizontal input.cta-button-lightblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .image-banner--horizontal .umcg-website-theme form input.cta-button-lightblue.cta-button-white[type=submit], .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .image-banner--horizontal input.cta-button-lightblue.cta-button-white[type=submit], .umcg-website-theme .image-banner--horizontal .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.cta-button-white[type=submit], .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .image-banner--horizontal input.cta-button-lightblue.cta-button-white[type=submit], .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .image-banner--horizontal form input.cta-button-lightblue.cta-button-white[type=submit], .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .image-banner--horizontal input.cta-button-lightblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .image-banner--horizontal input.cta-button-lightblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .image-banner--horizontal form .umcg-website-theme input.cta-button-lightblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .image-banner--horizontal input.cta-button-lightblue.cta-button-white[type=submit], .umcg-website-theme .image-banner--horizontal form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue.cta-button-white[type=submit], .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .image-banner--horizontal input.cta-button-lightblue.cta-button-white[type=submit], .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .image-banner--horizontal input.cta-button-lightblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .image-banner--horizontal form input.cta-button-lightblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .image-banner--horizontal input.cta-button-lightblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .image-banner--horizontal .umcg-website-theme form input.cta-button-lightblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .image-banner--horizontal input.cta-button-lightblue.cta-button-white[type=submit], .umcg-website-theme .image-banner--horizontal .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .image-banner--horizontal input.cta-button-lightblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .image-banner--horizontal form input.cta-button-lightblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .image-banner--horizontal input.cta-button-lightblue.cta-button-white[type=submit], .umcg-website-theme .image-banner--horizontal form input.cta-button-darkblue.cta-button-white[type=submit], .umcg-website-theme form .image-banner--horizontal input.cta-button-darkblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .image-banner--horizontal .umcg-website-theme form input.cta-button-darkblue.cta-button-white[type=submit], .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .image-banner--horizontal input.cta-button-darkblue.cta-button-white[type=submit], .umcg-website-theme .image-banner--horizontal .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue.cta-button-white[type=submit], .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .image-banner--horizontal input.cta-button-darkblue.cta-button-white[type=submit], .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .image-banner--horizontal form input.cta-button-darkblue.cta-button-white[type=submit], .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .image-banner--horizontal input.cta-button-darkblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .image-banner--horizontal input.cta-button-darkblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .image-banner--horizontal form .umcg-website-theme input.cta-button-darkblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .image-banner--horizontal input.cta-button-darkblue.cta-button-white[type=submit], .umcg-website-theme .image-banner--horizontal form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-darkblue.cta-button-white[type=submit], .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .image-banner--horizontal input.cta-button-darkblue.cta-button-white[type=submit], .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .image-banner--horizontal input.cta-button-darkblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .image-banner--horizontal form input.cta-button-darkblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .image-banner--horizontal input.cta-button-darkblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .image-banner--horizontal .umcg-website-theme form input.cta-button-darkblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .image-banner--horizontal input.cta-button-darkblue.cta-button-white[type=submit], .umcg-website-theme .image-banner--horizontal .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .image-banner--horizontal input.cta-button-darkblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .image-banner--horizontal form input.cta-button-darkblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .image-banner--horizontal input.cta-button-darkblue.cta-button-white[type=submit] {
    margin: auto 0 auto 25px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .umcg-website-theme .image-banner--horizontal .image-banner-content-text p, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .image-banner--horizontal .image-banner-content-text p, .umcg-website-theme .image-banner--horizontal .image-banner-content-text pp, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .image-banner--horizontal .image-banner-content-text pp {
    margin-bottom: 0;
  }
}
@media all and (min-width: 1200px) {
  .umcg-website-theme .image-banner.image-banner--with-image, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .image-banner.image-banner--with-image {
    padding-left: 8.3333333333%;
    padding-right: 8.3333333333%;
  }
}
.umcg-website-theme .image-banner--theme-4, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .image-banner--theme-4 {
  background-color: rgba(0, 174, 239, 0.6);
}
.umcg-website-theme .image-banner--theme-4 pp, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .image-banner--theme-4 pp {
  color: rgb(0, 49, 131);
}
.umcg-website-theme .image-banner--theme-5, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .image-banner--theme-5 {
  background-color: rgba(253, 161, 83, 0.6);
}
.umcg-website-theme .image-banner--theme-5 pp, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .image-banner--theme-5 pp {
  color: rgb(0, 49, 131);
}
.umcg-website-theme .image-banner--theme-6, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .image-banner--theme-6 {
  background-color: rgb(144, 199, 83);
}
.umcg-website-theme .image-banner--theme-6 pp, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .image-banner--theme-6 pp {
  color: rgb(0, 49, 131);
}
.umcg-website-theme .image-banner--theme-7, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .image-banner--theme-7 {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(115, 63, 150, 0.7)), to(#733f96));
  background: linear-gradient(to bottom, rgba(115, 63, 150, 0.7) 0%, #733f96 100%);
}
.umcg-website-theme .image-banner--theme-7 h2, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .image-banner--theme-7 h2, .umcg-website-theme .image-banner--theme-7 pp, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .image-banner--theme-7 pp {
  color: #fff;
}
@media all and (min-width: 992px) {
  .umcg-website-theme .image-banner.content-center pp, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .image-banner.content-center pp, .umcg-website-theme .image-banner.content-center h2, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .image-banner.content-center h2 {
    text-align: center;
  }
}
.umcg-website-theme .image-banner pp, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .image-banner pp {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}
@media all and (min-width: 992px) {
  .umcg-website-theme .image-banner .image-banner-content, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .image-banner .image-banner-content {
    width: 100%;
  }
  .umcg-website-theme .image-banner.image-banner--size-one-third .figure-mobile, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .image-banner.image-banner--size-one-third .figure-mobile {
    display: block;
    padding-left: 0;
  }
  .umcg-website-theme .image-banner.image-banner--size-one-third figure, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .image-banner.image-banner--size-one-third figure {
    display: none;
  }
}
@media all and (min-width: 1200px) {
  .umcg-website-theme .image-banner.image-banner--size-one-third, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .image-banner.image-banner--size-one-third, .umcg-website-theme .image-banner.image-banner--size-fifty, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .image-banner.image-banner--size-fifty, .umcg-website-theme .image-banner.image-banner--size-two-third, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .image-banner.image-banner--size-two-third {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media all and (min-width: 992px) {
  .umcg-website-theme .image-banner-row .col-lg-4, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .image-banner-row .col-lg-4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.umcg-website-theme .align-vertical-row > div > div, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .align-vertical-row > div > div,
.umcg-website-theme .align-vertical-row > div > div > div,
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .align-vertical-row > div > div > div,
.umcg-website-theme .align-vertical-row > div > div > div > div,
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .align-vertical-row > div > div > div > div,
.umcg-website-theme .align-vertical-row > div > div > div > div > div,
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .align-vertical-row > div > div > div > div > div {
  height: 100%;
}
.umcg-website-theme .container-row, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .container-row {
  margin-bottom: 2.4rem;
}
.umcg-website-theme .portlet-search-results form, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .portlet-search-results form {
  padding: 0;
  background-color: transparent;
}
.umcg-website-theme .portlet-search-results form .taglib-empty-result-message, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .portlet-search-results form .taglib-empty-result-message {
  margin-bottom: 2rem;
  padding: 2rem;
  background-color: #e3eff8;
  border-radius: 5px;
}
.umcg-website-theme .portlet-search-results .pagination-items-per-page, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .portlet-search-results .pagination-items-per-page {
  display: none;
}
.umcg-website-theme .portlet-search-results .list-group-item-flex, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .portlet-search-results .list-group-item-flex {
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-all;
  word-break: break-word;
  -ms-hyphens: auto;
      hyphens: auto;
  padding-bottom: 2rem;
  border-bottom: 1px solid rgb(160, 202, 232);
  margin-bottom: 1.9rem;
}
.umcg-website-theme .portlet-search-results .list-group-item-flex h4, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .portlet-search-results .list-group-item-flex h4 {
  font-size: 2.2rem;
  line-height: 1.5;
  color: rgb(0, 49, 131);
  margin: 0 0 1.2rem;
  color: rgb(0, 49, 131);
}
.umcg-website-theme .portlet-search-results .list-group-item-flex .text-default, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .portlet-search-results .list-group-item-flex .text-default {
  display: none;
}
.umcg-website-theme .portlet-search-results .list-group-item-flex .search-document-content, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .portlet-search-results .list-group-item-flex .search-document-content {
  display: block;
}
.umcg-website-theme .portlet-search-results .list-group-item-flex a, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .portlet-search-results .list-group-item-flex a {
  color: rgb(0, 49, 131);
}
.umcg-website-theme .searchcontainer-content .sticker, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .searchcontainer-content .sticker {
  display: none;
}
.umcg-website-theme .pagination-bar, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .pagination-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.umcg-website-theme .pagination, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.umcg-website-theme .pagination .page-link, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .pagination .page-link {
  display: block;
  min-width: 20px;
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 5px;
  padding-bottom: 4px;
  text-decoration: none;
  color: rgb(0, 49, 131);
  margin-left: 5px;
  margin-right: 5px;
}
.umcg-website-theme .pagination .page-link:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .pagination .page-link:hover {
  text-decoration: underline;
}
.umcg-website-theme .pagination .page-item, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .pagination .page-item {
  margin-bottom: 0;
}
.umcg-website-theme .pagination .page-item:first-child a, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .pagination .page-item:first-child a {
  text-decoration: none;
}
.umcg-website-theme .pagination .page-item:first-child .lfr-portal-tooltip::before, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .pagination .page-item:first-child .lfr-portal-tooltip::before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.umcg-website-theme .pagination .page-item:last-child a, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .pagination .page-item:last-child a {
  text-decoration: none;
}
.umcg-website-theme .pagination .page-item.active .page-link, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .pagination .page-item.active .page-link {
  background-color: rgb(0, 49, 131);
  border-radius: 5px;
  color: #fff;
}
.umcg-website-theme .pagination .page-item.active .page-link:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .pagination .page-item.active .page-link:hover {
  text-decoration: none;
}
.umcg-website-theme .pagination .page-item.disabled a .lfr-portal-tooltip, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .pagination .page-item.disabled a .lfr-portal-tooltip {
  color: #fff;
}
.umcg-website-theme .pagination .page-item.disabled .page-link .lfr-portal-tooltip, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .pagination .page-item.disabled .page-link .lfr-portal-tooltip {
  cursor: default;
  background-color: rgb(0, 49, 131);
  opacity: 0.3;
}
.umcg-website-theme .pagination .lfr-portal-tooltip, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .pagination .lfr-portal-tooltip {
  display: block;
  background-color: rgb(0, 49, 131);
  border: 1px solid rgb(0, 49, 131);
  color: #fff;
  min-width: 4rem;
  text-align: center;
  padding: 6px 18px 6px 20px;
  border-radius: 5px;
  position: relative;
  top: -1px;
}
.umcg-website-theme .pagination .lfr-portal-tooltip::before, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .pagination .lfr-portal-tooltip::before {
  font-family: "iconfont";
  font-style: normal;
  font-weight: 400;
  content: "\ea02";
  display: block;
  font-size: 1.47rem;
}
.umcg-website-theme .pagination .lfr-portal-tooltip:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .pagination .lfr-portal-tooltip:hover {
  background-color: #fff;
  color: rgb(0, 49, 131);
  text-decoration: none;
}
.umcg-website-theme .pagination .lfr-portal-tooltip svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .pagination .lfr-portal-tooltip svg {
  display: none;
}
.umcg-website-theme .pagination .sr-only, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .pagination .sr-only,
.umcg-website-theme .pagination .hide-accessible,
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .pagination .hide-accessible {
  border: 0;
  clip: rect(0, 0, 0, 0);
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
}
.umcg-website-theme .portlet-search-bar .portlet form.form, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .portlet-search-bar .portlet form.form {
  -webkit-box-flex: 0;
      -ms-flex: 0 1;
          flex: 0 1;
  max-width: none;
  width: 100%;
}
.umcg-website-theme .portlet-search-bar form, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .portlet-search-bar form {
  margin-bottom: 2rem;
}
.umcg-website-theme .portlet-search-bar form input[type=text], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .portlet-search-bar form input[type=text] {
  height: 4.8rem;
}
.umcg-website-theme .portlet-search-bar form .input-group-inset-item-after, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .portlet-search-bar form .input-group-inset-item-after {
  background-color: transparent;
  border: 0;
  padding: 0;
}
.umcg-website-theme .portlet-search-bar form .input-group-inset-item-after .search-bar-search-button::before, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .portlet-search-bar form .input-group-inset-item-after .search-bar-search-button::before {
  background-color: transparent;
  color: rgb(0, 49, 131);
}
.umcg-website-theme .portlet-search-results .list-group-item-flex .autofit-col, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .portlet-search-results .list-group-item-flex .autofit-col {
  padding: 0;
}
.umcg-website-theme .portlet-search-results .list-group-item-flex h4, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .portlet-search-results .list-group-item-flex h4 {
  margin-bottom: 1.2rem;
}
.umcg-website-theme .portlet-search-results .list-group-item, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .portlet-search-results .list-group-item {
  background-color: transparent;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-top: 0;
  border-right: 0;
  border-left: 0;
  padding-right: 0;
  padding-left: 0;
  padding-top: 0;
}
.umcg-website-theme .umcg-search-results, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-search-results {
  margin-bottom: 8rem;
}
.umcg-website-theme .umcg-search-results .taglib-empty-result-message, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-search-results .taglib-empty-result-message {
  margin-bottom: 2rem;
  padding: 2rem;
  background-color: #e3eff8;
  border-radius: 5px;
}
.umcg-website-theme .umcg-search-results #fm, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-search-results #fm {
  background-color: transparent;
  padding: 0;
  border: 0;
  margin: 0;
}
.umcg-website-theme .search-total-label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .search-total-label {
  margin-top: 35px;
}
.umcg-website-theme .search-document-content, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .search-document-content {
  font-weight: 400;
}
.umcg-website-theme .search-result-thumbnail-img, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .search-result-thumbnail-img {
  height: 44px;
  width: 44px;
}
.umcg-website-theme .tabular-list-group .list-group-item-content h6.search-document-tags, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .tabular-list-group .list-group-item-content h6.search-document-tags {
  margin-top: 13px;
}
.umcg-website-theme .taglib-page-iterator .search-results, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .taglib-page-iterator .search-results {
  margin-left: 0;
}
.umcg-website-theme .back-to-top-button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .back-to-top-button {
  text-align: right;
  margin-bottom: 20px;
}
.umcg-website-theme .back-to-top-button button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .back-to-top-button button {
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
.umcg-website-theme .back-to-top-button button:hover .icon, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .back-to-top-button button:hover .icon {
  background-color: #fff;
}
.umcg-website-theme .back-to-top-button button:hover svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .back-to-top-button button:hover svg {
  fill: #335a9c;
}
.umcg-website-theme .back-to-top-button button:hover .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .back-to-top-button button:hover .label {
  text-decoration: underline;
}
.umcg-website-theme .back-to-top-button svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .back-to-top-button svg {
  fill: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-90deg);
          transform: translate(-50%, -50%) rotate(-90deg);
}
.umcg-website-theme .back-to-top-button .icon, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .back-to-top-button .icon {
  position: relative;
  text-align: center;
  display: inline-block;
  width: 38px;
  height: 38px;
  border: 1px solid #335a9c;
  background-color: #335a9c;
  border-radius: 5px;
}
.umcg-website-theme .back-to-top-button .label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .back-to-top-button .label {
  color: rgb(0, 49, 131);
  margin-right: 12px;
  font-size: 1.6rem;
}
@media all and (min-width: 576px) {
  .umcg-website-theme .back-to-top-button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .back-to-top-button {
    margin-bottom: 0;
  }
}
@media print {
  .umcg-website-theme .back-to-top-button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .back-to-top-button {
    display: none;
  }
}
.umcg-website-theme .extended-info-list .title, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .extended-info-list .title {
  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;
}
.umcg-website-theme .extended-info-list .icon, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .extended-info-list .icon {
  background-color: rgb(233, 94, 39);
  display: inline-block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  position: relative;
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}
.umcg-website-theme .extended-info-list .icon .line, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .extended-info-list .icon .line {
  width: 16px;
  display: inline-block;
  height: 2px;
  background-color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.umcg-website-theme .extended-info-list .icon .line-2, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .extended-info-list .icon .line-2 {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}
.umcg-website-theme .extended-info-list .seperator, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .extended-info-list .seperator {
  display: none;
}
.umcg-website-theme .extended-info-list .extended-info-list-content[aria-hidden=true], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .extended-info-list .extended-info-list-content[aria-hidden=true] {
  display: none;
}
.umcg-website-theme .extended-info-list .extended-info-list-content[aria-hidden=false], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .extended-info-list .extended-info-list-content[aria-hidden=false] {
  display: block;
  padding-top: 14px;
  padding-bottom: 7px;
}
.umcg-website-theme .extended-info-list button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .extended-info-list button {
  height: 1px;
  padding: 10px;
  margin-top: -28px;
  cursor: pointer;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.umcg-website-theme .extended-info-list button[aria-expanded=true] .icon, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .extended-info-list button[aria-expanded=true] .icon {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.umcg-website-theme .extended-info-list button[aria-expanded=true] .icon .line-1, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .extended-info-list button[aria-expanded=true] .icon .line-1 {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}
@media all and (min-width: 768px) {
  .umcg-website-theme .extended-info-list .seperator, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .extended-info-list .seperator {
    display: inline-block;
    height: 1px;
    background-color: rgb(160, 202, 232);
    margin-left: 20px;
    margin-right: 10px;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
  .umcg-website-theme .extended-info-list .title, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .extended-info-list .title {
    -webkit-box-pack: stretch;
        -ms-flex-pack: stretch;
            justify-content: stretch;
  }
}
@media print {
  .umcg-website-theme .extended-info-list .extended-info-list-content[aria-hidden=true], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .extended-info-list .extended-info-list-content[aria-hidden=true], .umcg-website-theme .extended-info-list .extended-info-list-content[aria-hidden=false], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .extended-info-list .extended-info-list-content[aria-hidden=false] {
    display: block;
    padding-top: 14px;
    padding-bottom: 7px;
  }
  .umcg-website-theme .extended-info-list button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .extended-info-list button {
    display: none;
  }
}
.umcg-website-theme .highlight-article-banner, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .highlight-article-banner {
  margin-bottom: 4.4rem;
  padding-top: 2.4rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.umcg-website-theme .highlight-article-banner .text-block, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .highlight-article-banner .text-block,
.umcg-website-theme .highlight-article-banner .story-card,
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .highlight-article-banner .story-card {
  position: relative;
  z-index: 2;
}
.umcg-website-theme .highlight-article-banner .text-block, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .highlight-article-banner .text-block {
  -ms-flex-item-align: center;
      align-self: center;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.umcg-website-theme .highlight-article-banner .story-card, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .highlight-article-banner .story-card {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}
.umcg-website-theme .highlight-article-banner::before, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .highlight-article-banner::before {
  position: absolute;
  left: -50px;
  right: -50px;
  content: "";
  bottom: 0;
  top: 0;
  background-color: #e6f7fd;
}
.umcg-website-theme .highlight-article-banner--theme-2::before, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .highlight-article-banner--theme-2::before {
  background-color: #e6f6f6;
}
@media all and (min-width: 576px) {
  .umcg-website-theme .highlight-article-banner::before, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .highlight-article-banner::before {
    left: -75px;
    right: -75px;
  }
}
@media all and (min-width: 992px) {
  .umcg-website-theme .highlight-article-banner, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .highlight-article-banner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .umcg-website-theme .highlight-article-banner::before, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .highlight-article-banner::before {
    display: none;
  }
  .umcg-website-theme .highlight-article-banner .story-card, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .highlight-article-banner .story-card {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
            flex: 0 0 40%;
    position: relative;
  }
  .umcg-website-theme .highlight-article-banner .text-block, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .highlight-article-banner .text-block {
    padding: 40px 100px 50px 90px;
  }
  .umcg-website-theme .highlight-article-banner .text-block::before, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .highlight-article-banner .text-block::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border-radius: 10px 0 0 10px;
    z-index: -1;
    background-color: #e6f7fd;
  }
  .umcg-website-theme .highlight-article-banner--direction-rtl .story-card, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .highlight-article-banner--direction-rtl .story-card {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .umcg-website-theme .highlight-article-banner--direction-rtl .text-block, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .highlight-article-banner--direction-rtl .text-block {
    padding: 40px 90px 50px 100px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.umcg-website-theme .overview-list-result > ul, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .overview-list-result > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -25px;
  margin-right: -25px;
}
.umcg-website-theme .overview-list-result > ul > li, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .overview-list-result > ul > li {
  width: 100%;
  padding: 0 25px;
}
.umcg-website-theme .overview-list-result .story-card, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .overview-list-result .story-card {
  margin-bottom: 0;
  height: 100%;
}
.umcg-website-theme .overview-list-result .summary, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .overview-list-result .summary {
  margin-bottom: 2.4rem;
}
.umcg-website-theme .overview-list-result .summary b, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .overview-list-result .summary b {
  color: rgb(0, 49, 131);
}
.umcg-website-theme .overview-list-result--job > ul > li, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .overview-list-result--job > ul > li, .umcg-website-theme .overview-list-result--search > ul > li, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .overview-list-result--search > ul > li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}
.umcg-website-theme .overview-list-result--job a, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .overview-list-result--job a, .umcg-website-theme .overview-list-result--search a, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .overview-list-result--search a {
  width: 100%;
}
.umcg-website-theme .overview-list-result--search > ul, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .overview-list-result--search > ul {
  margin-bottom: 15px;
}
.umcg-website-theme .overview-list-result--search > ul > li, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .overview-list-result--search > ul > li {
  margin-bottom: 0;
}
.umcg-website-theme .overview-list-result--profile .title, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .overview-list-result--profile .title {
  padding: 5px 20px;
  font-weight: 600;
  background-color: #f0f0f0;
  font-family: "Open Sans", sans-serif;
  color: #0a0a0a;
  text-transform: uppercase;
  margin-bottom: 24px;
}
.umcg-website-theme .overview-list-result--profile .profile-list, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .overview-list-result--profile .profile-list {
  margin-bottom: 40px;
}
@media all and (min-width: 768px) {
  .umcg-website-theme .overview-list-result > ul > li, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .overview-list-result > ul > li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
  .umcg-website-theme .overview-list-result--job > ul > li, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .overview-list-result--job > ul > li, .umcg-website-theme .overview-list-result--search > ul > li, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .overview-list-result--search > ul > li, .umcg-website-theme .overview-list-result--profile > ul > li, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .overview-list-result--profile > ul > li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  .umcg-website-theme .overview-list-result--profile .profile-list, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .overview-list-result--profile .profile-list {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media all and (min-width: 992px) {
  .umcg-website-theme .overview-list-result > ul > li, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .overview-list-result > ul > li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
  }
  .umcg-website-theme .overview-list-result--job > ul > li, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .overview-list-result--job > ul > li, .umcg-website-theme .overview-list-result--search > ul > li, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .overview-list-result--search > ul > li, .umcg-website-theme .overview-list-result--profile > ul > li, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .overview-list-result--profile > ul > li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
.umcg-website-theme .overview-list-result--newsroom > ul > li, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .overview-list-result--newsroom > ul > li {
  position: relative;
}
.umcg-website-theme .overview-list .filter-container h2, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .overview-list .filter-container h2 {
  position: relative;
  z-index: 3;
  margin-bottom: 3.2rem;
}
.umcg-website-theme .modal-window-style, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .modal-window-style {
  text-align: center;
}
.umcg-website-theme .modal-window-style .main-close-button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .modal-window-style .main-close-button {
  position: absolute;
  right: -5px;
  padding: 5px;
  top: -40px;
  cursor: pointer;
}
.umcg-website-theme .modal-window-style .main-close-button svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .modal-window-style .main-close-button svg {
  fill: #fff;
}
.umcg-website-theme .modal-window-style .modal-wrapper, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .modal-window-style .modal-wrapper {
  position: relative;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 30px 20px 20px;
}
.umcg-website-theme .modal-window-style .buttons, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .modal-window-style .buttons {
  background-color: #fff;
  padding: 10px 20px 10px;
  text-align: center;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.umcg-website-theme .modal-window-style .buttons .button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .modal-window-style .buttons .button, .umcg-website-theme .modal-window-style .buttons .button.cta-button-lightblue, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .modal-window-style .buttons .umcg-website-theme .button.cta-button-lightblue, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .modal-window-style .buttons .button.cta-button-lightblue, .umcg-website-theme .modal-window-style .buttons .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button.cta-button-lightblue, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .modal-window-style .buttons .button.cta-button-lightblue, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .modal-window-style .buttons .button.cta-button-lightblue, .umcg-website-theme .modal-window-style .buttons .button.cta-button-darkblue, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .modal-window-style .buttons .umcg-website-theme .button.cta-button-darkblue, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .modal-window-style .buttons .button.cta-button-darkblue, .umcg-website-theme .modal-window-style .buttons .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button.cta-button-darkblue, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .modal-window-style .buttons .button.cta-button-darkblue, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .modal-window-style .buttons .button.cta-button-darkblue, .umcg-website-theme .modal-window-style .buttons .cta-button-lightblue.button.cta-button-darkblue, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .modal-window-style .buttons .umcg-website-theme .cta-button-lightblue.button.cta-button-darkblue, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .modal-window-style .buttons .cta-button-lightblue.button.cta-button-darkblue, .umcg-website-theme .modal-window-style .buttons .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-lightblue.button.cta-button-darkblue, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .modal-window-style .buttons .cta-button-lightblue.button.cta-button-darkblue, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .modal-window-style .buttons .cta-button-lightblue.button.cta-button-darkblue, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .modal-window-style .buttons .cta-button-lightblue.button.cta-button-darkblue, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .modal-window-style .buttons .umcg-website-theme .cta-button-lightblue.button.cta-button-darkblue, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .modal-window-style .buttons .cta-button-lightblue.button.cta-button-darkblue, .umcg-website-theme .modal-window-style .buttons .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-lightblue.button.cta-button-darkblue, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .modal-window-style .buttons .cta-button-lightblue.button.cta-button-darkblue, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .modal-window-style .buttons .cta-button-lightblue.button.cta-button-darkblue, .umcg-website-theme .modal-window-style .buttons .cta-button-darkblue.button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .modal-window-style .buttons .umcg-website-theme .cta-button-darkblue.button, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .modal-window-style .buttons .cta-button-darkblue.button, .umcg-website-theme .modal-window-style .buttons .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-darkblue.button, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .modal-window-style .buttons .cta-button-darkblue.button, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .modal-window-style .buttons .cta-button-darkblue.button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .modal-window-style .buttons .cta-button-darkblue.button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .modal-window-style .buttons .umcg-website-theme .cta-button-darkblue.button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .modal-window-style .buttons .cta-button-darkblue.button, .umcg-website-theme .modal-window-style .buttons .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-darkblue.button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .modal-window-style .buttons .cta-button-darkblue.button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .modal-window-style .buttons .cta-button-darkblue.button, .umcg-website-theme .modal-window-style .buttons .button.cta-button-white, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .modal-window-style .buttons .umcg-website-theme .button.cta-button-white, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .modal-window-style .buttons .button.cta-button-white, .umcg-website-theme .modal-window-style .buttons .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button.cta-button-white, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .modal-window-style .buttons .button.cta-button-white, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .modal-window-style .buttons .button.cta-button-white, .umcg-website-theme .modal-window-style .buttons .cta-button-lightblue.button.cta-button-white, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .modal-window-style .buttons .umcg-website-theme .cta-button-lightblue.button.cta-button-white, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .modal-window-style .buttons .cta-button-lightblue.button.cta-button-white, .umcg-website-theme .modal-window-style .buttons .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-lightblue.button.cta-button-white, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .modal-window-style .buttons .cta-button-lightblue.button.cta-button-white, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .modal-window-style .buttons .cta-button-lightblue.button.cta-button-white, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .modal-window-style .buttons .cta-button-lightblue.button.cta-button-white, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .modal-window-style .buttons .umcg-website-theme .cta-button-lightblue.button.cta-button-white, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .modal-window-style .buttons .cta-button-lightblue.button.cta-button-white, .umcg-website-theme .modal-window-style .buttons .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-lightblue.button.cta-button-white, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .modal-window-style .buttons .cta-button-lightblue.button.cta-button-white, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .modal-window-style .buttons .cta-button-lightblue.button.cta-button-white, .umcg-website-theme .modal-window-style .buttons .cta-button-darkblue.button.cta-button-white, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .modal-window-style .buttons .umcg-website-theme .cta-button-darkblue.button.cta-button-white, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .modal-window-style .buttons .cta-button-darkblue.button.cta-button-white, .umcg-website-theme .modal-window-style .buttons .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-darkblue.button.cta-button-white, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .modal-window-style .buttons .cta-button-darkblue.button.cta-button-white, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .modal-window-style .buttons .cta-button-darkblue.button.cta-button-white, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .modal-window-style .buttons .cta-button-darkblue.button.cta-button-white, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .modal-window-style .buttons .umcg-website-theme .cta-button-darkblue.button.cta-button-white, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .modal-window-style .buttons .cta-button-darkblue.button.cta-button-white, .umcg-website-theme .modal-window-style .buttons .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-darkblue.button.cta-button-white, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .modal-window-style .buttons .cta-button-darkblue.button.cta-button-white, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .modal-window-style .buttons .cta-button-darkblue.button.cta-button-white, .umcg-website-theme .modal-window-style .buttons .cta-button-white.button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .modal-window-style .buttons .umcg-website-theme .cta-button-white.button, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .modal-window-style .buttons .cta-button-white.button, .umcg-website-theme .modal-window-style .buttons .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-white.button, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .modal-window-style .buttons .cta-button-white.button, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .modal-window-style .buttons .cta-button-white.button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .modal-window-style .buttons .cta-button-white.button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .modal-window-style .buttons .umcg-website-theme .cta-button-white.button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .modal-window-style .buttons .cta-button-white.button, .umcg-website-theme .modal-window-style .buttons .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-white.button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .modal-window-style .buttons .cta-button-white.button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .modal-window-style .buttons .cta-button-white.button, .umcg-website-theme .modal-window-style .buttons form input[type=submit], .umcg-website-theme form .modal-window-style .buttons input[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .modal-window-style .buttons .umcg-website-theme form input[type=submit], .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .modal-window-style .buttons input[type=submit], .umcg-website-theme .modal-window-style .buttons .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .modal-window-style .buttons input[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .modal-window-style .buttons form input[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .modal-window-style .buttons input[type=submit], .umcg-website-theme .modal-window-style .buttons form input.cta-button-lightblue[type=submit], .umcg-website-theme form .modal-window-style .buttons input.cta-button-lightblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .modal-window-style .buttons .umcg-website-theme form input.cta-button-lightblue[type=submit], .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .modal-window-style .buttons input.cta-button-lightblue[type=submit], .umcg-website-theme .modal-window-style .buttons .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue[type=submit], .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .modal-window-style .buttons input.cta-button-lightblue[type=submit], .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .modal-window-style .buttons form input.cta-button-lightblue[type=submit], .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .modal-window-style .buttons input.cta-button-lightblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .modal-window-style .buttons input.cta-button-lightblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .modal-window-style .buttons form .umcg-website-theme input.cta-button-lightblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .modal-window-style .buttons input.cta-button-lightblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .modal-window-style .buttons form input.cta-button-lightblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .modal-window-style .buttons input.cta-button-lightblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .modal-window-style .buttons .umcg-website-theme form input.cta-button-lightblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .modal-window-style .buttons input.cta-button-lightblue[type=submit], .umcg-website-theme .modal-window-style .buttons form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue[type=submit], .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .modal-window-style .buttons input.cta-button-lightblue[type=submit], .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .modal-window-style .buttons input.cta-button-lightblue[type=submit], .umcg-website-theme .modal-window-style .buttons .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .modal-window-style .buttons input.cta-button-lightblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .modal-window-style .buttons form input.cta-button-lightblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .modal-window-style .buttons input.cta-button-lightblue[type=submit], .umcg-website-theme .modal-window-style .buttons form input.cta-button-darkblue[type=submit], .umcg-website-theme form .modal-window-style .buttons input.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .modal-window-style .buttons .umcg-website-theme form input.cta-button-darkblue[type=submit], .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .modal-window-style .buttons input.cta-button-darkblue[type=submit], .umcg-website-theme .modal-window-style .buttons .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue[type=submit], .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .modal-window-style .buttons input.cta-button-darkblue[type=submit], .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .modal-window-style .buttons form input.cta-button-darkblue[type=submit], .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .modal-window-style .buttons input.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .modal-window-style .buttons input.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .modal-window-style .buttons form .umcg-website-theme input.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .modal-window-style .buttons input.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .modal-window-style .buttons form input.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .modal-window-style .buttons input.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .modal-window-style .buttons .umcg-website-theme form input.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .modal-window-style .buttons input.cta-button-darkblue[type=submit], .umcg-website-theme .modal-window-style .buttons form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-darkblue[type=submit], .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .modal-window-style .buttons input.cta-button-darkblue[type=submit], .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .modal-window-style .buttons input.cta-button-darkblue[type=submit], .umcg-website-theme .modal-window-style .buttons .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .modal-window-style .buttons input.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .modal-window-style .buttons form input.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .modal-window-style .buttons input.cta-button-darkblue[type=submit], .umcg-website-theme .modal-window-style .buttons form input.cta-button-lightblue.cta-button-darkblue[type=submit], .umcg-website-theme form .modal-window-style .buttons input.cta-button-lightblue.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .modal-window-style .buttons .umcg-website-theme form input.cta-button-lightblue.cta-button-darkblue[type=submit], .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .modal-window-style .buttons input.cta-button-lightblue.cta-button-darkblue[type=submit], .umcg-website-theme .modal-window-style .buttons .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.cta-button-darkblue[type=submit], .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .modal-window-style .buttons input.cta-button-lightblue.cta-button-darkblue[type=submit], .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .modal-window-style .buttons form input.cta-button-lightblue.cta-button-darkblue[type=submit], .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .modal-window-style .buttons input.cta-button-lightblue.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .modal-window-style .buttons input.cta-button-lightblue.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .modal-window-style .buttons form .umcg-website-theme input.cta-button-lightblue.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .modal-window-style .buttons input.cta-button-lightblue.cta-button-darkblue[type=submit], .umcg-website-theme .modal-window-style .buttons form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue.cta-button-darkblue[type=submit], .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .modal-window-style .buttons input.cta-button-lightblue.cta-button-darkblue[type=submit], .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .modal-window-style .buttons input.cta-button-lightblue.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .modal-window-style .buttons form input.cta-button-lightblue.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .modal-window-style .buttons input.cta-button-lightblue.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .modal-window-style .buttons .umcg-website-theme form input.cta-button-lightblue.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .modal-window-style .buttons input.cta-button-lightblue.cta-button-darkblue[type=submit], .umcg-website-theme .modal-window-style .buttons .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .modal-window-style .buttons input.cta-button-lightblue.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .modal-window-style .buttons form input.cta-button-lightblue.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .modal-window-style .buttons input.cta-button-lightblue.cta-button-darkblue[type=submit], .umcg-website-theme .modal-window-style .buttons form input.cta-button-white[type=submit], .umcg-website-theme form .modal-window-style .buttons input.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .modal-window-style .buttons .umcg-website-theme form input.cta-button-white[type=submit], .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .modal-window-style .buttons input.cta-button-white[type=submit], .umcg-website-theme .modal-window-style .buttons .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-white[type=submit], .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .modal-window-style .buttons input.cta-button-white[type=submit], .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .modal-window-style .buttons form input.cta-button-white[type=submit], .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .modal-window-style .buttons input.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .modal-window-style .buttons input.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .modal-window-style .buttons form .umcg-website-theme input.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .modal-window-style .buttons input.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .modal-window-style .buttons form input.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .modal-window-style .buttons input.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .modal-window-style .buttons .umcg-website-theme form input.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .modal-window-style .buttons input.cta-button-white[type=submit], .umcg-website-theme .modal-window-style .buttons form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-white[type=submit], .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .modal-window-style .buttons input.cta-button-white[type=submit], .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .modal-window-style .buttons input.cta-button-white[type=submit], .umcg-website-theme .modal-window-style .buttons .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .modal-window-style .buttons input.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .modal-window-style .buttons form input.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .modal-window-style .buttons input.cta-button-white[type=submit], .umcg-website-theme .modal-window-style .buttons form input.cta-button-lightblue.cta-button-white[type=submit], .umcg-website-theme form .modal-window-style .buttons input.cta-button-lightblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .modal-window-style .buttons .umcg-website-theme form input.cta-button-lightblue.cta-button-white[type=submit], .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .modal-window-style .buttons input.cta-button-lightblue.cta-button-white[type=submit], .umcg-website-theme .modal-window-style .buttons .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.cta-button-white[type=submit], .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .modal-window-style .buttons input.cta-button-lightblue.cta-button-white[type=submit], .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .modal-window-style .buttons form input.cta-button-lightblue.cta-button-white[type=submit], .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .modal-window-style .buttons input.cta-button-lightblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .modal-window-style .buttons input.cta-button-lightblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .modal-window-style .buttons form .umcg-website-theme input.cta-button-lightblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .modal-window-style .buttons input.cta-button-lightblue.cta-button-white[type=submit], .umcg-website-theme .modal-window-style .buttons form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue.cta-button-white[type=submit], .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .modal-window-style .buttons input.cta-button-lightblue.cta-button-white[type=submit], .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .modal-window-style .buttons input.cta-button-lightblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .modal-window-style .buttons form input.cta-button-lightblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .modal-window-style .buttons input.cta-button-lightblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .modal-window-style .buttons .umcg-website-theme form input.cta-button-lightblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .modal-window-style .buttons input.cta-button-lightblue.cta-button-white[type=submit], .umcg-website-theme .modal-window-style .buttons .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .modal-window-style .buttons input.cta-button-lightblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .modal-window-style .buttons form input.cta-button-lightblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .modal-window-style .buttons input.cta-button-lightblue.cta-button-white[type=submit], .umcg-website-theme .modal-window-style .buttons form input.cta-button-darkblue.cta-button-white[type=submit], .umcg-website-theme form .modal-window-style .buttons input.cta-button-darkblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .modal-window-style .buttons .umcg-website-theme form input.cta-button-darkblue.cta-button-white[type=submit], .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .modal-window-style .buttons input.cta-button-darkblue.cta-button-white[type=submit], .umcg-website-theme .modal-window-style .buttons .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue.cta-button-white[type=submit], .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .modal-window-style .buttons input.cta-button-darkblue.cta-button-white[type=submit], .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .modal-window-style .buttons form input.cta-button-darkblue.cta-button-white[type=submit], .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .modal-window-style .buttons input.cta-button-darkblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .modal-window-style .buttons input.cta-button-darkblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .modal-window-style .buttons form .umcg-website-theme input.cta-button-darkblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .modal-window-style .buttons input.cta-button-darkblue.cta-button-white[type=submit], .umcg-website-theme .modal-window-style .buttons form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-darkblue.cta-button-white[type=submit], .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .modal-window-style .buttons input.cta-button-darkblue.cta-button-white[type=submit], .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .modal-window-style .buttons input.cta-button-darkblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .modal-window-style .buttons form input.cta-button-darkblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .modal-window-style .buttons input.cta-button-darkblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .modal-window-style .buttons .umcg-website-theme form input.cta-button-darkblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .modal-window-style .buttons input.cta-button-darkblue.cta-button-white[type=submit], .umcg-website-theme .modal-window-style .buttons .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .modal-window-style .buttons input.cta-button-darkblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .modal-window-style .buttons form input.cta-button-darkblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .modal-window-style .buttons input.cta-button-darkblue.cta-button-white[type=submit] {
  margin-bottom: 0;
  text-align: center;
}
.umcg-website-theme .modal-window-style .button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .modal-window-style .button, .umcg-website-theme .modal-window-style .button.cta-button-lightblue, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .modal-window-style .umcg-website-theme .button.cta-button-lightblue, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .modal-window-style .button.cta-button-lightblue, .umcg-website-theme .modal-window-style .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button.cta-button-lightblue, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .modal-window-style .button.cta-button-lightblue, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .modal-window-style .button.cta-button-lightblue, .umcg-website-theme .modal-window-style .button.cta-button-darkblue, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .modal-window-style .umcg-website-theme .button.cta-button-darkblue, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .modal-window-style .button.cta-button-darkblue, .umcg-website-theme .modal-window-style .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button.cta-button-darkblue, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .modal-window-style .button.cta-button-darkblue, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .modal-window-style .button.cta-button-darkblue, .umcg-website-theme .modal-window-style .cta-button-lightblue.button.cta-button-darkblue, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .modal-window-style .umcg-website-theme .cta-button-lightblue.button.cta-button-darkblue, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .modal-window-style .cta-button-lightblue.button.cta-button-darkblue, .umcg-website-theme .modal-window-style .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-lightblue.button.cta-button-darkblue, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .modal-window-style .cta-button-lightblue.button.cta-button-darkblue, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .modal-window-style .cta-button-lightblue.button.cta-button-darkblue, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .modal-window-style .cta-button-lightblue.button.cta-button-darkblue, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .modal-window-style .umcg-website-theme .cta-button-lightblue.button.cta-button-darkblue, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .modal-window-style .cta-button-lightblue.button.cta-button-darkblue, .umcg-website-theme .modal-window-style .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-lightblue.button.cta-button-darkblue, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .modal-window-style .cta-button-lightblue.button.cta-button-darkblue, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .modal-window-style .cta-button-lightblue.button.cta-button-darkblue, .umcg-website-theme .modal-window-style .cta-button-darkblue.button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .modal-window-style .umcg-website-theme .cta-button-darkblue.button, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .modal-window-style .cta-button-darkblue.button, .umcg-website-theme .modal-window-style .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-darkblue.button, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .modal-window-style .cta-button-darkblue.button, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .modal-window-style .cta-button-darkblue.button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .modal-window-style .cta-button-darkblue.button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .modal-window-style .umcg-website-theme .cta-button-darkblue.button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .modal-window-style .cta-button-darkblue.button, .umcg-website-theme .modal-window-style .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-darkblue.button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .modal-window-style .cta-button-darkblue.button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .modal-window-style .cta-button-darkblue.button, .umcg-website-theme .modal-window-style .button.cta-button-white, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .modal-window-style .umcg-website-theme .button.cta-button-white, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .modal-window-style .button.cta-button-white, .umcg-website-theme .modal-window-style .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button.cta-button-white, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .modal-window-style .button.cta-button-white, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .modal-window-style .button.cta-button-white, .umcg-website-theme .modal-window-style .cta-button-lightblue.button.cta-button-white, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .modal-window-style .umcg-website-theme .cta-button-lightblue.button.cta-button-white, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .modal-window-style .cta-button-lightblue.button.cta-button-white, .umcg-website-theme .modal-window-style .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-lightblue.button.cta-button-white, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .modal-window-style .cta-button-lightblue.button.cta-button-white, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .modal-window-style .cta-button-lightblue.button.cta-button-white, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .modal-window-style .cta-button-lightblue.button.cta-button-white, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .modal-window-style .umcg-website-theme .cta-button-lightblue.button.cta-button-white, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .modal-window-style .cta-button-lightblue.button.cta-button-white, .umcg-website-theme .modal-window-style .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-lightblue.button.cta-button-white, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .modal-window-style .cta-button-lightblue.button.cta-button-white, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .modal-window-style .cta-button-lightblue.button.cta-button-white, .umcg-website-theme .modal-window-style .cta-button-darkblue.button.cta-button-white, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .modal-window-style .umcg-website-theme .cta-button-darkblue.button.cta-button-white, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .modal-window-style .cta-button-darkblue.button.cta-button-white, .umcg-website-theme .modal-window-style .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-darkblue.button.cta-button-white, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .modal-window-style .cta-button-darkblue.button.cta-button-white, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .modal-window-style .cta-button-darkblue.button.cta-button-white, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .modal-window-style .cta-button-darkblue.button.cta-button-white, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .modal-window-style .umcg-website-theme .cta-button-darkblue.button.cta-button-white, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .modal-window-style .cta-button-darkblue.button.cta-button-white, .umcg-website-theme .modal-window-style .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-darkblue.button.cta-button-white, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .modal-window-style .cta-button-darkblue.button.cta-button-white, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .modal-window-style .cta-button-darkblue.button.cta-button-white, .umcg-website-theme .modal-window-style .cta-button-white.button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .modal-window-style .umcg-website-theme .cta-button-white.button, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .modal-window-style .cta-button-white.button, .umcg-website-theme .modal-window-style .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-white.button, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .modal-window-style .cta-button-white.button, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .modal-window-style .cta-button-white.button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .modal-window-style .cta-button-white.button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .modal-window-style .umcg-website-theme .cta-button-white.button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .modal-window-style .cta-button-white.button, .umcg-website-theme .modal-window-style .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-white.button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .modal-window-style .cta-button-white.button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .modal-window-style .cta-button-white.button, .umcg-website-theme .modal-window-style form input[type=submit], .umcg-website-theme form .modal-window-style input[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .modal-window-style .umcg-website-theme form input[type=submit], .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .modal-window-style input[type=submit], .umcg-website-theme .modal-window-style .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .modal-window-style input[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .modal-window-style form input[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .modal-window-style input[type=submit], .umcg-website-theme .modal-window-style form input.cta-button-lightblue[type=submit], .umcg-website-theme form .modal-window-style input.cta-button-lightblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .modal-window-style .umcg-website-theme form input.cta-button-lightblue[type=submit], .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .modal-window-style input.cta-button-lightblue[type=submit], .umcg-website-theme .modal-window-style .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue[type=submit], .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .modal-window-style input.cta-button-lightblue[type=submit], .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .modal-window-style form input.cta-button-lightblue[type=submit], .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .modal-window-style input.cta-button-lightblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .modal-window-style input.cta-button-lightblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .modal-window-style form .umcg-website-theme input.cta-button-lightblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .modal-window-style input.cta-button-lightblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .modal-window-style form input.cta-button-lightblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .modal-window-style input.cta-button-lightblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .modal-window-style .umcg-website-theme form input.cta-button-lightblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .modal-window-style input.cta-button-lightblue[type=submit], .umcg-website-theme .modal-window-style form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue[type=submit], .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .modal-window-style input.cta-button-lightblue[type=submit], .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .modal-window-style input.cta-button-lightblue[type=submit], .umcg-website-theme .modal-window-style .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .modal-window-style input.cta-button-lightblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .modal-window-style form input.cta-button-lightblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .modal-window-style input.cta-button-lightblue[type=submit], .umcg-website-theme .modal-window-style form input.cta-button-darkblue[type=submit], .umcg-website-theme form .modal-window-style input.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .modal-window-style .umcg-website-theme form input.cta-button-darkblue[type=submit], .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .modal-window-style input.cta-button-darkblue[type=submit], .umcg-website-theme .modal-window-style .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue[type=submit], .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .modal-window-style input.cta-button-darkblue[type=submit], .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .modal-window-style form input.cta-button-darkblue[type=submit], .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .modal-window-style input.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .modal-window-style input.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .modal-window-style form .umcg-website-theme input.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .modal-window-style input.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .modal-window-style form input.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .modal-window-style input.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .modal-window-style .umcg-website-theme form input.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .modal-window-style input.cta-button-darkblue[type=submit], .umcg-website-theme .modal-window-style form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-darkblue[type=submit], .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .modal-window-style input.cta-button-darkblue[type=submit], .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .modal-window-style input.cta-button-darkblue[type=submit], .umcg-website-theme .modal-window-style .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .modal-window-style input.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .modal-window-style form input.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .modal-window-style input.cta-button-darkblue[type=submit], .umcg-website-theme .modal-window-style form input.cta-button-lightblue.cta-button-darkblue[type=submit], .umcg-website-theme form .modal-window-style input.cta-button-lightblue.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .modal-window-style .umcg-website-theme form input.cta-button-lightblue.cta-button-darkblue[type=submit], .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .modal-window-style input.cta-button-lightblue.cta-button-darkblue[type=submit], .umcg-website-theme .modal-window-style .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.cta-button-darkblue[type=submit], .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .modal-window-style input.cta-button-lightblue.cta-button-darkblue[type=submit], .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .modal-window-style form input.cta-button-lightblue.cta-button-darkblue[type=submit], .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .modal-window-style input.cta-button-lightblue.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .modal-window-style input.cta-button-lightblue.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .modal-window-style form .umcg-website-theme input.cta-button-lightblue.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .modal-window-style input.cta-button-lightblue.cta-button-darkblue[type=submit], .umcg-website-theme .modal-window-style form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue.cta-button-darkblue[type=submit], .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .modal-window-style input.cta-button-lightblue.cta-button-darkblue[type=submit], .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .modal-window-style input.cta-button-lightblue.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .modal-window-style form input.cta-button-lightblue.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .modal-window-style input.cta-button-lightblue.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .modal-window-style .umcg-website-theme form input.cta-button-lightblue.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .modal-window-style input.cta-button-lightblue.cta-button-darkblue[type=submit], .umcg-website-theme .modal-window-style .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .modal-window-style input.cta-button-lightblue.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .modal-window-style form input.cta-button-lightblue.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .modal-window-style input.cta-button-lightblue.cta-button-darkblue[type=submit], .umcg-website-theme .modal-window-style form input.cta-button-white[type=submit], .umcg-website-theme form .modal-window-style input.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .modal-window-style .umcg-website-theme form input.cta-button-white[type=submit], .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .modal-window-style input.cta-button-white[type=submit], .umcg-website-theme .modal-window-style .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-white[type=submit], .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .modal-window-style input.cta-button-white[type=submit], .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .modal-window-style form input.cta-button-white[type=submit], .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .modal-window-style input.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .modal-window-style input.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .modal-window-style form .umcg-website-theme input.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .modal-window-style input.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .modal-window-style form input.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .modal-window-style input.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .modal-window-style .umcg-website-theme form input.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .modal-window-style input.cta-button-white[type=submit], .umcg-website-theme .modal-window-style form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-white[type=submit], .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .modal-window-style input.cta-button-white[type=submit], .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .modal-window-style input.cta-button-white[type=submit], .umcg-website-theme .modal-window-style .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .modal-window-style input.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .modal-window-style form input.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .modal-window-style input.cta-button-white[type=submit], .umcg-website-theme .modal-window-style form input.cta-button-lightblue.cta-button-white[type=submit], .umcg-website-theme form .modal-window-style input.cta-button-lightblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .modal-window-style .umcg-website-theme form input.cta-button-lightblue.cta-button-white[type=submit], .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .modal-window-style input.cta-button-lightblue.cta-button-white[type=submit], .umcg-website-theme .modal-window-style .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.cta-button-white[type=submit], .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .modal-window-style input.cta-button-lightblue.cta-button-white[type=submit], .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .modal-window-style form input.cta-button-lightblue.cta-button-white[type=submit], .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .modal-window-style input.cta-button-lightblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .modal-window-style input.cta-button-lightblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .modal-window-style form .umcg-website-theme input.cta-button-lightblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .modal-window-style input.cta-button-lightblue.cta-button-white[type=submit], .umcg-website-theme .modal-window-style form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue.cta-button-white[type=submit], .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .modal-window-style input.cta-button-lightblue.cta-button-white[type=submit], .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .modal-window-style input.cta-button-lightblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .modal-window-style form input.cta-button-lightblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .modal-window-style input.cta-button-lightblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .modal-window-style .umcg-website-theme form input.cta-button-lightblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .modal-window-style input.cta-button-lightblue.cta-button-white[type=submit], .umcg-website-theme .modal-window-style .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .modal-window-style input.cta-button-lightblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .modal-window-style form input.cta-button-lightblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .modal-window-style input.cta-button-lightblue.cta-button-white[type=submit], .umcg-website-theme .modal-window-style form input.cta-button-darkblue.cta-button-white[type=submit], .umcg-website-theme form .modal-window-style input.cta-button-darkblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .modal-window-style .umcg-website-theme form input.cta-button-darkblue.cta-button-white[type=submit], .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .modal-window-style input.cta-button-darkblue.cta-button-white[type=submit], .umcg-website-theme .modal-window-style .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue.cta-button-white[type=submit], .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .modal-window-style input.cta-button-darkblue.cta-button-white[type=submit], .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .modal-window-style form input.cta-button-darkblue.cta-button-white[type=submit], .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .modal-window-style input.cta-button-darkblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .modal-window-style input.cta-button-darkblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .modal-window-style form .umcg-website-theme input.cta-button-darkblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .modal-window-style input.cta-button-darkblue.cta-button-white[type=submit], .umcg-website-theme .modal-window-style form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-darkblue.cta-button-white[type=submit], .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .modal-window-style input.cta-button-darkblue.cta-button-white[type=submit], .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .modal-window-style input.cta-button-darkblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .modal-window-style form input.cta-button-darkblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .modal-window-style input.cta-button-darkblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .modal-window-style .umcg-website-theme form input.cta-button-darkblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .modal-window-style input.cta-button-darkblue.cta-button-white[type=submit], .umcg-website-theme .modal-window-style .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .modal-window-style input.cta-button-darkblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .modal-window-style form input.cta-button-darkblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .modal-window-style input.cta-button-darkblue.cta-button-white[type=submit] {
  text-align: left;
  margin-left: auto;
  margin-right: auto;
}
.umcg-website-theme .modal-window-style .panel-title, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .modal-window-style .panel-title {
  background-color: rgb(0, 49, 131);
  color: #fff;
  font-weight: bold;
  padding: 0 25px;
  text-transform: uppercase;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  font-size: 1.6rem;
  line-height: 60px;
  height: 60px;
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.umcg-website-theme .modal-window-style h1, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .modal-window-style h1, .umcg-website-theme .modal-window-style form.form h1, .umcg-website-theme form.form .modal-window-style h1, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .modal-window-style form.form h1, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form.form .modal-window-style h1 {
  font-size: 1.8rem;
  line-height: 1.5;
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  margin-bottom: 1.6rem;
}
.umcg-website-theme .modal-window-style .modal-panel, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .modal-window-style .modal-panel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  border-radius: 10px;
  background-color: #fff;
  position: fixed;
  visibility: hidden;
  opacity: 0;
  top: 50%;
  -webkit-transform: scale(0.01) translateY(-50%);
          transform: scale(0.01) translateY(-50%);
  left: 20px;
  right: 20px;
  max-width: 560px;
  -webkit-transform-origin: top center;
          transform-origin: top center;
  max-height: 80vh;
  z-index: 91;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 49, 131, 0.2);
          box-shadow: 0 0 10px 0 rgba(0, 49, 131, 0.2);
  -webkit-transition: opacity 450ms ease-in-out, visibility 450ms 0s, -webkit-transform 450ms cubic-bezier(0.745, -0.6, 0.585, 0.995);
  transition: opacity 450ms ease-in-out, visibility 450ms 0s, -webkit-transform 450ms cubic-bezier(0.745, -0.6, 0.585, 0.995);
  transition: transform 450ms cubic-bezier(0.745, -0.6, 0.585, 0.995), opacity 450ms ease-in-out, visibility 450ms 0s;
  transition: transform 450ms cubic-bezier(0.745, -0.6, 0.585, 0.995), opacity 450ms ease-in-out, visibility 450ms 0s, -webkit-transform 450ms cubic-bezier(0.745, -0.6, 0.585, 0.995);
  overflow: hidden;
}
.umcg-website-theme .modal-window-style .modal-panel[aria-hidden=false], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .modal-window-style .modal-panel[aria-hidden=false] {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scale(1) translateY(-50%);
          transform: scale(1) translateY(-50%);
  -webkit-transition: opacity 450ms ease-in-out, visibility 0s, -webkit-transform 450ms cubic-bezier(0.745, -0.6, 0.585, 0.995);
  transition: opacity 450ms ease-in-out, visibility 0s, -webkit-transform 450ms cubic-bezier(0.745, -0.6, 0.585, 0.995);
  transition: transform 450ms cubic-bezier(0.745, -0.6, 0.585, 0.995), opacity 450ms ease-in-out, visibility 0s;
  transition: transform 450ms cubic-bezier(0.745, -0.6, 0.585, 0.995), opacity 450ms ease-in-out, visibility 0s, -webkit-transform 450ms cubic-bezier(0.745, -0.6, 0.585, 0.995);
}
.umcg-website-theme .modal-window-style .modal-overlay, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .modal-window-style .modal-overlay {
  width: 100%;
  height: 100%;
  z-index: 90;
  background-color: #000;
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  visibility: hidden;
  margin: 0;
  padding: 0;
  -webkit-transition: opacity 450ms ease-in-out, visibility 450ms 0s;
  transition: opacity 450ms ease-in-out, visibility 450ms 0s;
}
.umcg-website-theme .modal-window-style .modal-overlay[aria-hidden=false], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .modal-window-style .modal-overlay[aria-hidden=false] {
  visibility: visible;
  opacity: 0.5;
  -webkit-transition: opacity 450ms ease-in-out, visibility 0s;
  transition: opacity 450ms ease-in-out, visibility 0s;
}
.umcg-website-theme .modal-window-style .modal-description, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .modal-window-style .modal-description {
  margin-bottom: 95px;
}
.umcg-website-theme .modal-window-style .modal-description *:last-child, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .modal-window-style .modal-description *:last-child {
  margin-bottom: 0;
}
.umcg-website-theme .modal-window-newsletter .modal-panel, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .modal-window-newsletter .modal-panel {
  overflow: visible;
}
.umcg-website-theme .modal-filters .modal-panel, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .modal-filters .modal-panel {
  margin-top: -20px;
  max-height: 65vh;
}
.umcg-website-theme .modal-filters .modal-wrapper, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .modal-filters .modal-wrapper {
  max-height: 25vh;
}
.umcg-website-theme .modal-filters .modal-title, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .modal-filters .modal-title, .umcg-website-theme .modal-filters #modal-title, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .modal-filters #modal-title {
  background-color: #e3eff8;
  text-align: center;
  color: rgb(0, 49, 131);
  vertical-align: middle;
}
.umcg-website-theme .modal-filters .modal-title svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .modal-filters .modal-title svg, .umcg-website-theme .modal-filters #modal-title svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .modal-filters #modal-title svg {
  fill: rgb(0, 49, 131);
  margin-right: 0.7rem;
}
@media all and (min-height: 500px) {
  .umcg-website-theme .modal-filters .modal-panel, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .modal-filters .modal-panel {
    max-height: 75vh;
  }
  .umcg-website-theme .modal-filters .modal-wrapper, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .modal-filters .modal-wrapper {
    max-height: 50vh;
  }
}
@media all and (min-height: 700px) {
  .umcg-website-theme .modal-filters .modal-panel, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .modal-filters .modal-panel {
    max-height: 85vh;
  }
  .umcg-website-theme .modal-filters .modal-wrapper, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .modal-filters .modal-wrapper {
    max-height: 65vh;
  }
}
@media all and (min-width: 992px) {
  .umcg-website-theme .modal-filters .modal-panel, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .modal-filters .modal-panel {
    margin-top: 0;
  }
}
.umcg-website-theme .modal-form .panel-title, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .modal-form .panel-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: transparent;
  padding-top: 2.5rem;
  padding-bottom: 0;
  text-align: left;
  color: rgb(0, 49, 131);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.umcg-website-theme .modal-form .panel-title svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .modal-form .panel-title svg {
  margin-right: 1.2rem;
}
.umcg-website-theme .modal-form p, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .modal-form p, .umcg-website-theme .modal-form pp, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .modal-form pp {
  color: rgb(0, 49, 131);
}
.umcg-website-theme .modal-form form, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .modal-form form {
  border-radius: 0;
  margin-left: -2rem;
  margin-right: -2rem;
  padding-bottom: 5rem;
  text-align: center;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.umcg-website-theme .modal-form label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .modal-form label {
  display: block;
}
.umcg-website-theme .modal-form .group, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .modal-form .group {
  margin-bottom: 3rem;
  text-align: left;
}
.umcg-website-theme .modal-form .group-label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .modal-form .group-label {
  font-weight: 600;
  margin-bottom: 1.5rem;
}
.umcg-website-theme .modal-form button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .modal-form button {
  margin-left: auto;
  margin-right: auto;
}
.umcg-website-theme .modal-form .modal-description, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .modal-form .modal-description {
  margin-bottom: 0;
}
.umcg-website-theme .modal-form .modal-wrapper, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .modal-form .modal-wrapper {
  padding-bottom: 0;
  padding-top: 15px;
}
@media all and (min-width: 992px) {
  .umcg-website-theme .modal-filters.modal-xl-hidden .modal-title, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .modal-filters.modal-xl-hidden .modal-title, .umcg-website-theme .modal-filters.modal-xl-hidden #modal-title, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .modal-filters.modal-xl-hidden #modal-title {
    display: none;
  }
}
.umcg-website-theme .tns-outer, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .tns-outer {
  margin-bottom: 4.4rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.umcg-website-theme .tns-outer .tns-horizontal.tns-no-subpixel > .tns-item:not(:first-child), .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .tns-outer .tns-horizontal.tns-no-subpixel > .tns-item:not(:first-child) {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
}
.umcg-website-theme .tns-outer .tns-slider, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .tns-outer .tns-slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.umcg-website-theme .tns-outer .tns-item, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .tns-outer .tns-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  margin-bottom: 0rem;
}
.umcg-website-theme .tns-outer .tns-item > *, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .tns-outer .tns-item > * {
  height: 100%;
  margin-bottom: 0;
}
.umcg-website-theme .tns-outer .tns-ovh, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .tns-outer .tns-ovh {
  position: relative;
}
.umcg-website-theme .tns-outer .tns-nav--spacer, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .tns-outer .tns-nav--spacer {
  height: 20px;
  pointer-events: none;
}
.umcg-website-theme .tns-outer .tns-nav, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .tns-outer .tns-nav {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  text-align: center;
}
.umcg-website-theme .tns-outer .tns-nav button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .tns-outer .tns-nav button {
  background-color: transparent;
  border: 0;
  font-size: 1.8rem;
  line-height: 1.5;
  font-family: "Open Sans", sans-serif;
  text-align: left;
  cursor: pointer;
  padding: 8px;
  pointer-events: auto;
}
.umcg-website-theme .tns-outer .tns-nav button::before, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .tns-outer .tns-nav button::before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 1px solid #b3c1da;
  background-color: #fff;
}
.umcg-website-theme .tns-outer .tns-nav button.tns-nav-active::before, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .tns-outer .tns-nav button.tns-nav-active::before {
  border-color: rgb(0, 49, 131);
  background-color: rgb(0, 49, 131);
}
.umcg-website-theme .tns-outer .tns-nav span, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .tns-outer .tns-nav span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
}
.umcg-website-theme .tns-outer .tns-controls, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .tns-outer .tns-controls {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 2rem;
  z-index: 1;
  pointer-events: none;
}
.umcg-website-theme .tns-outer .tns-controls::before, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .tns-outer .tns-controls::before, .umcg-website-theme .tns-outer .tns-controls::after, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .tns-outer .tns-controls::after {
  display: none;
  content: "";
  position: absolute;
  height: 80%;
  left: -2rem;
  top: calc(50% - 20px);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 2rem;
  -webkit-box-shadow: 8px 0 8px -8px rgba(0, 0, 0, 0.4);
          box-shadow: 8px 0 8px -8px rgba(0, 0, 0, 0.4);
}
.umcg-website-theme .tns-outer .tns-controls::after, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .tns-outer .tns-controls::after {
  left: auto;
  right: -2rem;
  -webkit-box-shadow: -8px 0 8px -8px rgba(0, 0, 0, 0.4);
          box-shadow: -8px 0 8px -8px rgba(0, 0, 0, 0.4);
}
.umcg-website-theme .tns-outer .tns-controls button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .tns-outer .tns-controls button {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
  display: block;
  position: absolute;
  z-index: 3;
  left: -25px;
  width: 50px;
  height: 50px;
  margin-bottom: 0;
  margin-top: -25px;
  border-radius: 50%;
  border: 1px solid rgb(0, 49, 131);
  background-color: #fff;
  font-size: 0;
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
  pointer-events: initial;
}
.umcg-website-theme .tns-outer .tns-controls button:last-child, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .tns-outer .tns-controls button:last-child {
  left: auto;
  right: -25px;
}
.umcg-website-theme .tns-outer .tns-controls button:last-child::before, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .tns-outer .tns-controls button:last-child::before {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.umcg-website-theme .tns-outer .tns-controls button::before, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .tns-outer .tns-controls button::before {
  font-family: "iconfont";
  font-style: normal;
  font-weight: 400;
  content: "\ea02";
  display: block;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  color: rgb(0, 49, 131);
  font-size: 1.8rem;
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}
.umcg-website-theme .tns-outer .tns-controls button:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .tns-outer .tns-controls button:hover {
  border-color: rgb(0, 49, 131);
  background-color: rgb(0, 49, 131);
}
.umcg-website-theme .tns-outer .tns-controls button:hover::before, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .tns-outer .tns-controls button:hover::before {
  color: #fff;
}
.umcg-website-theme .tns-outer .tns-controls button svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .tns-outer .tns-controls button svg {
  fill: rgb(0, 49, 131);
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -10px 0 0 -10px;
}
.umcg-website-theme .tns-outer .tns-controls button[disabled], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .tns-outer .tns-controls button[disabled] {
  opacity: 0.5;
  cursor: default;
}
.umcg-website-theme .tns-outer .tns-controls button[disabled]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .tns-outer .tns-controls button[disabled]:hover {
  border-color: transparent;
  background-color: rgba(255, 255, 255, 0.75);
}
.umcg-website-theme .tns-outer .tns-controls button[disabled]:hover::before, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .tns-outer .tns-controls button[disabled]:hover::before {
  color: rgb(0, 49, 131);
}
.umcg-website-theme .tns-outer .slider-slides, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .tns-outer .slider-slides {
  margin: 0 auto;
}
@media all and (min-width: 576px) {
  .umcg-website-theme .tns-outer .tns-controls button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .tns-outer .tns-controls button {
    left: -62.5px;
  }
  .umcg-website-theme .tns-outer .tns-controls button:last-child, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .tns-outer .tns-controls button:last-child {
    right: -62.5px;
  }
}
@media all and (min-width: 768px) {
  .umcg-website-theme .tns-outer .tns-controls::before, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .tns-outer .tns-controls::before, .umcg-website-theme .tns-outer .tns-controls::after, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .tns-outer .tns-controls::after {
    display: block;
  }
}
.umcg-website-theme .hero, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .hero {
  position: relative;
  margin-bottom: 1.1rem;
  overflow: hidden;
  background-color: #fff;
  /* for ie10 - ie11 */
}
.umcg-website-theme .hero .breadcrumb-button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .hero .breadcrumb-button {
  margin-bottom: 2rem;
}
.umcg-website-theme .hero .breadcrumb-container, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .hero .breadcrumb-container {
  display: none;
}
.umcg-website-theme .hero .hero-mask, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .hero .hero-mask {
  pointer-events: none;
  position: absolute;
  width: 2500px;
  height: 2500px;
  bottom: 0;
  left: 70%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 2;
}
.umcg-website-theme .hero .hero-mask::before, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .hero .hero-mask::before {
  position: relative;
  content: "";
  display: block;
  -webkit-transform: translateX(-30px);
          transform: translateX(-30px);
  width: 2500px;
  height: 2500px;
  border-radius: 50%;
  border: 1px solid rgb(255, 125, 0);
}
.umcg-website-theme .hero .hero-inner, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .hero .hero-inner {
  padding-top: 66.6666666667%;
  clip-path: circle(1250px at 70% calc(-1250px + 100%));
}
.umcg-website-theme .hero .hero-inner::before, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .hero .hero-inner::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 30%;
  top: 0;
  bottom: 0;
  z-index: 1;
  -webkit-filter: blur(135px);
          filter: blur(135px);
  background: linear-gradient(172.93deg, rgba(255, 255, 255, 0.9) 38.61%, rgba(255, 255, 255, 0.5) 78.78%);
}
.umcg-website-theme .hero .content, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .hero .content {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  padding-top: 1.9rem;
  padding-bottom: 3rem;
}
.umcg-website-theme .hero .content.news, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .hero .content.news {
  padding-left: 25px;
  padding-right: 25px;
}
.umcg-website-theme .hero .content.news .content-inner, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .hero .content.news .content-inner {
  padding-left: 0;
  padding-right: 0;
}
.umcg-website-theme .hero .content-inner, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .hero .content-inner {
  position: relative;
}
.umcg-website-theme .hero .content-inner > *, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .hero .content-inner > * {
  position: relative;
  z-index: 1;
}
.umcg-website-theme .hero .content-inner-text, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .hero .content-inner-text {
  height: 100%;
}
.umcg-website-theme .hero .subtitle, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .hero .subtitle,
.umcg-website-theme .hero .title,
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .hero .title {
  color: rgb(0, 49, 131);
}
.umcg-website-theme .hero .subtitle, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .hero .subtitle {
  display: none;
  font-weight: normal;
  font-size: 1.8rem;
  line-height: 1.25;
  font-family: "Open Sans", sans-serif;
  margin-bottom: 14px;
}
.umcg-website-theme .hero .title, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .hero .title {
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-all;
  word-break: break-word;
  -ms-hyphens: auto;
      hyphens: auto;
  font-family: "CaspariWT", sans-serif;
  font-size: 2.8rem;
  line-height: 1.15;
  font-weight: 700;
  display: block;
  margin-bottom: 1rem;
}
.umcg-website-theme .hero h1, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .hero h1, .umcg-website-theme .hero form.form h1, .umcg-website-theme form.form .hero h1, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .hero form.form h1, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form.form .hero h1 {
  margin-bottom: 1rem;
}
.umcg-website-theme .hero picture, .umcg-website-theme .hero focuspoint-picture, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .hero picture, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .hero focuspoint-picture {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  overflow: hidden;
  z-index: 0;
}
.umcg-website-theme .hero picture img, .umcg-website-theme .hero focuspoint-picture img, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .hero picture img, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .hero focuspoint-picture img {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  -o-object-fit: cover;
     object-fit: cover;
}
.umcg-website-theme .hero .search .search-wrapper, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .hero .search .search-wrapper {
  -webkit-animation: none;
          animation: none;
}
.umcg-website-theme .hero .search form, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .hero .search form {
  position: relative;
  margin: 0;
  padding: 0 !important;
  top: 0;
  background-color: transparent;
}
.umcg-website-theme .hero .search input, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .hero .search input {
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 49, 131, 0.3);
          box-shadow: 0 0 15px 0 rgba(0, 49, 131, 0.3);
}
.umcg-website-theme .hero .container-fluid, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .hero .container-fluid,
.umcg-website-theme .hero .row,
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .hero .row,
.umcg-website-theme .hero form.form .ddm-form-builder-app .lfr-ddm-form-page > .row,
.umcg-website-theme form.form .ddm-form-builder-app .hero .lfr-ddm-form-page > .row,
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .hero .umcg-website-theme form.form .ddm-form-builder-app .lfr-ddm-form-page > .row,
.umcg-website-theme form.form .ddm-form-builder-app .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .hero .lfr-ddm-form-page > .row,
.umcg-website-theme .hero .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form.form .ddm-form-builder-app .lfr-ddm-form-page > .row,
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form.form .ddm-form-builder-app .umcg-website-theme .hero .lfr-ddm-form-page > .row,
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .hero form.form .ddm-form-builder-app .lfr-ddm-form-page > .row,
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form.form .ddm-form-builder-app .hero .lfr-ddm-form-page > .row,
.umcg-website-theme .hero .portlet-content .portlet-body .portlet-forms,
.umcg-website-theme .portlet-content .portlet-body .hero .portlet-forms,
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .hero .umcg-website-theme .portlet-content .portlet-body .portlet-forms,
.umcg-website-theme .portlet-content .portlet-body .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .hero .portlet-forms,
.umcg-website-theme .hero .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .portlet-content .portlet-body .portlet-forms,
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .portlet-content .portlet-body .umcg-website-theme .hero .portlet-forms,
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .hero .portlet-content .portlet-body .portlet-forms,
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .portlet-content .portlet-body .hero .portlet-forms,
.umcg-website-theme .hero form.form .ddm-form-builder-app .portlet-content .portlet-body .lfr-ddm-form-page > .portlet-forms,
.umcg-website-theme form.form .ddm-form-builder-app .portlet-content .portlet-body .hero .lfr-ddm-form-page > .portlet-forms,
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .hero .umcg-website-theme form.form .ddm-form-builder-app .portlet-content .portlet-body .lfr-ddm-form-page > .portlet-forms,
.umcg-website-theme form.form .ddm-form-builder-app .portlet-content .portlet-body .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .hero .lfr-ddm-form-page > .portlet-forms,
.umcg-website-theme .hero .portlet-content .portlet-body form.form .ddm-form-builder-app .lfr-ddm-form-page > .portlet-forms,
.umcg-website-theme .portlet-content .portlet-body form.form .ddm-form-builder-app .hero .lfr-ddm-form-page > .portlet-forms,
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .hero .umcg-website-theme .portlet-content .portlet-body form.form .ddm-form-builder-app .lfr-ddm-form-page > .portlet-forms,
.umcg-website-theme .portlet-content .portlet-body form.form .ddm-form-builder-app .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .hero .lfr-ddm-form-page > .portlet-forms,
.umcg-website-theme .hero form.form .ddm-form-builder-app .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .portlet-content .portlet-body .lfr-ddm-form-page > .portlet-forms,
.umcg-website-theme form.form .ddm-form-builder-app .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .portlet-content .portlet-body .hero .lfr-ddm-form-page > .portlet-forms,
.umcg-website-theme form.form .ddm-form-builder-app .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .hero .portlet-content .portlet-body .lfr-ddm-form-page > .portlet-forms,
.umcg-website-theme form.form .ddm-form-builder-app .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .portlet-content .portlet-body .hero .lfr-ddm-form-page > .portlet-forms,
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .portlet-content .portlet-body .umcg-website-theme .hero form.form .ddm-form-builder-app .lfr-ddm-form-page > .portlet-forms,
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .portlet-content .portlet-body .umcg-website-theme form.form .ddm-form-builder-app .hero .lfr-ddm-form-page > .portlet-forms,
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .hero .portlet-content .portlet-body .umcg-website-theme form.form .ddm-form-builder-app .lfr-ddm-form-page > .portlet-forms,
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .portlet-content .portlet-body .umcg-website-theme form.form .ddm-form-builder-app .hero .lfr-ddm-form-page > .portlet-forms,
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form.form .ddm-form-builder-app .umcg-website-theme .hero .portlet-content .portlet-body .lfr-ddm-form-page > .portlet-forms,
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form.form .ddm-form-builder-app .umcg-website-theme .portlet-content .portlet-body .hero .lfr-ddm-form-page > .portlet-forms,
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .hero form.form .ddm-form-builder-app .umcg-website-theme .portlet-content .portlet-body .lfr-ddm-form-page > .portlet-forms,
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form.form .ddm-form-builder-app .umcg-website-theme .portlet-content .portlet-body .hero .lfr-ddm-form-page > .portlet-forms,
.umcg-website-theme .hero .portlet-content .portlet-body .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form.form .ddm-form-builder-app .lfr-ddm-form-page > .portlet-forms,
.umcg-website-theme .portlet-content .portlet-body .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form.form .ddm-form-builder-app .hero .lfr-ddm-form-page > .portlet-forms,
.umcg-website-theme .portlet-content .portlet-body .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .hero form.form .ddm-form-builder-app .lfr-ddm-form-page > .portlet-forms,
.umcg-website-theme .portlet-content .portlet-body .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form.form .ddm-form-builder-app .hero .lfr-ddm-form-page > .portlet-forms,
.umcg-website-theme .hero .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form.form .ddm-form-builder-app .portlet-content .portlet-body .lfr-ddm-form-page > .portlet-forms,
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form.form .ddm-form-builder-app .portlet-content .portlet-body .umcg-website-theme .hero .lfr-ddm-form-page > .portlet-forms,
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .hero form.form .ddm-form-builder-app .portlet-content .portlet-body .lfr-ddm-form-page > .portlet-forms,
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form.form .ddm-form-builder-app .portlet-content .portlet-body .hero .lfr-ddm-form-page > .portlet-forms,
.umcg-website-theme .hero .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .portlet-content .portlet-body form.form .ddm-form-builder-app .lfr-ddm-form-page > .portlet-forms,
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .portlet-content .portlet-body form.form .ddm-form-builder-app .umcg-website-theme .hero .lfr-ddm-form-page > .portlet-forms,
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .hero .portlet-content .portlet-body form.form .ddm-form-builder-app .lfr-ddm-form-page > .portlet-forms,
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .portlet-content .portlet-body form.form .ddm-form-builder-app .hero .lfr-ddm-form-page > .portlet-forms,
.umcg-website-theme .hero .portlet-search-bar,
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .hero .umcg-website-theme .portlet-search-bar,
.umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .hero .portlet-search-bar,
.umcg-website-theme .hero .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .portlet-search-bar,
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .hero .portlet-search-bar,
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .hero .portlet-search-bar,
.umcg-website-theme .hero form.form .ddm-form-builder-app .lfr-ddm-form-page > .portlet-search-bar,
.umcg-website-theme form.form .ddm-form-builder-app .hero .lfr-ddm-form-page > .portlet-search-bar,
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .hero .umcg-website-theme form.form .ddm-form-builder-app .lfr-ddm-form-page > .portlet-search-bar,
.umcg-website-theme form.form .ddm-form-builder-app .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .hero .lfr-ddm-form-page > .portlet-search-bar,
.umcg-website-theme .hero form.form .ddm-form-builder-app .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .lfr-ddm-form-page > .portlet-search-bar,
.umcg-website-theme form.form .ddm-form-builder-app .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .hero .lfr-ddm-form-page > .portlet-search-bar,
.umcg-website-theme form.form .ddm-form-builder-app .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .hero .lfr-ddm-form-page > .portlet-search-bar,
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .hero form.form .ddm-form-builder-app .lfr-ddm-form-page > .portlet-search-bar,
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form.form .ddm-form-builder-app .hero .lfr-ddm-form-page > .portlet-search-bar,
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .hero .umcg-website-theme form.form .ddm-form-builder-app .lfr-ddm-form-page > .portlet-search-bar,
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form.form .ddm-form-builder-app .hero .lfr-ddm-form-page > .portlet-search-bar,
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form.form .ddm-form-builder-app .umcg-website-theme .hero .lfr-ddm-form-page > .portlet-search-bar,
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .hero form.form .ddm-form-builder-app .umcg-website-theme .lfr-ddm-form-page > .portlet-search-bar,
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form.form .ddm-form-builder-app .umcg-website-theme .hero .lfr-ddm-form-page > .portlet-search-bar,
.umcg-website-theme .hero .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form.form .ddm-form-builder-app .lfr-ddm-form-page > .portlet-search-bar,
.umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form.form .ddm-form-builder-app .hero .lfr-ddm-form-page > .portlet-search-bar,
.umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .hero form.form .ddm-form-builder-app .lfr-ddm-form-page > .portlet-search-bar,
.umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form.form .ddm-form-builder-app .hero .lfr-ddm-form-page > .portlet-search-bar,
.umcg-website-theme .hero .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form.form .ddm-form-builder-app .lfr-ddm-form-page > .portlet-search-bar,
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form.form .ddm-form-builder-app .umcg-website-theme .hero .lfr-ddm-form-page > .portlet-search-bar,
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .hero form.form .ddm-form-builder-app .lfr-ddm-form-page > .portlet-search-bar,
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form.form .ddm-form-builder-app .hero .lfr-ddm-form-page > .portlet-search-bar,
.umcg-website-theme .hero .umcg-search-results,
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .hero .umcg-website-theme .umcg-search-results,
.umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .hero .umcg-search-results,
.umcg-website-theme .hero .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-search-results,
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .hero .umcg-search-results,
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .hero .umcg-search-results,
.umcg-website-theme .hero form.form .ddm-form-builder-app .lfr-ddm-form-page > .umcg-search-results,
.umcg-website-theme form.form .ddm-form-builder-app .hero .lfr-ddm-form-page > .umcg-search-results,
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .hero .umcg-website-theme form.form .ddm-form-builder-app .lfr-ddm-form-page > .umcg-search-results,
.umcg-website-theme form.form .ddm-form-builder-app .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .hero .lfr-ddm-form-page > .umcg-search-results,
.umcg-website-theme .hero form.form .ddm-form-builder-app .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .lfr-ddm-form-page > .umcg-search-results,
.umcg-website-theme form.form .ddm-form-builder-app .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .hero .lfr-ddm-form-page > .umcg-search-results,
.umcg-website-theme form.form .ddm-form-builder-app .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .hero .lfr-ddm-form-page > .umcg-search-results,
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .hero form.form .ddm-form-builder-app .lfr-ddm-form-page > .umcg-search-results,
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form.form .ddm-form-builder-app .hero .lfr-ddm-form-page > .umcg-search-results,
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .hero .umcg-website-theme form.form .ddm-form-builder-app .lfr-ddm-form-page > .umcg-search-results,
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form.form .ddm-form-builder-app .hero .lfr-ddm-form-page > .umcg-search-results,
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form.form .ddm-form-builder-app .umcg-website-theme .hero .lfr-ddm-form-page > .umcg-search-results,
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .hero form.form .ddm-form-builder-app .umcg-website-theme .lfr-ddm-form-page > .umcg-search-results,
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form.form .ddm-form-builder-app .umcg-website-theme .hero .lfr-ddm-form-page > .umcg-search-results,
.umcg-website-theme .hero .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form.form .ddm-form-builder-app .lfr-ddm-form-page > .umcg-search-results,
.umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form.form .ddm-form-builder-app .hero .lfr-ddm-form-page > .umcg-search-results,
.umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .hero form.form .ddm-form-builder-app .lfr-ddm-form-page > .umcg-search-results,
.umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form.form .ddm-form-builder-app .hero .lfr-ddm-form-page > .umcg-search-results,
.umcg-website-theme .hero .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form.form .ddm-form-builder-app .lfr-ddm-form-page > .umcg-search-results,
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form.form .ddm-form-builder-app .umcg-website-theme .hero .lfr-ddm-form-page > .umcg-search-results,
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .hero form.form .ddm-form-builder-app .lfr-ddm-form-page > .umcg-search-results,
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form.form .ddm-form-builder-app .hero .lfr-ddm-form-page > .umcg-search-results,
.umcg-website-theme .hero .col-12,
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .hero .col-12,
.umcg-website-theme .hero form.form,
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .hero .umcg-website-theme form.form,
.umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .hero form.form,
.umcg-website-theme .hero .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form.form,
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .hero form.form,
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .hero form.form,
.umcg-website-theme .hero .portlet-search-bar .portlet,
.umcg-website-theme .portlet-search-bar .hero .portlet,
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .hero .umcg-website-theme .portlet-search-bar .portlet,
.umcg-website-theme .portlet-search-bar .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .hero .portlet,
.umcg-website-theme .hero .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .portlet-search-bar .portlet,
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .portlet-search-bar .umcg-website-theme .hero .portlet,
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .hero .portlet-search-bar .portlet,
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .portlet-search-bar .hero .portlet,
.umcg-website-theme .hero .umcg-search-results .portlet,
.umcg-website-theme .umcg-search-results .hero .portlet,
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .hero .umcg-website-theme .umcg-search-results .portlet,
.umcg-website-theme .umcg-search-results .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .hero .portlet,
.umcg-website-theme .hero .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-search-results .portlet,
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-search-results .umcg-website-theme .hero .portlet,
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .hero .umcg-search-results .portlet,
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-search-results .hero .portlet {
  height: 100%;
}
.umcg-website-theme .hero--text .content-inner, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .hero--text .content-inner {
  width: 70%;
}
.umcg-website-theme .hero--text-full-width .content-inner, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .hero--text-full-width .content-inner {
  width: 100%;
}
.umcg-website-theme .hero--story .content-inner, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .hero--story .content-inner {
  width: 75%;
  height: 100%;
}
.umcg-website-theme .hero--story .content-inner::before, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .hero--story .content-inner::before {
  bottom: -2rem;
}
.umcg-website-theme .hero--theme-2 .subtitle, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .hero--theme-2 .subtitle,
.umcg-website-theme .hero--theme-2 .title,
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .hero--theme-2 .title,
.umcg-website-theme .hero--theme-2 .function,
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .hero--theme-2 .function,
.umcg-website-theme .hero--theme-2 h1,
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .hero--theme-2 h1,
.umcg-website-theme .hero--theme-2 form.form h1,
.umcg-website-theme form.form .hero--theme-2 h1,
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .hero--theme-2 form.form h1,
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form.form .hero--theme-2 h1 {
  color: #fff;
}
.umcg-website-theme .hero--theme-2 .hero-inner::before, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .hero--theme-2 .hero-inner::before {
  background: linear-gradient(172.93deg, rgba(0, 49, 131, 0.5) 38.61%, rgba(255, 255, 255, 0.0001) 78.78%);
}
.umcg-website-theme .hero--theme-3 .hero-inner::before, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .hero--theme-3 .hero-inner::before {
  left: 0;
  right: 0;
  -webkit-filter: none;
          filter: none;
  background: linear-gradient(36.5deg, rgba(160, 202, 232, 0.5) 0%, rgba(160, 202, 232, 0) 100%), linear-gradient(88.07deg, #fff 0%, rgba(0, 0, 0, 0) 100%);
}
.page-home .umcg-website-theme .hero .content, .page-home .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .hero .content {
  padding-top: 1rem;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .umcg-website-theme .hero .subtitle, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .hero .subtitle,
  .umcg-website-theme .hero .title,
  .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .hero .title,
  .umcg-website-theme .hero .function,
  .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .hero .function {
    text-shadow: 0 0 50px white;
  }
  .umcg-website-theme .hero .hero-inner::before, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .hero .hero-inner::before {
    display: none;
  }
  .umcg-website-theme .hero--theme-2 .subtitle, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .hero--theme-2 .subtitle,
  .umcg-website-theme .hero--theme-2 .title,
  .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .hero--theme-2 .title,
  .umcg-website-theme .hero--theme-2 .function,
  .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .hero--theme-2 .function {
    text-shadow: 0 0 50px #003183;
  }
}
@media all and (min-width: 375px) {
  .umcg-website-theme .hero .hero-inner, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .hero .hero-inner {
    padding-top: 50%;
  }
}
@media all and (min-width: 576px) {
  .umcg-website-theme .hero, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .hero {
    margin-left: -5rem;
    margin-right: -5rem;
  }
  .umcg-website-theme .hero .breadcrumb-container, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .hero .breadcrumb-container {
    display: block;
  }
  .umcg-website-theme .hero .subtitle, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .hero .subtitle {
    display: block;
  }
  .umcg-website-theme .hero .content, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .hero .content {
    padding-left: 50px;
    padding-right: 50px;
  }
  .umcg-website-theme .hero .content-inner, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .hero .content-inner {
    padding-left: 0;
    padding-right: 0;
  }
  .umcg-website-theme .hero--story .content-inner, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .hero--story .content-inner {
    width: 50%;
  }
  .umcg-website-theme .hero--search .content-inner, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .hero--search .content-inner {
    padding-top: 20px;
  }
}
@media all and (min-width: 768px) {
  .umcg-website-theme .hero.hero--theme-3 .hero-inner::before, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .hero.hero--theme-3 .hero-inner::before {
    left: 0;
    right: 0;
  }
  .umcg-website-theme .hero .hero-inner, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .hero .hero-inner {
    padding-top: 40%;
    clip-path: circle(2350px at 70% calc(-2350px + 100%));
  }
  .umcg-website-theme .hero .function, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .hero .function {
    bottom: 40%;
  }
  .umcg-website-theme .hero .content-inner, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .hero .content-inner {
    padding-top: 20px;
  }
  .umcg-website-theme .hero .content-inner::before, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .hero .content-inner::before {
    left: -17rem;
    right: -10rem;
  }
  .umcg-website-theme .hero .content, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .hero .content {
    padding-top: 3rem;
  }
  .umcg-website-theme .hero .content.news, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .hero .content.news {
    padding-left: 50px;
    padding-right: 50px;
  }
  .umcg-website-theme .hero .hero-mask, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .hero .hero-mask {
    width: 4700px;
    height: 4700px;
  }
  .umcg-website-theme .hero .hero-mask::before, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .hero .hero-mask::before {
    width: 4700px;
    height: 4700px;
  }
  .umcg-website-theme .hero .search, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .hero .search {
    padding-top: 20px;
  }
}
@media all and (min-width: 992px) {
  .umcg-website-theme .hero, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .hero {
    margin-left: 0;
    margin-right: 0;
    width: 100vw;
    max-width: 1490px;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .umcg-website-theme .hero.hero--theme-3 .hero-inner::before, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .hero.hero--theme-3 .hero-inner::before {
    left: 0;
    right: 0;
  }
  .umcg-website-theme .hero .title, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .hero .title,
  .umcg-website-theme .hero h1,
  .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .hero h1,
  .umcg-website-theme .hero form.form h1,
  .umcg-website-theme form.form .hero h1,
  .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .hero form.form h1,
  .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form.form .hero h1 {
    font-size: 4.2rem;
    line-height: 1.5;
  }
  .umcg-website-theme .hero .hero-inner, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .hero .hero-inner {
    padding-top: 30%;
  }
  .umcg-website-theme .hero .hero-inner::before, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .hero .hero-inner::before {
    left: 1rem;
  }
  .umcg-website-theme .hero .breadcrumb-container, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .hero .breadcrumb-container {
    min-height: 50px;
  }
  .umcg-website-theme .hero .function, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .hero .function {
    bottom: 30%;
  }
  .umcg-website-theme .hero .content, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .hero .content {
    padding-left: 0;
    padding-right: 0;
    margin-left: auto;
    margin-right: auto;
    max-width: 1220px;
  }
  .umcg-website-theme .hero .content-inner, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .hero .content-inner {
    padding-top: 0;
    padding-left: 1.1rem;
    padding-right: 1.1rem;
  }
  .umcg-website-theme .hero .search, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .hero .search {
    min-width: 0;
  }
  .umcg-website-theme .hero .search .search-container, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .hero .search .search-container {
    min-height: 0;
  }
  .umcg-website-theme .hero .subtitle, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .hero .subtitle {
    margin-bottom: 0.5rem;
    display: block;
    font-size: 2.2rem;
    line-height: 1.5;
  }
  .umcg-website-theme .hero--text .content-inner, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .hero--text .content-inner, .umcg-website-theme .hero--story .content-inner, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .hero--story .content-inner {
    width: 100%;
  }
  .page-home .umcg-website-theme .hero .title, .page-home .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .hero .title,
  .page-home .umcg-website-theme .hero h1,
  .page-home .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .hero h1 {
    font-size: 3.6rem;
  }
  .page-home .umcg-website-theme .hero .content, .page-home .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .hero .content {
    padding-top: 4rem;
  }
}
@media all and (min-width: 1200px) {
  .umcg-website-theme .hero.hero--theme-3 .hero-inner::before, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .hero.hero--theme-3 .hero-inner::before {
    left: 0;
    right: 0;
  }
  .umcg-website-theme .hero .hero-inner, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .hero .hero-inner {
    padding-top: 25%;
    clip-path: circle(3000px at 70% calc(-3000px + 100%));
  }
  .umcg-website-theme .hero .hero-inner::before, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .hero .hero-inner::before {
    left: 9%;
  }
  .umcg-website-theme .hero .content-inner, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .hero .content-inner {
    padding-left: 0;
    padding-right: 0;
  }
  .umcg-website-theme .hero .content, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .hero .content {
    padding-left: 30px;
    padding-right: 30px;
  }
  .umcg-website-theme .hero .content.news, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .hero .content.news {
    padding-left: 20px;
    padding-right: 20px;
  }
  .umcg-website-theme .hero .breadcrumb-button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .hero .breadcrumb-button {
    margin-bottom: 2.9rem;
  }
  .page-home .umcg-website-theme .hero .content, .page-home .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .hero .content {
    padding-top: 4rem;
  }
  .umcg-website-theme .hero .hero-mask, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .hero .hero-mask {
    width: 6000px;
    height: 6000px;
  }
  .umcg-website-theme .hero .hero-mask::before, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .hero .hero-mask::before {
    width: 6000px;
    height: 6000px;
  }
}
.umcg-website-theme .hero, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .hero {
  margin-left: -25px;
  margin-right: -25px;
}
.umcg-website-theme .hero .breadcrumb-button .label > div, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .hero .breadcrumb-button .label > div {
  display: inline;
}
.umcg-website-theme .hero .hero-mask, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .hero .hero-mask {
  pointer-events: none;
}
.umcg-website-theme .hero--theme-0 .hero, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .hero--theme-0 .hero {
  background-color: transparent;
}
.umcg-website-theme .hero--theme-0 .hero-inner::before, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .hero--theme-0 .hero-inner::before {
  -webkit-filter: none;
          filter: none;
  background: transparent;
}
.umcg-website-theme .hero--theme-0-0 .hero, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .hero--theme-0-0 .hero {
  background-color: transparent;
}
.umcg-website-theme .hero--theme-0-0 .function, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .hero--theme-0-0 .function,
.umcg-website-theme .hero--theme-0-0 .subtitle,
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .hero--theme-0-0 .subtitle,
.umcg-website-theme .hero--theme-0-0 .title,
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .hero--theme-0-0 .title,
.umcg-website-theme .hero--theme-0-0 h1,
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .hero--theme-0-0 h1,
.umcg-website-theme .hero--theme-0-0 form.form h1,
.umcg-website-theme form.form .hero--theme-0-0 h1,
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .hero--theme-0-0 form.form h1,
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form.form .hero--theme-0-0 h1 {
  color: #fff;
}
.umcg-website-theme .hero--theme-0-0 .hero-inner::before, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .hero--theme-0-0 .hero-inner::before {
  -webkit-filter: none;
          filter: none;
  background: transparent;
}
@media all and (min-width: 576px) {
  .umcg-website-theme .hero, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .hero {
    margin-left: -75px;
    margin-right: -75px;
  }
}
@media all and (min-width: 992px) {
  .umcg-website-theme .hero, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .hero {
    margin-left: 0;
    margin-right: 0;
  }
}
.umcg-website-theme .fragments-editor .hero .content, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .fragments-editor .hero .content {
  pointer-events: none;
}
.umcg-website-theme .fragments-editor .hero .hero-inner, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .fragments-editor .hero .hero-inner {
  pointer-events: none;
}
.umcg-website-theme .fragments-editor .hero .fragments-editor__editable[type=image], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .fragments-editor .hero .fragments-editor__editable[type=image] {
  pointer-events: all;
}
.umcg-website-theme .fragments-editor .hero .content-inner .breadcrumb-button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .fragments-editor .hero .content-inner .breadcrumb-button,
.umcg-website-theme .fragments-editor .hero .content-inner .subtitle,
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .fragments-editor .hero .content-inner .subtitle,
.umcg-website-theme .fragments-editor .hero .content-inner .title,
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .fragments-editor .hero .content-inner .title {
  pointer-events: all;
}
.umcg-website-theme .fragments-editor .hero .content-inner::before, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .fragments-editor .hero .content-inner::before {
  pointer-events: none;
}
.umcg-website-theme .quick-link-list, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .quick-link-list {
  margin-bottom: 4.4rem;
  position: relative;
  z-index: 2;
  padding: 2rem 3rem 3.4rem;
  background-color: #fff;
  -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.15);
  border-radius: 5px;
  /* CSS for Liferay normal Search Bar with suggestions */
}
.umcg-website-theme .quick-link-list h2, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .quick-link-list h2 {
  color: #000;
  font-size: 1.8rem;
  line-height: 1.5;
  margin-bottom: 1.4rem;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
}
.umcg-website-theme .quick-link-list li, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .quick-link-list li {
  margin-bottom: 1.4rem;
}
.umcg-website-theme .quick-link-list li:last-child, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .quick-link-list li:last-child {
  margin-bottom: 0;
}
.umcg-website-theme .quick-link-list a, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .quick-link-list a {
  text-decoration: none;
  position: relative;
}
.umcg-website-theme .quick-link-list a:hover .title, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .quick-link-list a:hover .title {
  text-decoration: underline;
}
.umcg-website-theme .quick-link-list .icon, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .quick-link-list .icon {
  display: inline-block;
  position: absolute;
  left: 0;
  margin-top: -0.1rem;
  margin-right: 1.4rem;
}
.umcg-website-theme .quick-link-list .title, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .quick-link-list .title {
  color: rgb(0, 49, 131);
  margin-left: 2.8rem;
  display: block;
}
.umcg-website-theme .quick-link-list svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .quick-link-list svg {
  position: relative;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  fill: rgb(255, 125, 0);
}
.umcg-website-theme .quick-link-list--pull-over, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .quick-link-list--pull-over {
  margin-top: -2rem;
}
.page-home .umcg-website-theme .quick-link-list.quick-link-list--pull-over, .page-home .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .quick-link-list.quick-link-list--pull-over {
  margin-top: -6rem;
}
@media all and (min-width: 476px) {
  .page-home .umcg-website-theme .quick-link-list.quick-link-list--pull-over, .page-home .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .quick-link-list.quick-link-list--pull-over {
    margin-top: -10rem;
  }
}
@media all and (min-width: 576px) {
  .page-home .umcg-website-theme .quick-link-list.quick-link-list--pull-over, .page-home .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .quick-link-list.quick-link-list--pull-over {
    margin-top: -16rem;
  }
}
@media all and (min-width: 676px) {
  .page-home .umcg-website-theme .quick-link-list.quick-link-list--pull-over, .page-home .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .quick-link-list.quick-link-list--pull-over {
    margin-top: -20rem;
  }
}
@media all and (min-width: 768px) {
  .umcg-website-theme .quick-link-list--pull-over, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .quick-link-list--pull-over {
    margin-top: -6rem;
  }
  .page-home .umcg-website-theme .quick-link-list.quick-link-list--pull-over, .page-home .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .quick-link-list.quick-link-list--pull-over {
    margin-top: -15rem;
  }
}
@media all and (min-width: 992px) {
  .umcg-website-theme .quick-link-list--pull-over, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .quick-link-list--pull-over {
    margin-top: -5rem;
  }
  .umcg-website-theme .quick-link-list ul, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .quick-link-list ul {
    -webkit-columns: 2;
       -moz-columns: 2;
            columns: 2;
    list-style-position: inside;
  }
  .page-home .umcg-website-theme .quick-link-list.quick-link-list--pull-over, .page-home .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .quick-link-list.quick-link-list--pull-over {
    margin-top: -12rem;
  }
}
@media all and (min-width: 1200px) {
  .page-home .umcg-website-theme .quick-link-list.quick-link-list--pull-over, .page-home .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .quick-link-list.quick-link-list--pull-over {
    margin-top: -10rem;
  }
}
@media all and (min-width: 1500px) {
  .page-home .umcg-website-theme .quick-link-list.quick-link-list--pull-over, .page-home .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .quick-link-list.quick-link-list--pull-over {
    margin-top: -14rem;
  }
}
.umcg-website-theme .quick-link-list .input-group-inset-item-after.input-group-inset-item, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .quick-link-list .input-group-inset-item-after.input-group-inset-item {
  padding: 0;
}
.umcg-website-theme .quick-link-list .input-group-inset-item-after .btn svg.lexicon-icon.lexicon-icon-search, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .quick-link-list .input-group-inset-item-after .btn svg.lexicon-icon.lexicon-icon-search {
  -webkit-transform: none;
          transform: none;
  margin-bottom: 1.4rem;
}
.umcg-website-theme .quick-link-list .input-group-inset-item-after span.inline-item.inline-item-middle, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .quick-link-list .input-group-inset-item-after span.inline-item.inline-item-middle {
  position: absolute;
  top: 0;
  bottom: 1rem;
  padding-top: 0;
  padding-right: 1rem;
  right: 0;
  cursor: pointer;
}
.umcg-website-theme .quick-link-list svg.icn.magnifier, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .quick-link-list svg.icn.magnifier {
  -webkit-transform: none;
          transform: none;
  fill: #003183;
}
.umcg-website-theme .quick-link-list .search, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .quick-link-list .search {
  min-width: 0;
  margin-bottom: 2rem;
  z-index: 4;
}
.umcg-website-theme .quick-link-list .search form, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .quick-link-list .search form {
  background-color: transparent;
  margin: 0;
  padding: 20px 0px 10px;
}
.umcg-website-theme .footer-navigation, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .footer-navigation {
  background-color: #e3eff8;
  margin-top: -2rem;
  margin-bottom: 2rem;
  position: relative;
  z-index: 1;
}
.umcg-website-theme .footer-navigation .footer-navigation-inner, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .footer-navigation .footer-navigation-inner {
  margin: 0 auto;
  padding: 0 2.5rem;
  max-width: 1230px;
}
.umcg-website-theme .footer-navigation h3, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .footer-navigation h3 {
  color: rgb(0, 49, 131);
  margin-bottom: 12px;
}
.umcg-website-theme .footer-navigation li, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .footer-navigation li {
  padding: 0;
  margin: 0;
  position: relative;
}
.umcg-website-theme .footer-navigation a, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .footer-navigation a {
  font-size: 1.6rem;
  line-height: 1.5;
  color: rgb(0, 49, 131);
  text-decoration: none;
}
.umcg-website-theme .footer-navigation a:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .footer-navigation a:hover {
  text-decoration: underline;
}
.umcg-website-theme .footer-navigation a:visited, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .footer-navigation a:visited {
  color: rgb(85, 31, 120);
}
.umcg-website-theme .footer-navigation .footer-navigation-banner, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .footer-navigation .footer-navigation-banner {
  z-index: 2;
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  position: absolute;
  right: 25px;
  top: 0;
  height: 8rem;
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
}
.umcg-website-theme .footer-navigation .footer-navigation-banner a, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .footer-navigation .footer-navigation-banner a {
  display: block;
  height: 100%;
}
.umcg-website-theme .footer-navigation .footer-navigation-banner span[aria-hidden=true], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .footer-navigation .footer-navigation-banner span[aria-hidden=true] {
  opacity: 0;
}
.umcg-website-theme .footer-navigation .footer-navigation-banner svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .footer-navigation .footer-navigation-banner svg {
  height: 100%;
  width: 100%;
}
.umcg-website-theme .footer-navigation ul.footer-navigation-list, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .footer-navigation ul.footer-navigation-list {
  position: relative;
  z-index: 2;
  display: grid;
  padding-top: 4rem;
  gap: 2.4rem;
}
.umcg-website-theme .footer-navigation ul.footer-navigation-list:has(+ .footer-navigation-banner), .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .footer-navigation ul.footer-navigation-list:has(+ .footer-navigation-banner) {
  max-width: 80%;
}
.umcg-website-theme .footer-navigation ul.footer-navigation-list > li, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .footer-navigation ul.footer-navigation-list > li {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-bottom: 2.4rem;
}
.umcg-website-theme .footer-navigation ul.footer-navigation-list > li li, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .footer-navigation ul.footer-navigation-list > li li {
  padding: 4px 0;
}
@media all and (min-width: 576px) {
  .umcg-website-theme .footer-navigation .footer-navigation-banner, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .footer-navigation .footer-navigation-banner {
    min-height: 10rem;
    height: auto;
    width: auto;
  }
}
@media all and (min-width: 768px) {
  .umcg-website-theme .footer-navigation ul.footer-navigation-list, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .footer-navigation ul.footer-navigation-list {
    margin-left: 0;
    margin-right: 0;
    grid-template-columns: repeat(3, 1fr);
  }
  .umcg-website-theme .footer-navigation ul.footer-navigation-list:has(+ .footer-navigation-banner), .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .footer-navigation ul.footer-navigation-list:has(+ .footer-navigation-banner) {
    max-width: none;
    grid-template-columns: repeat(2, 1fr);
  }
  .umcg-website-theme .footer-navigation ul.footer-navigation-list > li, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .footer-navigation ul.footer-navigation-list > li {
    margin-bottom: 3.9rem;
  }
}
@media all and (min-width: 992px) {
  .umcg-website-theme .footer-navigation ul.footer-navigation-list:has(+ .footer-navigation-banner), .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .footer-navigation ul.footer-navigation-list:has(+ .footer-navigation-banner) {
    grid-template-columns: repeat(3, 2fr) 1fr;
  }
  .umcg-website-theme .footer-navigation .footer-navigation-banner, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .footer-navigation .footer-navigation-banner {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    justify-self: end;
    position: relative;
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
    position: absolute;
  }
  .umcg-website-theme .footer-navigation .footer-navigation-banner svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .footer-navigation .footer-navigation-banner svg {
    height: 14rem;
    width: 9rem;
  }
}
@media all and (min-width: 1200px) {
  .umcg-website-theme .footer-navigation ul.footer-navigation-list:has(+ .footer-navigation-banner), .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .footer-navigation ul.footer-navigation-list:has(+ .footer-navigation-banner) {
    max-width: 90%;
    grid-template-columns: repeat(3, 1fr);
  }
  .umcg-website-theme .footer-navigation ul.footer-navigation-list:has(+ .footer-navigation-banner) li, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .footer-navigation ul.footer-navigation-list:has(+ .footer-navigation-banner) li {
    max-width: 25rem;
  }
  .umcg-website-theme .footer-navigation .footer-navigation-banner svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .footer-navigation .footer-navigation-banner svg {
    height: 16rem;
    width: 10.5rem;
  }
}
@media all and (min-width: ) {
  .umcg-website-theme .footer-navigation ul.footer-navigation-list:has(+ .footer-navigation-banner), .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .footer-navigation ul.footer-navigation-list:has(+ .footer-navigation-banner) {
    max-width: none;
  }
  .umcg-website-theme .footer-navigation ul.footer-navigation-list:has(+ .footer-navigation-banner) li, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .footer-navigation ul.footer-navigation-list:has(+ .footer-navigation-banner) li {
    max-width: none;
  }
}
.umcg-website-theme .footer-social-navigation-list, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .footer-social-navigation-list {
  border-top: 2px solid #fff;
  padding: 2.4rem 0 2.4rem 0;
}
.umcg-website-theme .footer-social-navigation-list li, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .footer-social-navigation-list li {
  margin-bottom: 1.2rem;
}
.umcg-website-theme .footer-social-navigation-list li svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .footer-social-navigation-list li svg {
  margin-right: 0.6rem;
  margin-top: -0.1rem;
  max-height: 2rem;
}
.umcg-website-theme .footer-social-navigation-list li:last-child, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .footer-social-navigation-list li:last-child {
  margin-right: 0;
}
@media all and (min-width: 768px) {
  .umcg-website-theme .footer-social-navigation-list, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .footer-social-navigation-list {
    text-align: center;
    padding: 3.9rem 0 3.9rem 0;
  }
  .umcg-website-theme .footer-social-navigation-list li, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .footer-social-navigation-list li {
    margin-bottom: 0;
    margin-right: 3.9rem;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.umcg-website-theme .footer-navigation p, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .footer-navigation p, .umcg-website-theme .footer-navigation pp, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .footer-navigation pp {
  color: rgb(0, 49, 131);
  font-size: 1.6rem;
  line-height: 1.5;
  margin: unset;
}
.umcg-website-theme .footer-navigation .footer-navigation-inner, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .footer-navigation .footer-navigation-inner {
  overflow-x: hidden;
}
.umcg-website-theme .footer-navigation.has-anniversary-flag .main-container, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .footer-navigation.has-anniversary-flag .main-container {
  background-color: transparent;
  padding-top: 0;
}
.umcg-website-theme .footer-navigation.has-anniversary-flag .footer-navigation-inner, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .footer-navigation.has-anniversary-flag .footer-navigation-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-right: 5px;
}
.umcg-website-theme .footer-navigation.has-anniversary-flag .footer-navigation-inner .footer-navigation-list, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .footer-navigation.has-anniversary-flag .footer-navigation-inner .footer-navigation-list,
.umcg-website-theme .footer-navigation.has-anniversary-flag .footer-navigation-inner .anniversary-flag,
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .footer-navigation.has-anniversary-flag .footer-navigation-inner .anniversary-flag {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.umcg-website-theme .footer-navigation.has-anniversary-flag .footer-navigation-inner .anniversary-flag, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .footer-navigation.has-anniversary-flag .footer-navigation-inner .anniversary-flag {
  background-image: url("../images/jubileumlint_blauw.svg");
  background-repeat: no-repeat;
  height: 180px;
  background-position-x: right;
  width: 50%;
}
@media all and (min-width: 1200px) {
  .umcg-website-theme .footer-navigation.has-anniversary-flag .footer-navigation-inner .anniversary-flag, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .footer-navigation.has-anniversary-flag .footer-navigation-inner .anniversary-flag {
    width: auto;
  }
}
.umcg-website-theme .facilities-list, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .facilities-list {
  margin-bottom: 4.4rem;
}
@media all and (min-width: 992px) {
  .umcg-website-theme .facilities-list, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .facilities-list {
    margin-bottom: 4.4rem;
  }
}
.umcg-website-theme .facilities-list .more-button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .facilities-list .more-button {
  text-align: left;
}
.umcg-website-theme .facilities-list-result li, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .facilities-list-result li {
  margin-bottom: 2rem;
}
@media all and (min-width: 651px) {
  .umcg-website-theme .facilities-list-result ul, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .facilities-list-result ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -25px;
    margin-right: -25px;
  }
  .umcg-website-theme .facilities-list-result ul li, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .facilities-list-result ul li {
    padding-left: 25px;
    padding-right: 25px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
  .umcg-website-theme .facilities-list-result ul .facilities-list-item, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .facilities-list-result ul .facilities-list-item {
    height: 100%;
  }
}
@media all and (min-width: 768px) {
  .umcg-website-theme .facilities-list-result ul, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .facilities-list-result ul {
    display: block;
  }
}
@media all and (min-width: 992px) {
  .umcg-website-theme .facilities-list-result li, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .facilities-list-result li {
    margin-bottom: 0.5rem;
  }
  .umcg-website-theme .facilities-list-result li:last-child, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .facilities-list-result li:last-child {
    margin-bottom: 2rem;
  }
}
.umcg-website-theme .discover-block, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .discover-block {
  margin-bottom: 4.4rem;
}
.umcg-website-theme .discover-block .discover-block-item, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .discover-block .discover-block-item {
  margin-bottom: 2rem;
}
.umcg-website-theme .discover-block .video, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .discover-block .video {
  max-width: none;
  margin-bottom: 0;
}
@media all and (min-width: 992px) {
  .umcg-website-theme .discover-block .video, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .discover-block .video {
    margin-bottom: 0;
    height: 100%;
  }
  .umcg-website-theme .discover-block .news-card--event, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .discover-block .news-card--event,
  .umcg-website-theme .discover-block .podcast-card,
  .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .discover-block .podcast-card {
    padding-top: 66.6666666667%;
  }
  .umcg-website-theme .discover-block .news-card--event h3, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .discover-block .news-card--event h3,
  .umcg-website-theme .discover-block .podcast-card h3,
  .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .discover-block .podcast-card h3 {
    padding-top: 2.3rem;
    margin-top: -66.6666666667%;
  }
  .umcg-website-theme .discover-block .discover-block-item, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .discover-block .discover-block-item {
    margin-bottom: 0;
  }
  .umcg-website-theme .discover-block .discover-block-container, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .discover-block .discover-block-container {
    margin-bottom: 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: -1.4666666667rem;
    margin-right: -1.4666666667rem;
  }
  .umcg-website-theme .discover-block .discover-block-container-main, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .discover-block .discover-block-container-main {
    margin-bottom: 2.5rem;
  }
  .umcg-website-theme .discover-block .discover-block-col-1, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .discover-block .discover-block-col-1,
  .umcg-website-theme .discover-block .discover-block-col-2,
  .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .discover-block .discover-block-col-2,
  .umcg-website-theme .discover-block .discover-block-col-3,
  .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .discover-block .discover-block-col-3 {
    padding-left: 1.4666666667rem;
    padding-right: 1.4666666667rem;
  }
  .umcg-website-theme .discover-block .discover-block-col-1, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .discover-block .discover-block-col-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .umcg-website-theme .discover-block .discover-block-col-1 .discover-block-item, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .discover-block .discover-block-col-1 .discover-block-item {
    height: 100%;
  }
  .umcg-website-theme .discover-block .discover-block-col-1 .news-card, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .discover-block .discover-block-col-1 .news-card {
    height: 100%;
  }
  .umcg-website-theme .discover-block .discover-block-col-1 .video-inner, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .discover-block .discover-block-col-1 .video-inner {
    height: 100%;
  }
  .umcg-website-theme .discover-block .discover-block-col-1 .video-inner figure, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .discover-block .discover-block-col-1 .video-inner figure {
    height: 100%;
  }
  .umcg-website-theme .discover-block .discover-block-col-1 .video-inner img, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .discover-block .discover-block-col-1 .video-inner img {
    -o-object-fit: cover;
       object-fit: cover;
  }
  .umcg-website-theme .discover-block .discover-block-col-2, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .discover-block .discover-block-col-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .umcg-website-theme .discover-block .discover-block-col-2 .discover-block-item + .discover-block-item, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .discover-block .discover-block-col-2 .discover-block-item + .discover-block-item {
    padding-top: 1rem;
  }
  .umcg-website-theme .discover-block .discover-block-col-2 .discover-block-item:first-child, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .discover-block .discover-block-col-2 .discover-block-item:first-child {
    padding-bottom: 1rem;
  }
  .umcg-website-theme .discover-block .discover-block-col-2 .video, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .discover-block .discover-block-col-2 .video {
    padding-top: 66.6666666667%;
  }
  .umcg-website-theme .discover-block .discover-block-col-2 .video .video-inner, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .discover-block .discover-block-col-2 .video .video-inner {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .umcg-website-theme .discover-block .discover-block-col-2 .video-inner figure, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .discover-block .discover-block-col-2 .video-inner figure {
    height: 100%;
  }
  .umcg-website-theme .discover-block .discover-block-col-2 .video-inner img, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .discover-block .discover-block-col-2 .video-inner img {
    -o-object-fit: cover;
       object-fit: cover;
  }
  .umcg-website-theme .discover-block .discover-block-col-3, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .discover-block .discover-block-col-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .umcg-website-theme .discover-block .discover-block-col-3 .discover-block-item, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .discover-block .discover-block-col-3 .discover-block-item {
    height: 100%;
  }
  .umcg-website-theme .discover-block .discover-block-col-3 .news-card, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .discover-block .discover-block-col-3 .news-card {
    height: 100%;
  }
  .umcg-website-theme .discover-block .discover-block-col-3 .news-card .sub-title, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .discover-block .discover-block-col-3 .news-card .sub-title {
    margin-top: auto;
  }
}
@media print {
  .umcg-website-theme .discover-block .discover-block-title, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .discover-block .discover-block-title {
    display: none;
  }
  .umcg-website-theme .discover-block .discover-block-container .discover-block-col-1, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .discover-block .discover-block-container .discover-block-col-1,
  .umcg-website-theme .discover-block .discover-block-container .discover-block-col-2,
  .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .discover-block .discover-block-container .discover-block-col-2,
  .umcg-website-theme .discover-block .discover-block-container .discover-block-col-3,
  .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .discover-block .discover-block-container .discover-block-col-3 {
    display: none;
  }
  .umcg-website-theme .discover-block a::after, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .discover-block a::after {
    display: none;
  }
  .umcg-website-theme .discover-block .button-arrow, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .discover-block .button-arrow, .umcg-website-theme .discover-block .button-arrow--rtl, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .discover-block .button-arrow--rtl, .umcg-website-theme .discover-block .button-arrow--theme-2, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .discover-block .button-arrow--theme-2 {
    display: none;
  }
  .umcg-website-theme .discover-block .label-theme, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .discover-block .label-theme {
    display: none;
  }
}
.umcg-website-theme .jobs-list, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-list {
  margin-bottom: 4.4rem;
  position: relative;
}
@media all and (min-width: 992px) {
  .umcg-website-theme .jobs-list, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-list {
    margin-bottom: 4.4rem;
  }
}
.umcg-website-theme .jobs-list > ul, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-list > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.umcg-website-theme .jobs-list > ul > li, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-list > ul > li {
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-all;
  word-break: break-word;
  -ms-hyphens: auto;
      hyphens: auto;
  width: 100%;
  max-width: 62rem;
  margin-bottom: 2rem;
}
.umcg-website-theme .jobs-list > ul > li:last-child, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-list > ul > li:last-child {
  margin-bottom: 0;
}
@media all and (min-width: 992px) {
  .umcg-website-theme .jobs-list > ul > li, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .jobs-list > ul > li {
    max-width: none;
  }
}
.umcg-website-theme .table-container, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .table-container {
  overflow-x: auto;
  margin-bottom: 4.4rem;
}
.umcg-website-theme .table-container table, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .table-container table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 1.6rem;
}
.umcg-website-theme .table-container caption, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .table-container caption {
  font-weight: bold;
  text-align: left;
  margin-bottom: 2rem;
  caption-side: top;
  color: #0a0a0a;
}
.umcg-website-theme .table-container th, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .table-container th,
.umcg-website-theme .table-container td,
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .table-container td {
  background-color: #ebeff5;
  border-top: 1px solid #c6dff1;
  border-bottom: 1px solid #c6dff1;
  border-right: 1px solid #c6dff1;
  padding: 0.75rem;
  text-align: left;
  text-align: center;
}
.umcg-website-theme .table-container th:last-child, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .table-container th:last-child,
.umcg-website-theme .table-container td:last-child,
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .table-container td:last-child {
  border-right: 0;
}
.umcg-website-theme .table-container th[scope=col], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .table-container th[scope=col], .umcg-website-theme .table-container th[scope=row], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .table-container th[scope=row],
.umcg-website-theme .table-container td[scope=col],
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .table-container td[scope=col],
.umcg-website-theme .table-container td[scope=row],
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .table-container td[scope=row] {
  font-weight: bold;
}
.umcg-website-theme .table-container th[scope=col], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .table-container th[scope=col],
.umcg-website-theme .table-container td[scope=col],
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .table-container td[scope=col] {
  color: rgb(0, 49, 131);
}
.umcg-website-theme .table-container + .table-container-edited-date, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .table-container + .table-container-edited-date {
  margin-top: -2.4rem;
}
@media all and (min-width: 768px) {
  .umcg-website-theme .table-container, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .table-container {
    overflow-x: visible;
  }
}
.umcg-website-theme .table-container-edited-date, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .table-container-edited-date {
  font-size: 1.47rem;
  line-height: 1.5;
  color: #4d4d4d;
  margin-bottom: 4.4rem;
}
.umcg-website-theme .table-container table, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .table-container table {
  width: 100% !important;
}
.umcg-website-theme .table-container .table-theme-1 td, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .table-container .table-theme-1 td, .umcg-website-theme .table-container .table-theme-1 th, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .table-container .table-theme-1 th {
  text-align: left;
}
.umcg-website-theme .table-container .table-theme-2 td, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .table-container .table-theme-2 td, .umcg-website-theme .table-container .table-theme-2 th, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .table-container .table-theme-2 th {
  text-align: center;
}
.umcg-website-theme .table-container .table-theme-3 td, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .table-container .table-theme-3 td, .umcg-website-theme .table-container .table-theme-3 th, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .table-container .table-theme-3 th {
  text-align: right;
}
.umcg-website-theme .table-container .table-theme-4 td:nth-child(1), .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .table-container .table-theme-4 td:nth-child(1), .umcg-website-theme .table-container .table-theme-4 th:nth-child(1), .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .table-container .table-theme-4 th:nth-child(1) {
  text-align: left;
}
.umcg-website-theme .table-container .table-theme-4 td, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .table-container .table-theme-4 td, .umcg-website-theme .table-container .table-theme-4 th, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .table-container .table-theme-4 th {
  text-align: center;
}
.umcg-website-theme .table-container .table-theme-5 td:nth-child(1), .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .table-container .table-theme-5 td:nth-child(1), .umcg-website-theme .table-container .table-theme-5 th:nth-child(1), .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .table-container .table-theme-5 th:nth-child(1) {
  text-align: left;
}
.umcg-website-theme .table-container .table-theme-5 td, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .table-container .table-theme-5 td, .umcg-website-theme .table-container .table-theme-5 th, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .table-container .table-theme-5 th {
  text-align: right;
}
.umcg-website-theme .table-container thead tr th, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .table-container thead tr th {
  color: rgb(0, 49, 131);
}
.umcg-website-theme .table-container-custom, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .table-container-custom {
  display: none;
  overflow-x: auto;
  margin-bottom: 4.4rem;
}
.umcg-website-theme .table-container-custom table, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .table-container-custom table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 1.6rem;
}
.umcg-website-theme .table-container-custom caption, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .table-container-custom caption {
  font-weight: bold;
  text-align: left;
  margin-bottom: 2rem;
  caption-side: top;
  color: #0a0a0a;
}
.umcg-website-theme .table-container-custom th, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .table-container-custom th,
.umcg-website-theme .table-container-custom td,
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .table-container-custom td {
  background-color: #d0e5f4;
  border-top: 1px solid #e3eff8;
  border-bottom: 1px solid #e3eff8;
  border-right: 1px solid #e3eff8;
  padding: 0.8rem 1.5rem;
  text-align: left;
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.5;
}
.umcg-website-theme .table-container-custom th:last-child, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .table-container-custom th:last-child,
.umcg-website-theme .table-container-custom td:last-child,
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .table-container-custom td:last-child {
  border-right: 0;
}
.umcg-website-theme .table-container-custom th[scope=col], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .table-container-custom th[scope=col], .umcg-website-theme .table-container-custom th[scope=row], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .table-container-custom th[scope=row],
.umcg-website-theme .table-container-custom td[scope=col],
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .table-container-custom td[scope=col],
.umcg-website-theme .table-container-custom td[scope=row],
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .table-container-custom td[scope=row] {
  font-weight: bold;
}
.umcg-website-theme .table-container-custom th[scope=row], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .table-container-custom th[scope=row],
.umcg-website-theme .table-container-custom td[scope=row],
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .table-container-custom td[scope=row] {
  text-align: left;
  background-color: #e3eff8;
  border-top: 1px solid #d0e5f4;
  border-bottom: 1px solid #d0e5f4;
  border-right: 1px solid #d0e5f4;
}
.umcg-website-theme .table-container-custom th[scope=col], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .table-container-custom th[scope=col],
.umcg-website-theme .table-container-custom td[scope=col],
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .table-container-custom td[scope=col] {
  color: rgb(0, 49, 131);
}
.umcg-website-theme .table-container-custom th .subtitle, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .table-container-custom th .subtitle,
.umcg-website-theme .table-container-custom td .subtitle,
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .table-container-custom td .subtitle {
  margin-top: 20px;
  font-weight: 400;
  display: block;
}
.umcg-website-theme .table-container-custom th .row-subtitle-item, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .table-container-custom th .row-subtitle-item,
.umcg-website-theme .table-container-custom td .row-subtitle-item,
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .table-container-custom td .row-subtitle-item {
  position: relative;
  padding-left: 30px;
  font-weight: 400;
  display: inline-block;
}
.umcg-website-theme .table-container-custom th .row-subtitle-item::before, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .table-container-custom th .row-subtitle-item::before,
.umcg-website-theme .table-container-custom td .row-subtitle-item::before,
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .table-container-custom td .row-subtitle-item::before {
  content: "";
  position: absolute;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  left: 15px;
  top: 10px;
  display: block;
  background-color: #000;
}
.umcg-website-theme .table-container-custom td, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .table-container-custom td {
  background-color: #e3eff8;
  border-top: 1px solid #d0e5f4;
  border-bottom: 1px solid #d0e5f4;
  border-right: 1px solid #d0e5f4;
}
.umcg-website-theme .table-container-custom + .table-container-edited-date, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .table-container-custom + .table-container-edited-date {
  margin-top: -2.4rem;
}
@media all and (min-width: 576px) {
  .umcg-website-theme .table-container-custom, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .table-container-custom {
    display: block;
  }
}
.umcg-website-theme .table-container-edited-date, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .table-container-edited-date {
  font-size: 1.47rem;
  line-height: 1.5;
  color: #4d4d4d;
  margin-bottom: 4.4rem;
}
.umcg-website-theme .lists-container h3, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .lists-container h3 {
  color: rgb(0, 49, 131);
  margin-bottom: 0.5rem;
}
.umcg-website-theme .lists-container dl, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .lists-container dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 1.6rem;
}
.umcg-website-theme .lists-container dl > *, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .lists-container dl > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  margin: 0;
}
.umcg-website-theme .lists-container dd, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .lists-container dd,
.umcg-website-theme .lists-container dt,
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .lists-container dt {
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-all;
  word-break: break-word;
  -ms-hyphens: auto;
      hyphens: auto;
}
.umcg-website-theme .lists-container dt, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .lists-container dt {
  font-weight: bold;
  padding-right: 1.5rem;
  margin-bottom: 1rem;
}
@media all and (min-width: 576px) {
  .umcg-website-theme .lists-container, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .lists-container {
    display: none;
  }
}
.umcg-website-theme .table-container-custom, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .table-container-custom {
  display: block;
  overflow-x: auto;
}
.umcg-website-theme .table-container-custom table, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .table-container-custom table {
  width: 100% !important;
}
.umcg-website-theme .table-container-custom table thead th[scope=row], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .table-container-custom table thead th[scope=row] {
  background-color: #d0e5f4 !important;
  border-top: 1px solid #e3eff8 !important;
  border-bottom: 1px solid #e3eff8 !important;
  border-right: 1px solid #e3eff8 !important;
  padding: 0.8rem 1.5rem !important;
}
.umcg-website-theme .table-container-custom .table-theme-1 td, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .table-container-custom .table-theme-1 td, .umcg-website-theme .table-container-custom .table-theme-1 th, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .table-container-custom .table-theme-1 th {
  text-align: left;
}
.umcg-website-theme .table-container-custom .table-theme-2 td, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .table-container-custom .table-theme-2 td, .umcg-website-theme .table-container-custom .table-theme-2 th, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .table-container-custom .table-theme-2 th {
  text-align: center;
}
.umcg-website-theme .table-container-custom .table-theme-3 td, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .table-container-custom .table-theme-3 td, .umcg-website-theme .table-container-custom .table-theme-3 th, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .table-container-custom .table-theme-3 th {
  text-align: right;
}
.umcg-website-theme .table-container-custom .table-theme-4 td:nth-child(1), .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .table-container-custom .table-theme-4 td:nth-child(1), .umcg-website-theme .table-container-custom .table-theme-4 th:nth-child(1), .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .table-container-custom .table-theme-4 th:nth-child(1) {
  text-align: left;
}
.umcg-website-theme .table-container-custom .table-theme-4 td, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .table-container-custom .table-theme-4 td, .umcg-website-theme .table-container-custom .table-theme-4 th, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .table-container-custom .table-theme-4 th {
  text-align: center;
}
.umcg-website-theme .table-container-custom .table-theme-5 td:nth-child(1), .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .table-container-custom .table-theme-5 td:nth-child(1), .umcg-website-theme .table-container-custom .table-theme-5 th:nth-child(1), .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .table-container-custom .table-theme-5 th:nth-child(1) {
  text-align: left;
}
.umcg-website-theme .table-container-custom .table-theme-5 td, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .table-container-custom .table-theme-5 td, .umcg-website-theme .table-container-custom .table-theme-5 th, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .table-container-custom .table-theme-5 th {
  text-align: right;
}
.umcg-website-theme .table-container-custom th li, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .table-container-custom th li, .umcg-website-theme .table-container-custom td li, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .table-container-custom td li {
  position: relative;
  padding-left: 30px;
  font-weight: 400;
  display: inline-block;
  margin-bottom: 0rem;
}
.umcg-website-theme .table-container-custom th li::before, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .table-container-custom th li::before, .umcg-website-theme .table-container-custom td li::before, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .table-container-custom td li::before {
  content: "";
  position: absolute;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  left: 15px;
  top: 10px;
  display: block;
  background-color: #000;
}
@media all and (min-width: 768px) {
  .umcg-website-theme .table-container-custom, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .table-container-custom {
    display: block;
    overflow-x: visible;
  }
}
.umcg-website-theme .event-info, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .event-info {
  margin-bottom: 4.4rem;
  margin-left: auto;
  margin-right: auto;
  padding: 2rem 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-bottom: 1px solid #c6dff1;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.umcg-website-theme .event-info dl, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .event-info dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.umcg-website-theme .event-info .icon, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .event-info .icon {
  border: 1px solid rgba(18, 18, 18, 0.2);
  border-radius: 5px;
  height: 36px;
  width: 36px;
  display: inline-block;
  text-align: center;
  line-height: 36px;
}
.umcg-website-theme .event-info .icon svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .event-info .icon svg {
  fill: #000;
  margin-top: -6px;
}
.umcg-website-theme .event-info dt, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .event-info dt,
.umcg-website-theme .event-info dd,
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .event-info dd {
  line-height: 36px;
}
.umcg-website-theme .event-info dd, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .event-info dd {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 calc(100% - 50px);
          flex: 1 1 calc(100% - 50px);
  font-family: "Open Sans", sans-serif;
  font-size: 1.31rem;
  font-weight: 600;
}
.umcg-website-theme .event-info dd.type, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .event-info dd.type {
  font-size: 1.8rem;
  font-weight: normal;
}
.umcg-website-theme .event-info dd > time:first-child, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .event-info dd > time:first-child {
  margin-left: -15px;
}
.umcg-website-theme .event-info dd > time:first-child + time, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .event-info dd > time:first-child + time {
  margin-left: -15px;
  display: block;
}
.umcg-website-theme .event-info dt, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .event-info dt {
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-all;
  word-break: break-word;
  -ms-hyphens: auto;
      hyphens: auto;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50px;
          flex: 0 0 50px;
  color: rgb(0, 49, 131);
  padding-right: 10px;
  font-weight: 600;
}
.umcg-website-theme .event-info dt.force-show-label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .event-info dt.force-show-label {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.umcg-website-theme .event-info dt.force-show-label + dd, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .event-info dt.force-show-label + dd {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.umcg-website-theme .event-info.periode dt, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .event-info.periode dt {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 0px;
          flex: 0 0 0;
}
.umcg-website-theme .event-info.periode time span, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .event-info.periode time span {
  border: 1px solid rgba(18, 18, 18, 0.2);
  border-radius: 5px;
  height: 36px;
  width: 36px;
  display: inline-block;
  line-height: 36px;
  font-weight: bold;
  text-align: center;
  font-family: "Open Sans", sans-serif;
  font-size: 2rem;
  margin: 0 5px;
}
.umcg-website-theme .event-info .type, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .event-info .type {
  text-transform: uppercase;
  color: rgb(0, 49, 131);
  font-size: 1.47rem;
  line-height: 1.5;
  margin-left: 0;
  -ms-flex-item-align: center;
      align-self: center;
  font-weight: 600;
}
.umcg-website-theme .event-info--small-margin, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .event-info--small-margin {
  margin-bottom: 1.6rem;
}
@media all and (min-width: 576px) {
  .umcg-website-theme .event-info, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .event-info {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .umcg-website-theme .event-info dd, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .event-info dd {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
  .umcg-website-theme .event-info dd > time:first-child, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .event-info dd > time:first-child {
    margin-left: -15px;
  }
  .umcg-website-theme .event-info dd > time:first-child + time, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .event-info dd > time:first-child + time {
    margin-left: 0;
    display: inline;
  }
  .umcg-website-theme .event-info dd.type span, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .event-info dd.type span {
    border-left: 1px solid #000;
    padding-left: 10px;
  }
  .umcg-website-theme .event-info dt, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .event-info dt {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
}
.umcg-website-theme .social-share, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .social-share {
  margin-bottom: 4.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  padding: 2.3rem 0 2.1rem;
}
.umcg-website-theme .social-share::before, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .social-share::before {
  content: "";
  position: absolute;
  background-color: #d0e5f4;
  display: block;
  left: -2.5rem;
  right: -2.5rem;
  top: 0;
  bottom: 0;
}
.umcg-website-theme .social-share .title, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .social-share .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: rgb(0, 49, 131);
  padding-right: 20px;
  position: relative;
}
.umcg-website-theme .social-share h2, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .social-share h2 {
  font-family: "Open Sans", sans-serif;
  font-size: 1.8rem;
  line-height: 1.5;
  font-weight: normal;
  margin-bottom: 0.6rem;
}
.umcg-website-theme .social-share ul, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .social-share ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -0.6rem;
  position: relative;
}
.umcg-website-theme .social-share li, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .social-share li {
  margin-bottom: 0;
  padding: 0 0.6rem;
}
.umcg-website-theme .social-share .button-reset, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .social-share .button-reset {
  cursor: pointer;
}
.umcg-website-theme .social-share svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .social-share svg {
  fill: #fff;
}
.umcg-website-theme .social-share .share-item, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .social-share .share-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 5px;
  background-color: rgb(0, 144, 195);
  border: 1px solid rgb(0, 144, 195);
  color: #fff;
  text-align: center;
  padding: 0;
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}
.umcg-website-theme .social-share .share-item:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .social-share .share-item:hover {
  background-color: #fff;
}
.umcg-website-theme .social-share .share-item:hover svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .social-share .share-item:hover svg {
  fill: rgb(0, 144, 195);
}
.umcg-website-theme .social-share .copy-message, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .social-share .copy-message {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  right: 0;
  display: block;
  background-color: rgba(10, 10, 10, 0.8);
  border-radius: 5px;
  padding: 0.6rem 1rem;
  color: #fff;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.umcg-website-theme .social-share .copy-message.show, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .social-share .copy-message.show {
  opacity: 1;
  visibility: visible;
}
.umcg-website-theme .social-share--theme-2, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .social-share--theme-2 {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 2rem 0 0;
  border-top: 1px solid #b3c1da;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.umcg-website-theme .social-share--theme-2 h2, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .social-share--theme-2 h2 {
  color: rgb(0, 49, 131);
  margin-bottom: 0;
}
.umcg-website-theme .social-share--theme-2::before, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .social-share--theme-2::before {
  display: none;
}
.umcg-website-theme .social-share--theme-2 .share-item, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .social-share--theme-2 .share-item {
  width: 3.6rem;
  height: 3.6rem;
  border-radius: 2.5px;
  background-color: rgb(0, 49, 131);
  border-color: rgb(0, 49, 131);
}
.umcg-website-theme .social-share--theme-2 .share-item:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .social-share--theme-2 .share-item:hover {
  border-color: rgb(0, 49, 131);
}
.umcg-website-theme .social-share--theme-2 .share-item:hover svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .social-share--theme-2 .share-item:hover svg {
  fill: rgb(0, 49, 131);
}
.umcg-website-theme .social-share--theme-2 svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .social-share--theme-2 svg {
  width: 2.1rem;
  height: 2.1rem;
}
@media all and (min-width: 576px) {
  .umcg-website-theme .social-share, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .social-share {
    padding-left: 50px;
    padding-right: 50px;
  }
  .umcg-website-theme .social-share::before, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .social-share::before {
    left: 0;
    right: 0;
  }
  .umcg-website-theme .social-share--theme-2, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .social-share--theme-2 {
    padding-left: 0;
    padding-right: 0;
  }
}
.umcg-website-theme .inlog-panel, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .inlog-panel {
  background-color: #fff;
  -webkit-box-shadow: 0 0 9px 2px rgba(10, 10, 10, 0.1);
          box-shadow: 0 0 9px 2px rgba(10, 10, 10, 0.1);
  overflow: hidden;
  border-radius: 5px;
  margin-bottom: 2.9333333333rem;
  padding: 3.2rem;
}
.umcg-website-theme .inlog-panel-header, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .inlog-panel-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 2.4rem;
}
.umcg-website-theme .inlog-panel-header svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .inlog-panel-header svg {
  margin-right: 1.6rem;
}
.umcg-website-theme .inlog-panel h2, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .inlog-panel h2 {
  margin-bottom: 0;
}
.umcg-website-theme .inlog-panel .button-digid svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .inlog-panel .button-digid svg {
  position: relative;
  top: -2px;
}
.umcg-website-theme .inlog-panel .inlog-panel-content p:last-child, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .inlog-panel .inlog-panel-content p:last-child, .umcg-website-theme .inlog-panel .inlog-panel-content pp:last-child, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .inlog-panel .inlog-panel-content pp:last-child {
  margin-bottom: 2.4rem;
}
.umcg-website-theme .inlog-panel .buttons:last-child .button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .inlog-panel .buttons:last-child .button, .umcg-website-theme .inlog-panel .buttons:last-child .button.cta-button-lightblue, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .inlog-panel .buttons:last-child .umcg-website-theme .button.cta-button-lightblue, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .inlog-panel .buttons:last-child .button.cta-button-lightblue, .umcg-website-theme .inlog-panel .buttons:last-child .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button.cta-button-lightblue, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .inlog-panel .buttons:last-child .button.cta-button-lightblue, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .inlog-panel .buttons:last-child .button.cta-button-lightblue, .umcg-website-theme .inlog-panel .buttons:last-child .button.cta-button-darkblue, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .inlog-panel .buttons:last-child .umcg-website-theme .button.cta-button-darkblue, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .inlog-panel .buttons:last-child .button.cta-button-darkblue, .umcg-website-theme .inlog-panel .buttons:last-child .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button.cta-button-darkblue, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .inlog-panel .buttons:last-child .button.cta-button-darkblue, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .inlog-panel .buttons:last-child .button.cta-button-darkblue, .umcg-website-theme .inlog-panel .buttons:last-child .cta-button-lightblue.button.cta-button-darkblue, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .inlog-panel .buttons:last-child .umcg-website-theme .cta-button-lightblue.button.cta-button-darkblue, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .inlog-panel .buttons:last-child .cta-button-lightblue.button.cta-button-darkblue, .umcg-website-theme .inlog-panel .buttons:last-child .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-lightblue.button.cta-button-darkblue, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .inlog-panel .buttons:last-child .cta-button-lightblue.button.cta-button-darkblue, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .inlog-panel .buttons:last-child .cta-button-lightblue.button.cta-button-darkblue, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .inlog-panel .buttons:last-child .cta-button-lightblue.button.cta-button-darkblue, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .inlog-panel .buttons:last-child .umcg-website-theme .cta-button-lightblue.button.cta-button-darkblue, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .inlog-panel .buttons:last-child .cta-button-lightblue.button.cta-button-darkblue, .umcg-website-theme .inlog-panel .buttons:last-child .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-lightblue.button.cta-button-darkblue, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .inlog-panel .buttons:last-child .cta-button-lightblue.button.cta-button-darkblue, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .inlog-panel .buttons:last-child .cta-button-lightblue.button.cta-button-darkblue, .umcg-website-theme .inlog-panel .buttons:last-child .cta-button-darkblue.button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .inlog-panel .buttons:last-child .umcg-website-theme .cta-button-darkblue.button, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .inlog-panel .buttons:last-child .cta-button-darkblue.button, .umcg-website-theme .inlog-panel .buttons:last-child .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-darkblue.button, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .inlog-panel .buttons:last-child .cta-button-darkblue.button, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .inlog-panel .buttons:last-child .cta-button-darkblue.button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .inlog-panel .buttons:last-child .cta-button-darkblue.button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .inlog-panel .buttons:last-child .umcg-website-theme .cta-button-darkblue.button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .inlog-panel .buttons:last-child .cta-button-darkblue.button, .umcg-website-theme .inlog-panel .buttons:last-child .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-darkblue.button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .inlog-panel .buttons:last-child .cta-button-darkblue.button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .inlog-panel .buttons:last-child .cta-button-darkblue.button, .umcg-website-theme .inlog-panel .buttons:last-child .button.cta-button-white, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .inlog-panel .buttons:last-child .umcg-website-theme .button.cta-button-white, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .inlog-panel .buttons:last-child .button.cta-button-white, .umcg-website-theme .inlog-panel .buttons:last-child .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button.cta-button-white, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .inlog-panel .buttons:last-child .button.cta-button-white, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .inlog-panel .buttons:last-child .button.cta-button-white, .umcg-website-theme .inlog-panel .buttons:last-child .cta-button-lightblue.button.cta-button-white, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .inlog-panel .buttons:last-child .umcg-website-theme .cta-button-lightblue.button.cta-button-white, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .inlog-panel .buttons:last-child .cta-button-lightblue.button.cta-button-white, .umcg-website-theme .inlog-panel .buttons:last-child .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-lightblue.button.cta-button-white, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .inlog-panel .buttons:last-child .cta-button-lightblue.button.cta-button-white, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .inlog-panel .buttons:last-child .cta-button-lightblue.button.cta-button-white, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .inlog-panel .buttons:last-child .cta-button-lightblue.button.cta-button-white, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .inlog-panel .buttons:last-child .umcg-website-theme .cta-button-lightblue.button.cta-button-white, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .inlog-panel .buttons:last-child .cta-button-lightblue.button.cta-button-white, .umcg-website-theme .inlog-panel .buttons:last-child .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-lightblue.button.cta-button-white, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .inlog-panel .buttons:last-child .cta-button-lightblue.button.cta-button-white, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .inlog-panel .buttons:last-child .cta-button-lightblue.button.cta-button-white, .umcg-website-theme .inlog-panel .buttons:last-child .cta-button-darkblue.button.cta-button-white, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .inlog-panel .buttons:last-child .umcg-website-theme .cta-button-darkblue.button.cta-button-white, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .inlog-panel .buttons:last-child .cta-button-darkblue.button.cta-button-white, .umcg-website-theme .inlog-panel .buttons:last-child .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-darkblue.button.cta-button-white, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .inlog-panel .buttons:last-child .cta-button-darkblue.button.cta-button-white, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .inlog-panel .buttons:last-child .cta-button-darkblue.button.cta-button-white, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .inlog-panel .buttons:last-child .cta-button-darkblue.button.cta-button-white, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .inlog-panel .buttons:last-child .umcg-website-theme .cta-button-darkblue.button.cta-button-white, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .inlog-panel .buttons:last-child .cta-button-darkblue.button.cta-button-white, .umcg-website-theme .inlog-panel .buttons:last-child .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-darkblue.button.cta-button-white, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .inlog-panel .buttons:last-child .cta-button-darkblue.button.cta-button-white, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .inlog-panel .buttons:last-child .cta-button-darkblue.button.cta-button-white, .umcg-website-theme .inlog-panel .buttons:last-child .cta-button-white.button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .inlog-panel .buttons:last-child .umcg-website-theme .cta-button-white.button, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .inlog-panel .buttons:last-child .cta-button-white.button, .umcg-website-theme .inlog-panel .buttons:last-child .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-white.button, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .inlog-panel .buttons:last-child .cta-button-white.button, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .inlog-panel .buttons:last-child .cta-button-white.button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .inlog-panel .buttons:last-child .cta-button-white.button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .inlog-panel .buttons:last-child .umcg-website-theme .cta-button-white.button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .inlog-panel .buttons:last-child .cta-button-white.button, .umcg-website-theme .inlog-panel .buttons:last-child .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-white.button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .inlog-panel .buttons:last-child .cta-button-white.button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .inlog-panel .buttons:last-child .cta-button-white.button, .umcg-website-theme .inlog-panel .buttons:last-child form input[type=submit], .umcg-website-theme form .inlog-panel .buttons:last-child input[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .inlog-panel .buttons:last-child .umcg-website-theme form input[type=submit], .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .inlog-panel .buttons:last-child input[type=submit], .umcg-website-theme .inlog-panel .buttons:last-child .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .inlog-panel .buttons:last-child input[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .inlog-panel .buttons:last-child form input[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .inlog-panel .buttons:last-child input[type=submit], .umcg-website-theme .inlog-panel .buttons:last-child form input.cta-button-lightblue[type=submit], .umcg-website-theme form .inlog-panel .buttons:last-child input.cta-button-lightblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .inlog-panel .buttons:last-child .umcg-website-theme form input.cta-button-lightblue[type=submit], .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .inlog-panel .buttons:last-child input.cta-button-lightblue[type=submit], .umcg-website-theme .inlog-panel .buttons:last-child .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue[type=submit], .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .inlog-panel .buttons:last-child input.cta-button-lightblue[type=submit], .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .inlog-panel .buttons:last-child form input.cta-button-lightblue[type=submit], .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .inlog-panel .buttons:last-child input.cta-button-lightblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .inlog-panel .buttons:last-child input.cta-button-lightblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .inlog-panel .buttons:last-child form .umcg-website-theme input.cta-button-lightblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .inlog-panel .buttons:last-child input.cta-button-lightblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .inlog-panel .buttons:last-child form input.cta-button-lightblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .inlog-panel .buttons:last-child input.cta-button-lightblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .inlog-panel .buttons:last-child .umcg-website-theme form input.cta-button-lightblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .inlog-panel .buttons:last-child input.cta-button-lightblue[type=submit], .umcg-website-theme .inlog-panel .buttons:last-child form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue[type=submit], .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .inlog-panel .buttons:last-child input.cta-button-lightblue[type=submit], .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .inlog-panel .buttons:last-child input.cta-button-lightblue[type=submit], .umcg-website-theme .inlog-panel .buttons:last-child .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .inlog-panel .buttons:last-child input.cta-button-lightblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .inlog-panel .buttons:last-child form input.cta-button-lightblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .inlog-panel .buttons:last-child input.cta-button-lightblue[type=submit], .umcg-website-theme .inlog-panel .buttons:last-child form input.cta-button-darkblue[type=submit], .umcg-website-theme form .inlog-panel .buttons:last-child input.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .inlog-panel .buttons:last-child .umcg-website-theme form input.cta-button-darkblue[type=submit], .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .inlog-panel .buttons:last-child input.cta-button-darkblue[type=submit], .umcg-website-theme .inlog-panel .buttons:last-child .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue[type=submit], .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .inlog-panel .buttons:last-child input.cta-button-darkblue[type=submit], .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .inlog-panel .buttons:last-child form input.cta-button-darkblue[type=submit], .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .inlog-panel .buttons:last-child input.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .inlog-panel .buttons:last-child input.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .inlog-panel .buttons:last-child form .umcg-website-theme input.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .inlog-panel .buttons:last-child input.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .inlog-panel .buttons:last-child form input.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .inlog-panel .buttons:last-child input.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .inlog-panel .buttons:last-child .umcg-website-theme form input.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .inlog-panel .buttons:last-child input.cta-button-darkblue[type=submit], .umcg-website-theme .inlog-panel .buttons:last-child form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-darkblue[type=submit], .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .inlog-panel .buttons:last-child input.cta-button-darkblue[type=submit], .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .inlog-panel .buttons:last-child input.cta-button-darkblue[type=submit], .umcg-website-theme .inlog-panel .buttons:last-child .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .inlog-panel .buttons:last-child input.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .inlog-panel .buttons:last-child form input.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .inlog-panel .buttons:last-child input.cta-button-darkblue[type=submit], .umcg-website-theme .inlog-panel .buttons:last-child form input.cta-button-lightblue.cta-button-darkblue[type=submit], .umcg-website-theme form .inlog-panel .buttons:last-child input.cta-button-lightblue.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .inlog-panel .buttons:last-child .umcg-website-theme form input.cta-button-lightblue.cta-button-darkblue[type=submit], .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .inlog-panel .buttons:last-child input.cta-button-lightblue.cta-button-darkblue[type=submit], .umcg-website-theme .inlog-panel .buttons:last-child .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.cta-button-darkblue[type=submit], .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .inlog-panel .buttons:last-child input.cta-button-lightblue.cta-button-darkblue[type=submit], .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .inlog-panel .buttons:last-child form input.cta-button-lightblue.cta-button-darkblue[type=submit], .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .inlog-panel .buttons:last-child input.cta-button-lightblue.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .inlog-panel .buttons:last-child input.cta-button-lightblue.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .inlog-panel .buttons:last-child form .umcg-website-theme input.cta-button-lightblue.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .inlog-panel .buttons:last-child input.cta-button-lightblue.cta-button-darkblue[type=submit], .umcg-website-theme .inlog-panel .buttons:last-child form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue.cta-button-darkblue[type=submit], .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .inlog-panel .buttons:last-child input.cta-button-lightblue.cta-button-darkblue[type=submit], .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .inlog-panel .buttons:last-child input.cta-button-lightblue.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .inlog-panel .buttons:last-child form input.cta-button-lightblue.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .inlog-panel .buttons:last-child input.cta-button-lightblue.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .inlog-panel .buttons:last-child .umcg-website-theme form input.cta-button-lightblue.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .inlog-panel .buttons:last-child input.cta-button-lightblue.cta-button-darkblue[type=submit], .umcg-website-theme .inlog-panel .buttons:last-child .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .inlog-panel .buttons:last-child input.cta-button-lightblue.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .inlog-panel .buttons:last-child form input.cta-button-lightblue.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .inlog-panel .buttons:last-child input.cta-button-lightblue.cta-button-darkblue[type=submit], .umcg-website-theme .inlog-panel .buttons:last-child form input.cta-button-white[type=submit], .umcg-website-theme form .inlog-panel .buttons:last-child input.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .inlog-panel .buttons:last-child .umcg-website-theme form input.cta-button-white[type=submit], .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .inlog-panel .buttons:last-child input.cta-button-white[type=submit], .umcg-website-theme .inlog-panel .buttons:last-child .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-white[type=submit], .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .inlog-panel .buttons:last-child input.cta-button-white[type=submit], .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .inlog-panel .buttons:last-child form input.cta-button-white[type=submit], .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .inlog-panel .buttons:last-child input.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .inlog-panel .buttons:last-child input.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .inlog-panel .buttons:last-child form .umcg-website-theme input.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .inlog-panel .buttons:last-child input.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .inlog-panel .buttons:last-child form input.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .inlog-panel .buttons:last-child input.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .inlog-panel .buttons:last-child .umcg-website-theme form input.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .inlog-panel .buttons:last-child input.cta-button-white[type=submit], .umcg-website-theme .inlog-panel .buttons:last-child form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-white[type=submit], .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .inlog-panel .buttons:last-child input.cta-button-white[type=submit], .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .inlog-panel .buttons:last-child input.cta-button-white[type=submit], .umcg-website-theme .inlog-panel .buttons:last-child .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .inlog-panel .buttons:last-child input.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .inlog-panel .buttons:last-child form input.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .inlog-panel .buttons:last-child input.cta-button-white[type=submit], .umcg-website-theme .inlog-panel .buttons:last-child form input.cta-button-lightblue.cta-button-white[type=submit], .umcg-website-theme form .inlog-panel .buttons:last-child input.cta-button-lightblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .inlog-panel .buttons:last-child .umcg-website-theme form input.cta-button-lightblue.cta-button-white[type=submit], .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .inlog-panel .buttons:last-child input.cta-button-lightblue.cta-button-white[type=submit], .umcg-website-theme .inlog-panel .buttons:last-child .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.cta-button-white[type=submit], .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .inlog-panel .buttons:last-child input.cta-button-lightblue.cta-button-white[type=submit], .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .inlog-panel .buttons:last-child form input.cta-button-lightblue.cta-button-white[type=submit], .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .inlog-panel .buttons:last-child input.cta-button-lightblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .inlog-panel .buttons:last-child input.cta-button-lightblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .inlog-panel .buttons:last-child form .umcg-website-theme input.cta-button-lightblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .inlog-panel .buttons:last-child input.cta-button-lightblue.cta-button-white[type=submit], .umcg-website-theme .inlog-panel .buttons:last-child form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue.cta-button-white[type=submit], .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .inlog-panel .buttons:last-child input.cta-button-lightblue.cta-button-white[type=submit], .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .inlog-panel .buttons:last-child input.cta-button-lightblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .inlog-panel .buttons:last-child form input.cta-button-lightblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .inlog-panel .buttons:last-child input.cta-button-lightblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .inlog-panel .buttons:last-child .umcg-website-theme form input.cta-button-lightblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .inlog-panel .buttons:last-child input.cta-button-lightblue.cta-button-white[type=submit], .umcg-website-theme .inlog-panel .buttons:last-child .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .inlog-panel .buttons:last-child input.cta-button-lightblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .inlog-panel .buttons:last-child form input.cta-button-lightblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .inlog-panel .buttons:last-child input.cta-button-lightblue.cta-button-white[type=submit], .umcg-website-theme .inlog-panel .buttons:last-child form input.cta-button-darkblue.cta-button-white[type=submit], .umcg-website-theme form .inlog-panel .buttons:last-child input.cta-button-darkblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .inlog-panel .buttons:last-child .umcg-website-theme form input.cta-button-darkblue.cta-button-white[type=submit], .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .inlog-panel .buttons:last-child input.cta-button-darkblue.cta-button-white[type=submit], .umcg-website-theme .inlog-panel .buttons:last-child .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue.cta-button-white[type=submit], .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .inlog-panel .buttons:last-child input.cta-button-darkblue.cta-button-white[type=submit], .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .inlog-panel .buttons:last-child form input.cta-button-darkblue.cta-button-white[type=submit], .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .inlog-panel .buttons:last-child input.cta-button-darkblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .inlog-panel .buttons:last-child input.cta-button-darkblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .inlog-panel .buttons:last-child form .umcg-website-theme input.cta-button-darkblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .inlog-panel .buttons:last-child input.cta-button-darkblue.cta-button-white[type=submit], .umcg-website-theme .inlog-panel .buttons:last-child form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-darkblue.cta-button-white[type=submit], .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .inlog-panel .buttons:last-child input.cta-button-darkblue.cta-button-white[type=submit], .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .inlog-panel .buttons:last-child input.cta-button-darkblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .inlog-panel .buttons:last-child form input.cta-button-darkblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .inlog-panel .buttons:last-child input.cta-button-darkblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .inlog-panel .buttons:last-child .umcg-website-theme form input.cta-button-darkblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .inlog-panel .buttons:last-child input.cta-button-darkblue.cta-button-white[type=submit], .umcg-website-theme .inlog-panel .buttons:last-child .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .inlog-panel .buttons:last-child input.cta-button-darkblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .inlog-panel .buttons:last-child form input.cta-button-darkblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .inlog-panel .buttons:last-child input.cta-button-darkblue.cta-button-white[type=submit] {
  margin-bottom: 0;
}
.umcg-website-theme .inlog-panel .subline, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .inlog-panel .subline {
  color: rgb(0, 49, 131);
}
.umcg-website-theme .inlog-panel .subline a, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .inlog-panel .subline a {
  color: rgb(0, 49, 131);
}
.umcg-website-theme .inlog-panel-header, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .inlog-panel-header {
  border-bottom: 1px solid rgb(160, 202, 232);
}
.umcg-website-theme .inlog-panel-header .button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .inlog-panel-header .button, .umcg-website-theme .inlog-panel-header .button.cta-button-lightblue, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .inlog-panel-header .umcg-website-theme .button.cta-button-lightblue, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .inlog-panel-header .button.cta-button-lightblue, .umcg-website-theme .inlog-panel-header .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button.cta-button-lightblue, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .inlog-panel-header .button.cta-button-lightblue, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .inlog-panel-header .button.cta-button-lightblue, .umcg-website-theme .inlog-panel-header .button.cta-button-darkblue, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .inlog-panel-header .umcg-website-theme .button.cta-button-darkblue, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .inlog-panel-header .button.cta-button-darkblue, .umcg-website-theme .inlog-panel-header .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button.cta-button-darkblue, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .inlog-panel-header .button.cta-button-darkblue, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .inlog-panel-header .button.cta-button-darkblue, .umcg-website-theme .inlog-panel-header .cta-button-lightblue.button.cta-button-darkblue, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .inlog-panel-header .umcg-website-theme .cta-button-lightblue.button.cta-button-darkblue, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .inlog-panel-header .cta-button-lightblue.button.cta-button-darkblue, .umcg-website-theme .inlog-panel-header .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-lightblue.button.cta-button-darkblue, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .inlog-panel-header .cta-button-lightblue.button.cta-button-darkblue, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .inlog-panel-header .cta-button-lightblue.button.cta-button-darkblue, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .inlog-panel-header .cta-button-lightblue.button.cta-button-darkblue, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .inlog-panel-header .umcg-website-theme .cta-button-lightblue.button.cta-button-darkblue, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .inlog-panel-header .cta-button-lightblue.button.cta-button-darkblue, .umcg-website-theme .inlog-panel-header .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-lightblue.button.cta-button-darkblue, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .inlog-panel-header .cta-button-lightblue.button.cta-button-darkblue, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .inlog-panel-header .cta-button-lightblue.button.cta-button-darkblue, .umcg-website-theme .inlog-panel-header .cta-button-darkblue.button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .inlog-panel-header .umcg-website-theme .cta-button-darkblue.button, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .inlog-panel-header .cta-button-darkblue.button, .umcg-website-theme .inlog-panel-header .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-darkblue.button, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .inlog-panel-header .cta-button-darkblue.button, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .inlog-panel-header .cta-button-darkblue.button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .inlog-panel-header .cta-button-darkblue.button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .inlog-panel-header .umcg-website-theme .cta-button-darkblue.button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .inlog-panel-header .cta-button-darkblue.button, .umcg-website-theme .inlog-panel-header .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-darkblue.button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .inlog-panel-header .cta-button-darkblue.button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .inlog-panel-header .cta-button-darkblue.button, .umcg-website-theme .inlog-panel-header .button.cta-button-white, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .inlog-panel-header .umcg-website-theme .button.cta-button-white, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .inlog-panel-header .button.cta-button-white, .umcg-website-theme .inlog-panel-header .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button.cta-button-white, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .inlog-panel-header .button.cta-button-white, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .inlog-panel-header .button.cta-button-white, .umcg-website-theme .inlog-panel-header .cta-button-lightblue.button.cta-button-white, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .inlog-panel-header .umcg-website-theme .cta-button-lightblue.button.cta-button-white, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .inlog-panel-header .cta-button-lightblue.button.cta-button-white, .umcg-website-theme .inlog-panel-header .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-lightblue.button.cta-button-white, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .inlog-panel-header .cta-button-lightblue.button.cta-button-white, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .inlog-panel-header .cta-button-lightblue.button.cta-button-white, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .inlog-panel-header .cta-button-lightblue.button.cta-button-white, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .inlog-panel-header .umcg-website-theme .cta-button-lightblue.button.cta-button-white, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .inlog-panel-header .cta-button-lightblue.button.cta-button-white, .umcg-website-theme .inlog-panel-header .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-lightblue.button.cta-button-white, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .inlog-panel-header .cta-button-lightblue.button.cta-button-white, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .inlog-panel-header .cta-button-lightblue.button.cta-button-white, .umcg-website-theme .inlog-panel-header .cta-button-darkblue.button.cta-button-white, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .inlog-panel-header .umcg-website-theme .cta-button-darkblue.button.cta-button-white, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .inlog-panel-header .cta-button-darkblue.button.cta-button-white, .umcg-website-theme .inlog-panel-header .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-darkblue.button.cta-button-white, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .inlog-panel-header .cta-button-darkblue.button.cta-button-white, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .inlog-panel-header .cta-button-darkblue.button.cta-button-white, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .inlog-panel-header .cta-button-darkblue.button.cta-button-white, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .inlog-panel-header .umcg-website-theme .cta-button-darkblue.button.cta-button-white, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .inlog-panel-header .cta-button-darkblue.button.cta-button-white, .umcg-website-theme .inlog-panel-header .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-darkblue.button.cta-button-white, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .inlog-panel-header .cta-button-darkblue.button.cta-button-white, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .inlog-panel-header .cta-button-darkblue.button.cta-button-white, .umcg-website-theme .inlog-panel-header .cta-button-white.button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .inlog-panel-header .umcg-website-theme .cta-button-white.button, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .inlog-panel-header .cta-button-white.button, .umcg-website-theme .inlog-panel-header .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-white.button, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .inlog-panel-header .cta-button-white.button, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .inlog-panel-header .cta-button-white.button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .inlog-panel-header .cta-button-white.button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .inlog-panel-header .umcg-website-theme .cta-button-white.button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .inlog-panel-header .cta-button-white.button, .umcg-website-theme .inlog-panel-header .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-white.button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .inlog-panel-header .cta-button-white.button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .inlog-panel-header .cta-button-white.button, .umcg-website-theme .inlog-panel-header form input[type=submit], .umcg-website-theme form .inlog-panel-header input[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .inlog-panel-header .umcg-website-theme form input[type=submit], .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .inlog-panel-header input[type=submit], .umcg-website-theme .inlog-panel-header .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .inlog-panel-header input[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .inlog-panel-header form input[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .inlog-panel-header input[type=submit], .umcg-website-theme .inlog-panel-header form input.cta-button-lightblue[type=submit], .umcg-website-theme form .inlog-panel-header input.cta-button-lightblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .inlog-panel-header .umcg-website-theme form input.cta-button-lightblue[type=submit], .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .inlog-panel-header input.cta-button-lightblue[type=submit], .umcg-website-theme .inlog-panel-header .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue[type=submit], .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .inlog-panel-header input.cta-button-lightblue[type=submit], .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .inlog-panel-header form input.cta-button-lightblue[type=submit], .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .inlog-panel-header input.cta-button-lightblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .inlog-panel-header input.cta-button-lightblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .inlog-panel-header form .umcg-website-theme input.cta-button-lightblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .inlog-panel-header input.cta-button-lightblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .inlog-panel-header form input.cta-button-lightblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .inlog-panel-header input.cta-button-lightblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .inlog-panel-header .umcg-website-theme form input.cta-button-lightblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .inlog-panel-header input.cta-button-lightblue[type=submit], .umcg-website-theme .inlog-panel-header form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue[type=submit], .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .inlog-panel-header input.cta-button-lightblue[type=submit], .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .inlog-panel-header input.cta-button-lightblue[type=submit], .umcg-website-theme .inlog-panel-header .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .inlog-panel-header input.cta-button-lightblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .inlog-panel-header form input.cta-button-lightblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .inlog-panel-header input.cta-button-lightblue[type=submit], .umcg-website-theme .inlog-panel-header form input.cta-button-darkblue[type=submit], .umcg-website-theme form .inlog-panel-header input.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .inlog-panel-header .umcg-website-theme form input.cta-button-darkblue[type=submit], .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .inlog-panel-header input.cta-button-darkblue[type=submit], .umcg-website-theme .inlog-panel-header .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue[type=submit], .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .inlog-panel-header input.cta-button-darkblue[type=submit], .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .inlog-panel-header form input.cta-button-darkblue[type=submit], .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .inlog-panel-header input.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .inlog-panel-header input.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .inlog-panel-header form .umcg-website-theme input.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .inlog-panel-header input.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .inlog-panel-header form input.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .inlog-panel-header input.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .inlog-panel-header .umcg-website-theme form input.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .inlog-panel-header input.cta-button-darkblue[type=submit], .umcg-website-theme .inlog-panel-header form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-darkblue[type=submit], .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .inlog-panel-header input.cta-button-darkblue[type=submit], .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .inlog-panel-header input.cta-button-darkblue[type=submit], .umcg-website-theme .inlog-panel-header .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .inlog-panel-header input.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .inlog-panel-header form input.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .inlog-panel-header input.cta-button-darkblue[type=submit], .umcg-website-theme .inlog-panel-header form input.cta-button-lightblue.cta-button-darkblue[type=submit], .umcg-website-theme form .inlog-panel-header input.cta-button-lightblue.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .inlog-panel-header .umcg-website-theme form input.cta-button-lightblue.cta-button-darkblue[type=submit], .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .inlog-panel-header input.cta-button-lightblue.cta-button-darkblue[type=submit], .umcg-website-theme .inlog-panel-header .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.cta-button-darkblue[type=submit], .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .inlog-panel-header input.cta-button-lightblue.cta-button-darkblue[type=submit], .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .inlog-panel-header form input.cta-button-lightblue.cta-button-darkblue[type=submit], .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .inlog-panel-header input.cta-button-lightblue.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .inlog-panel-header input.cta-button-lightblue.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .inlog-panel-header form .umcg-website-theme input.cta-button-lightblue.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .inlog-panel-header input.cta-button-lightblue.cta-button-darkblue[type=submit], .umcg-website-theme .inlog-panel-header form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue.cta-button-darkblue[type=submit], .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .inlog-panel-header input.cta-button-lightblue.cta-button-darkblue[type=submit], .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .inlog-panel-header input.cta-button-lightblue.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .inlog-panel-header form input.cta-button-lightblue.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .inlog-panel-header input.cta-button-lightblue.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .inlog-panel-header .umcg-website-theme form input.cta-button-lightblue.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .inlog-panel-header input.cta-button-lightblue.cta-button-darkblue[type=submit], .umcg-website-theme .inlog-panel-header .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .inlog-panel-header input.cta-button-lightblue.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .inlog-panel-header form input.cta-button-lightblue.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .inlog-panel-header input.cta-button-lightblue.cta-button-darkblue[type=submit], .umcg-website-theme .inlog-panel-header form input.cta-button-white[type=submit], .umcg-website-theme form .inlog-panel-header input.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .inlog-panel-header .umcg-website-theme form input.cta-button-white[type=submit], .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .inlog-panel-header input.cta-button-white[type=submit], .umcg-website-theme .inlog-panel-header .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-white[type=submit], .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .inlog-panel-header input.cta-button-white[type=submit], .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .inlog-panel-header form input.cta-button-white[type=submit], .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .inlog-panel-header input.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .inlog-panel-header input.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .inlog-panel-header form .umcg-website-theme input.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .inlog-panel-header input.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .inlog-panel-header form input.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .inlog-panel-header input.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .inlog-panel-header .umcg-website-theme form input.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .inlog-panel-header input.cta-button-white[type=submit], .umcg-website-theme .inlog-panel-header form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-white[type=submit], .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .inlog-panel-header input.cta-button-white[type=submit], .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .inlog-panel-header input.cta-button-white[type=submit], .umcg-website-theme .inlog-panel-header .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .inlog-panel-header input.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .inlog-panel-header form input.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .inlog-panel-header input.cta-button-white[type=submit], .umcg-website-theme .inlog-panel-header form input.cta-button-lightblue.cta-button-white[type=submit], .umcg-website-theme form .inlog-panel-header input.cta-button-lightblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .inlog-panel-header .umcg-website-theme form input.cta-button-lightblue.cta-button-white[type=submit], .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .inlog-panel-header input.cta-button-lightblue.cta-button-white[type=submit], .umcg-website-theme .inlog-panel-header .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.cta-button-white[type=submit], .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .inlog-panel-header input.cta-button-lightblue.cta-button-white[type=submit], .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .inlog-panel-header form input.cta-button-lightblue.cta-button-white[type=submit], .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .inlog-panel-header input.cta-button-lightblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .inlog-panel-header input.cta-button-lightblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .inlog-panel-header form .umcg-website-theme input.cta-button-lightblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .inlog-panel-header input.cta-button-lightblue.cta-button-white[type=submit], .umcg-website-theme .inlog-panel-header form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue.cta-button-white[type=submit], .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .inlog-panel-header input.cta-button-lightblue.cta-button-white[type=submit], .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .inlog-panel-header input.cta-button-lightblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .inlog-panel-header form input.cta-button-lightblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .inlog-panel-header input.cta-button-lightblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .inlog-panel-header .umcg-website-theme form input.cta-button-lightblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .inlog-panel-header input.cta-button-lightblue.cta-button-white[type=submit], .umcg-website-theme .inlog-panel-header .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .inlog-panel-header input.cta-button-lightblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .inlog-panel-header form input.cta-button-lightblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .inlog-panel-header input.cta-button-lightblue.cta-button-white[type=submit], .umcg-website-theme .inlog-panel-header form input.cta-button-darkblue.cta-button-white[type=submit], .umcg-website-theme form .inlog-panel-header input.cta-button-darkblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .inlog-panel-header .umcg-website-theme form input.cta-button-darkblue.cta-button-white[type=submit], .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .inlog-panel-header input.cta-button-darkblue.cta-button-white[type=submit], .umcg-website-theme .inlog-panel-header .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue.cta-button-white[type=submit], .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .inlog-panel-header input.cta-button-darkblue.cta-button-white[type=submit], .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .inlog-panel-header form input.cta-button-darkblue.cta-button-white[type=submit], .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .inlog-panel-header input.cta-button-darkblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .inlog-panel-header input.cta-button-darkblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .inlog-panel-header form .umcg-website-theme input.cta-button-darkblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .inlog-panel-header input.cta-button-darkblue.cta-button-white[type=submit], .umcg-website-theme .inlog-panel-header form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-darkblue.cta-button-white[type=submit], .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .inlog-panel-header input.cta-button-darkblue.cta-button-white[type=submit], .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .inlog-panel-header input.cta-button-darkblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .inlog-panel-header form input.cta-button-darkblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .inlog-panel-header input.cta-button-darkblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .inlog-panel-header .umcg-website-theme form input.cta-button-darkblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .inlog-panel-header input.cta-button-darkblue.cta-button-white[type=submit], .umcg-website-theme .inlog-panel-header .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .inlog-panel-header input.cta-button-darkblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .inlog-panel-header form input.cta-button-darkblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .inlog-panel-header input.cta-button-darkblue.cta-button-white[type=submit] {
  margin-bottom: 2.4rem;
}
.umcg-website-theme .inlog-panel .button-digid .label-theme div, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .inlog-panel .button-digid .label-theme div {
  display: inline-block;
}
.umcg-website-theme .inlog-panel .inlog-panel-content div:last-child, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .inlog-panel .inlog-panel-content div:last-child {
  margin-bottom: 2.4rem;
}
.umcg-website-theme .article-metadata, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .article-metadata {
  margin-bottom: 4.4rem;
  font-size: 1.6rem;
  line-height: 1.5;
}
.umcg-website-theme .article-metadata .likes, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .article-metadata .likes,
.umcg-website-theme .article-metadata .author,
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .article-metadata .author,
.umcg-website-theme .article-metadata .read-time,
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .article-metadata .read-time,
.umcg-website-theme .article-metadata .date,
.portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .article-metadata .date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1rem;
  color: rgb(0, 49, 131);
}
.umcg-website-theme .article-metadata a, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .article-metadata a {
  color: rgb(0, 49, 131);
}
.umcg-website-theme .article-metadata svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .article-metadata svg {
  margin-top: -0.1rem;
}
.umcg-website-theme .article-metadata .label-theme, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .article-metadata .label-theme {
  padding-left: 0.5rem;
}
.umcg-website-theme .article-metadata button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .article-metadata button {
  cursor: pointer;
  font-size: 1.6rem;
  line-height: 1.5;
}
.umcg-website-theme .article-metadata button .label-theme, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .article-metadata button .label-theme {
  text-decoration: underline;
}
.umcg-website-theme .article-metadata button:hover .label-theme, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .article-metadata button:hover .label-theme {
  text-decoration: none;
}
@media all and (min-width: 768px) {
  .umcg-website-theme .article-metadata, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .article-metadata {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .umcg-website-theme .article-metadata .author, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .article-metadata .author,
  .umcg-website-theme .article-metadata .read-time,
  .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .article-metadata .read-time,
  .umcg-website-theme .article-metadata .date,
  .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .article-metadata .date {
    margin-right: 2rem;
    margin-bottom: 0;
  }
}
.umcg-website-theme .tags, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .tags {
  margin-bottom: 4.4rem;
}
.umcg-website-theme .tags a, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .tags a {
  color: #121212;
  text-decoration: none;
  font-size: 1.47rem;
  line-height: 1.5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.umcg-website-theme .tags a:hover .label-theme, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .tags a:hover .label-theme {
  text-decoration: underline;
}
.umcg-website-theme .tags svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .tags svg {
  fill: #121212;
  top: -0.1rem;
}
.umcg-website-theme .tags .icon, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .tags .icon {
  -ms-flex-item-align: start;
      align-self: flex-start;
}
.umcg-website-theme .tags .label-theme, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .tags .label-theme {
  padding-left: 0.5rem;
}
.umcg-website-theme .tags li, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .tags li {
  display: inline-block;
  margin-right: 1rem;
  margin-bottom: 0.5rem;
}
.umcg-website-theme .spotify-embed, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .spotify-embed {
  position: relative;
  margin-bottom: 4.4rem;
  max-width: 80rem;
  width: 100%;
}
.umcg-website-theme .spotify-embed a.button-arrow, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .spotify-embed a.button-arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.umcg-website-theme .spotify-embed, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .spotify-embed {
  padding-top: 20px;
}
.umcg-website-theme .spotify-embed .print, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .spotify-embed .print {
  display: none;
}
@media print {
  .umcg-website-theme .spotify-embed, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .spotify-embed {
    page-break-inside: avoid;
  }
  .umcg-website-theme .spotify-embed iframe, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .spotify-embed iframe,
  .umcg-website-theme .spotify-embed .cookie-component-overlay,
  .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .spotify-embed .cookie-component-overlay {
    display: none;
  }
  .umcg-website-theme .spotify-embed .print, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .spotify-embed .print {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    text-align: center;
    width: 100%;
  }
  .umcg-website-theme .spotify-embed .print img, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .spotify-embed .print img {
    display: none !important;
  }
  .umcg-website-theme .spotify-embed .print canvas, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .spotify-embed .print canvas {
    margin: 0 auto;
    width: 128px;
    height: 128px;
    display: block !important;
  }
  .umcg-website-theme .spotify-embed .print-btn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .spotify-embed .print-btn {
    display: inline-block;
    padding: 0.5rem 1.5rem;
    border-radius: 20px;
    color: #000;
    border: 1px solid #000;
    width: auto;
    margin: 1rem auto;
  }
  .umcg-website-theme .spotify-embed .print-btn::before, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .spotify-embed .print-btn::before {
    content: "";
    display: inline-block;
    margin-right: 0.5rem;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 0 8px 10px;
    border-color: transparent transparent transparent #000;
  }
}
.umcg-website-theme .discover-list, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .discover-list {
  margin-bottom: 2.4rem;
}
.umcg-website-theme .discover-list li, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .discover-list li {
  margin-bottom: 2rem;
}
.umcg-website-theme .discover-list .button-arrow, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .discover-list .button-arrow {
  margin-bottom: 2rem;
  display: inline-block;
}
.umcg-website-theme .discover-list--text-outside .arrow-button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .discover-list--text-outside .arrow-button {
  display: none;
}
@media all and (min-width: 576px) {
  .umcg-website-theme .discover-list .button-arrow, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .discover-list .button-arrow {
    margin-bottom: 0;
  }
  .umcg-website-theme .discover-list-header, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .discover-list-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media all and (min-width: 768px) {
  .umcg-website-theme .discover-list ul, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .discover-list ul {
    margin: 0 -12.5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .umcg-website-theme .discover-list li, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .discover-list li {
    padding: 0 12.5px;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 50%;
            flex: 0 1 50%;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%;
  }
}
@media all and (min-width: 992px) {
  .umcg-website-theme .discover-list--three-column li, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .discover-list--three-column li {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 33.3333333333%;
            flex: 0 1 33.3333333333%;
    -ms-flex-preferred-size: 33.3333333333%;
        flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }
}
@media all and (min-width: 1200px) {
  .umcg-website-theme .discover-list--four-column li, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .discover-list--four-column li {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 25%;
            flex: 0 1 25%;
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    max-width: 25%;
  }
}
.umcg-website-theme .discover-list.discover-list-top, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .discover-list.discover-list-top {
  margin-bottom: 0;
  margin-top: 42px;
}
@media all and (min-width: 992px) {
  .umcg-website-theme .discover-list--three-column .event-info .type, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .discover-list--three-column .event-info .type {
    display: none;
  }
}
.umcg-website-theme .banner-image-background, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .banner-image-background {
  max-width: 100rem;
  margin: 0 auto 4.4rem;
}
.umcg-website-theme .banner-image-background h2, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .banner-image-background h2 {
  margin-bottom: 1.6rem;
}
.umcg-website-theme .banner-image-background-inner, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .banner-image-background-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  position: relative;
}
.umcg-website-theme .banner-image-background-inner::before, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .banner-image-background-inner::before {
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: -webkit-gradient(linear, left top, right top, color-stop(35.52%, rgba(255, 255, 255, 0.8)), color-stop(64.02%, rgba(255, 255, 255, 0)));
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.8) 35.52%, rgba(255, 255, 255, 0) 64.02%);
  z-index: 2;
}
.umcg-website-theme .banner-image-background .content, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .banner-image-background .content {
  position: relative;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  z-index: 3;
}
.umcg-website-theme .banner-image-background figure, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .banner-image-background figure {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  margin-bottom: 2rem;
}
.umcg-website-theme .banner-image-background figure .aspect-ratio, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .banner-image-background figure .aspect-ratio {
  padding-bottom: 56.25%;
}
.umcg-website-theme .banner-image-background figure img, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .banner-image-background figure img {
  height: 100%;
  max-width: none;
}
.umcg-website-theme .banner-image-background .button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .banner-image-background .button, .umcg-website-theme .banner-image-background .button.cta-button-lightblue, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .banner-image-background .umcg-website-theme .button.cta-button-lightblue, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .banner-image-background .button.cta-button-lightblue, .umcg-website-theme .banner-image-background .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button.cta-button-lightblue, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .banner-image-background .button.cta-button-lightblue, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .banner-image-background .button.cta-button-lightblue, .umcg-website-theme .banner-image-background .button.cta-button-darkblue, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .banner-image-background .umcg-website-theme .button.cta-button-darkblue, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .banner-image-background .button.cta-button-darkblue, .umcg-website-theme .banner-image-background .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button.cta-button-darkblue, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .banner-image-background .button.cta-button-darkblue, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .banner-image-background .button.cta-button-darkblue, .umcg-website-theme .banner-image-background .cta-button-lightblue.button.cta-button-darkblue, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .banner-image-background .umcg-website-theme .cta-button-lightblue.button.cta-button-darkblue, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .banner-image-background .cta-button-lightblue.button.cta-button-darkblue, .umcg-website-theme .banner-image-background .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-lightblue.button.cta-button-darkblue, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .banner-image-background .cta-button-lightblue.button.cta-button-darkblue, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .banner-image-background .cta-button-lightblue.button.cta-button-darkblue, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .banner-image-background .cta-button-lightblue.button.cta-button-darkblue, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .banner-image-background .umcg-website-theme .cta-button-lightblue.button.cta-button-darkblue, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .banner-image-background .cta-button-lightblue.button.cta-button-darkblue, .umcg-website-theme .banner-image-background .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-lightblue.button.cta-button-darkblue, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .banner-image-background .cta-button-lightblue.button.cta-button-darkblue, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .banner-image-background .cta-button-lightblue.button.cta-button-darkblue, .umcg-website-theme .banner-image-background .cta-button-darkblue.button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .banner-image-background .umcg-website-theme .cta-button-darkblue.button, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .banner-image-background .cta-button-darkblue.button, .umcg-website-theme .banner-image-background .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-darkblue.button, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .banner-image-background .cta-button-darkblue.button, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .banner-image-background .cta-button-darkblue.button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .banner-image-background .cta-button-darkblue.button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .banner-image-background .umcg-website-theme .cta-button-darkblue.button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .banner-image-background .cta-button-darkblue.button, .umcg-website-theme .banner-image-background .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-darkblue.button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .banner-image-background .cta-button-darkblue.button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .banner-image-background .cta-button-darkblue.button, .umcg-website-theme .banner-image-background .button.cta-button-white, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .banner-image-background .umcg-website-theme .button.cta-button-white, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .banner-image-background .button.cta-button-white, .umcg-website-theme .banner-image-background .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button.cta-button-white, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .banner-image-background .button.cta-button-white, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .banner-image-background .button.cta-button-white, .umcg-website-theme .banner-image-background .cta-button-lightblue.button.cta-button-white, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .banner-image-background .umcg-website-theme .cta-button-lightblue.button.cta-button-white, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .banner-image-background .cta-button-lightblue.button.cta-button-white, .umcg-website-theme .banner-image-background .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-lightblue.button.cta-button-white, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .banner-image-background .cta-button-lightblue.button.cta-button-white, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .banner-image-background .cta-button-lightblue.button.cta-button-white, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .banner-image-background .cta-button-lightblue.button.cta-button-white, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .banner-image-background .umcg-website-theme .cta-button-lightblue.button.cta-button-white, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .banner-image-background .cta-button-lightblue.button.cta-button-white, .umcg-website-theme .banner-image-background .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-lightblue.button.cta-button-white, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .banner-image-background .cta-button-lightblue.button.cta-button-white, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .banner-image-background .cta-button-lightblue.button.cta-button-white, .umcg-website-theme .banner-image-background .cta-button-darkblue.button.cta-button-white, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .banner-image-background .umcg-website-theme .cta-button-darkblue.button.cta-button-white, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .banner-image-background .cta-button-darkblue.button.cta-button-white, .umcg-website-theme .banner-image-background .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-darkblue.button.cta-button-white, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .banner-image-background .cta-button-darkblue.button.cta-button-white, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .banner-image-background .cta-button-darkblue.button.cta-button-white, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .banner-image-background .cta-button-darkblue.button.cta-button-white, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .banner-image-background .umcg-website-theme .cta-button-darkblue.button.cta-button-white, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .banner-image-background .cta-button-darkblue.button.cta-button-white, .umcg-website-theme .banner-image-background .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-darkblue.button.cta-button-white, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .banner-image-background .cta-button-darkblue.button.cta-button-white, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .banner-image-background .cta-button-darkblue.button.cta-button-white, .umcg-website-theme .banner-image-background .cta-button-white.button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .banner-image-background .umcg-website-theme .cta-button-white.button, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .banner-image-background .cta-button-white.button, .umcg-website-theme .banner-image-background .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-white.button, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .banner-image-background .cta-button-white.button, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .banner-image-background .cta-button-white.button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .banner-image-background .cta-button-white.button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .banner-image-background .umcg-website-theme .cta-button-white.button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .banner-image-background .cta-button-white.button, .umcg-website-theme .banner-image-background .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-white.button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .banner-image-background .cta-button-white.button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .banner-image-background .cta-button-white.button, .umcg-website-theme .banner-image-background form input[type=submit], .umcg-website-theme form .banner-image-background input[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .banner-image-background .umcg-website-theme form input[type=submit], .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .banner-image-background input[type=submit], .umcg-website-theme .banner-image-background .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .banner-image-background input[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .banner-image-background form input[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .banner-image-background input[type=submit], .umcg-website-theme .banner-image-background form input.cta-button-lightblue[type=submit], .umcg-website-theme form .banner-image-background input.cta-button-lightblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .banner-image-background .umcg-website-theme form input.cta-button-lightblue[type=submit], .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .banner-image-background input.cta-button-lightblue[type=submit], .umcg-website-theme .banner-image-background .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue[type=submit], .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .banner-image-background input.cta-button-lightblue[type=submit], .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .banner-image-background form input.cta-button-lightblue[type=submit], .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .banner-image-background input.cta-button-lightblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .banner-image-background input.cta-button-lightblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .banner-image-background form .umcg-website-theme input.cta-button-lightblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .banner-image-background input.cta-button-lightblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .banner-image-background form input.cta-button-lightblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .banner-image-background input.cta-button-lightblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .banner-image-background .umcg-website-theme form input.cta-button-lightblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .banner-image-background input.cta-button-lightblue[type=submit], .umcg-website-theme .banner-image-background form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue[type=submit], .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .banner-image-background input.cta-button-lightblue[type=submit], .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .banner-image-background input.cta-button-lightblue[type=submit], .umcg-website-theme .banner-image-background .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .banner-image-background input.cta-button-lightblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .banner-image-background form input.cta-button-lightblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .banner-image-background input.cta-button-lightblue[type=submit], .umcg-website-theme .banner-image-background form input.cta-button-darkblue[type=submit], .umcg-website-theme form .banner-image-background input.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .banner-image-background .umcg-website-theme form input.cta-button-darkblue[type=submit], .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .banner-image-background input.cta-button-darkblue[type=submit], .umcg-website-theme .banner-image-background .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue[type=submit], .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .banner-image-background input.cta-button-darkblue[type=submit], .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .banner-image-background form input.cta-button-darkblue[type=submit], .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .banner-image-background input.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .banner-image-background input.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .banner-image-background form .umcg-website-theme input.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .banner-image-background input.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .banner-image-background form input.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .banner-image-background input.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .banner-image-background .umcg-website-theme form input.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .banner-image-background input.cta-button-darkblue[type=submit], .umcg-website-theme .banner-image-background form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-darkblue[type=submit], .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .banner-image-background input.cta-button-darkblue[type=submit], .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .banner-image-background input.cta-button-darkblue[type=submit], .umcg-website-theme .banner-image-background .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .banner-image-background input.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .banner-image-background form input.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .banner-image-background input.cta-button-darkblue[type=submit], .umcg-website-theme .banner-image-background form input.cta-button-lightblue.cta-button-darkblue[type=submit], .umcg-website-theme form .banner-image-background input.cta-button-lightblue.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .banner-image-background .umcg-website-theme form input.cta-button-lightblue.cta-button-darkblue[type=submit], .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .banner-image-background input.cta-button-lightblue.cta-button-darkblue[type=submit], .umcg-website-theme .banner-image-background .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.cta-button-darkblue[type=submit], .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .banner-image-background input.cta-button-lightblue.cta-button-darkblue[type=submit], .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .banner-image-background form input.cta-button-lightblue.cta-button-darkblue[type=submit], .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .banner-image-background input.cta-button-lightblue.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .banner-image-background input.cta-button-lightblue.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .banner-image-background form .umcg-website-theme input.cta-button-lightblue.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .banner-image-background input.cta-button-lightblue.cta-button-darkblue[type=submit], .umcg-website-theme .banner-image-background form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue.cta-button-darkblue[type=submit], .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .banner-image-background input.cta-button-lightblue.cta-button-darkblue[type=submit], .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .banner-image-background input.cta-button-lightblue.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .banner-image-background form input.cta-button-lightblue.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .banner-image-background input.cta-button-lightblue.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .banner-image-background .umcg-website-theme form input.cta-button-lightblue.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .banner-image-background input.cta-button-lightblue.cta-button-darkblue[type=submit], .umcg-website-theme .banner-image-background .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .banner-image-background input.cta-button-lightblue.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .banner-image-background form input.cta-button-lightblue.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .banner-image-background input.cta-button-lightblue.cta-button-darkblue[type=submit], .umcg-website-theme .banner-image-background form input.cta-button-white[type=submit], .umcg-website-theme form .banner-image-background input.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .banner-image-background .umcg-website-theme form input.cta-button-white[type=submit], .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .banner-image-background input.cta-button-white[type=submit], .umcg-website-theme .banner-image-background .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-white[type=submit], .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .banner-image-background input.cta-button-white[type=submit], .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .banner-image-background form input.cta-button-white[type=submit], .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .banner-image-background input.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .banner-image-background input.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .banner-image-background form .umcg-website-theme input.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .banner-image-background input.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .banner-image-background form input.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .banner-image-background input.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .banner-image-background .umcg-website-theme form input.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .banner-image-background input.cta-button-white[type=submit], .umcg-website-theme .banner-image-background form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-white[type=submit], .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .banner-image-background input.cta-button-white[type=submit], .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .banner-image-background input.cta-button-white[type=submit], .umcg-website-theme .banner-image-background .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .banner-image-background input.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .banner-image-background form input.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .banner-image-background input.cta-button-white[type=submit], .umcg-website-theme .banner-image-background form input.cta-button-lightblue.cta-button-white[type=submit], .umcg-website-theme form .banner-image-background input.cta-button-lightblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .banner-image-background .umcg-website-theme form input.cta-button-lightblue.cta-button-white[type=submit], .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .banner-image-background input.cta-button-lightblue.cta-button-white[type=submit], .umcg-website-theme .banner-image-background .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.cta-button-white[type=submit], .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .banner-image-background input.cta-button-lightblue.cta-button-white[type=submit], .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .banner-image-background form input.cta-button-lightblue.cta-button-white[type=submit], .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .banner-image-background input.cta-button-lightblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .banner-image-background input.cta-button-lightblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .banner-image-background form .umcg-website-theme input.cta-button-lightblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .banner-image-background input.cta-button-lightblue.cta-button-white[type=submit], .umcg-website-theme .banner-image-background form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue.cta-button-white[type=submit], .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .banner-image-background input.cta-button-lightblue.cta-button-white[type=submit], .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .banner-image-background input.cta-button-lightblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .banner-image-background form input.cta-button-lightblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .banner-image-background input.cta-button-lightblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .banner-image-background .umcg-website-theme form input.cta-button-lightblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .banner-image-background input.cta-button-lightblue.cta-button-white[type=submit], .umcg-website-theme .banner-image-background .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .banner-image-background input.cta-button-lightblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .banner-image-background form input.cta-button-lightblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .banner-image-background input.cta-button-lightblue.cta-button-white[type=submit], .umcg-website-theme .banner-image-background form input.cta-button-darkblue.cta-button-white[type=submit], .umcg-website-theme form .banner-image-background input.cta-button-darkblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .banner-image-background .umcg-website-theme form input.cta-button-darkblue.cta-button-white[type=submit], .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .banner-image-background input.cta-button-darkblue.cta-button-white[type=submit], .umcg-website-theme .banner-image-background .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue.cta-button-white[type=submit], .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .banner-image-background input.cta-button-darkblue.cta-button-white[type=submit], .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .banner-image-background form input.cta-button-darkblue.cta-button-white[type=submit], .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .banner-image-background input.cta-button-darkblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .banner-image-background input.cta-button-darkblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .banner-image-background form .umcg-website-theme input.cta-button-darkblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .banner-image-background input.cta-button-darkblue.cta-button-white[type=submit], .umcg-website-theme .banner-image-background form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-darkblue.cta-button-white[type=submit], .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .banner-image-background input.cta-button-darkblue.cta-button-white[type=submit], .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .banner-image-background input.cta-button-darkblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .banner-image-background form input.cta-button-darkblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .banner-image-background input.cta-button-darkblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .banner-image-background .umcg-website-theme form input.cta-button-darkblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .banner-image-background input.cta-button-darkblue.cta-button-white[type=submit], .umcg-website-theme .banner-image-background .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .banner-image-background input.cta-button-darkblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .banner-image-background form input.cta-button-darkblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .banner-image-background input.cta-button-darkblue.cta-button-white[type=submit] {
  background-color: rgb(230, 62, 151);
  color: #fff;
  border-color: rgb(230, 62, 151);
  margin-bottom: 0;
}
.umcg-website-theme .banner-image-background .button:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .banner-image-background .button:hover, .umcg-website-theme .banner-image-background form input[type=submit]:hover, .umcg-website-theme form .banner-image-background input[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .banner-image-background form input[type=submit]:hover, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .banner-image-background input[type=submit]:hover {
  background-color: #fff;
  color: rgb(230, 62, 151);
}
@media all and (min-width: 992px) {
  .umcg-website-theme .banner-image-background-inner::before, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .banner-image-background-inner::before {
    content: "";
  }
  .umcg-website-theme .banner-image-background figure, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .banner-image-background figure {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
    margin-bottom: 0;
  }
  .umcg-website-theme .banner-image-background .content, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .banner-image-background .content {
    position: relative;
    padding: 3.2rem 4rem 4rem;
    width: 60%;
    color: rgb(0, 49, 131);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .umcg-website-theme .banner-image-background .content p, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .banner-image-background .content p, .umcg-website-theme .banner-image-background .content pp, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .banner-image-background .content pp {
    font-size: 1.6rem;
    line-height: 1.5;
  }
  .umcg-website-theme .banner-image-background .button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .banner-image-background .button, .umcg-website-theme .banner-image-background .button.cta-button-lightblue, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .banner-image-background .umcg-website-theme .button.cta-button-lightblue, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .banner-image-background .button.cta-button-lightblue, .umcg-website-theme .banner-image-background .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button.cta-button-lightblue, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .banner-image-background .button.cta-button-lightblue, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .banner-image-background .button.cta-button-lightblue, .umcg-website-theme .banner-image-background .button.cta-button-darkblue, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .banner-image-background .umcg-website-theme .button.cta-button-darkblue, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .banner-image-background .button.cta-button-darkblue, .umcg-website-theme .banner-image-background .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button.cta-button-darkblue, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .banner-image-background .button.cta-button-darkblue, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .banner-image-background .button.cta-button-darkblue, .umcg-website-theme .banner-image-background .cta-button-lightblue.button.cta-button-darkblue, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .banner-image-background .umcg-website-theme .cta-button-lightblue.button.cta-button-darkblue, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .banner-image-background .cta-button-lightblue.button.cta-button-darkblue, .umcg-website-theme .banner-image-background .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-lightblue.button.cta-button-darkblue, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .banner-image-background .cta-button-lightblue.button.cta-button-darkblue, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .banner-image-background .cta-button-lightblue.button.cta-button-darkblue, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .banner-image-background .cta-button-lightblue.button.cta-button-darkblue, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .banner-image-background .umcg-website-theme .cta-button-lightblue.button.cta-button-darkblue, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .banner-image-background .cta-button-lightblue.button.cta-button-darkblue, .umcg-website-theme .banner-image-background .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-lightblue.button.cta-button-darkblue, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .banner-image-background .cta-button-lightblue.button.cta-button-darkblue, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .banner-image-background .cta-button-lightblue.button.cta-button-darkblue, .umcg-website-theme .banner-image-background .cta-button-darkblue.button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .banner-image-background .umcg-website-theme .cta-button-darkblue.button, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .banner-image-background .cta-button-darkblue.button, .umcg-website-theme .banner-image-background .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-darkblue.button, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .banner-image-background .cta-button-darkblue.button, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .banner-image-background .cta-button-darkblue.button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .banner-image-background .cta-button-darkblue.button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .banner-image-background .umcg-website-theme .cta-button-darkblue.button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .banner-image-background .cta-button-darkblue.button, .umcg-website-theme .banner-image-background .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-darkblue.button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .banner-image-background .cta-button-darkblue.button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .banner-image-background .cta-button-darkblue.button, .umcg-website-theme .banner-image-background .button.cta-button-white, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .banner-image-background .umcg-website-theme .button.cta-button-white, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .banner-image-background .button.cta-button-white, .umcg-website-theme .banner-image-background .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .button.cta-button-white, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .banner-image-background .button.cta-button-white, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .banner-image-background .button.cta-button-white, .umcg-website-theme .banner-image-background .cta-button-lightblue.button.cta-button-white, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .banner-image-background .umcg-website-theme .cta-button-lightblue.button.cta-button-white, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .banner-image-background .cta-button-lightblue.button.cta-button-white, .umcg-website-theme .banner-image-background .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-lightblue.button.cta-button-white, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .banner-image-background .cta-button-lightblue.button.cta-button-white, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .banner-image-background .cta-button-lightblue.button.cta-button-white, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .banner-image-background .cta-button-lightblue.button.cta-button-white, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .banner-image-background .umcg-website-theme .cta-button-lightblue.button.cta-button-white, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .banner-image-background .cta-button-lightblue.button.cta-button-white, .umcg-website-theme .banner-image-background .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-lightblue.button.cta-button-white, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .banner-image-background .cta-button-lightblue.button.cta-button-white, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .banner-image-background .cta-button-lightblue.button.cta-button-white, .umcg-website-theme .banner-image-background .cta-button-darkblue.button.cta-button-white, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .banner-image-background .umcg-website-theme .cta-button-darkblue.button.cta-button-white, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .banner-image-background .cta-button-darkblue.button.cta-button-white, .umcg-website-theme .banner-image-background .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-darkblue.button.cta-button-white, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .banner-image-background .cta-button-darkblue.button.cta-button-white, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .banner-image-background .cta-button-darkblue.button.cta-button-white, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .banner-image-background .cta-button-darkblue.button.cta-button-white, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .banner-image-background .umcg-website-theme .cta-button-darkblue.button.cta-button-white, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .banner-image-background .cta-button-darkblue.button.cta-button-white, .umcg-website-theme .banner-image-background .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-darkblue.button.cta-button-white, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .banner-image-background .cta-button-darkblue.button.cta-button-white, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .banner-image-background .cta-button-darkblue.button.cta-button-white, .umcg-website-theme .banner-image-background .cta-button-white.button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .banner-image-background .umcg-website-theme .cta-button-white.button, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .banner-image-background .cta-button-white.button, .umcg-website-theme .banner-image-background .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-white.button, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .banner-image-background .cta-button-white.button, .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .banner-image-background .cta-button-white.button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .banner-image-background .cta-button-white.button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .banner-image-background .umcg-website-theme .cta-button-white.button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .banner-image-background .cta-button-white.button, .umcg-website-theme .banner-image-background .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .cta-button-white.button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .banner-image-background .cta-button-white.button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .banner-image-background .cta-button-white.button, .umcg-website-theme .banner-image-background form input[type=submit], .umcg-website-theme form .banner-image-background input[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .banner-image-background .umcg-website-theme form input[type=submit], .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .banner-image-background input[type=submit], .umcg-website-theme .banner-image-background .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .banner-image-background input[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .banner-image-background form input[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .banner-image-background input[type=submit], .umcg-website-theme .banner-image-background form input.cta-button-lightblue[type=submit], .umcg-website-theme form .banner-image-background input.cta-button-lightblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .banner-image-background .umcg-website-theme form input.cta-button-lightblue[type=submit], .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .banner-image-background input.cta-button-lightblue[type=submit], .umcg-website-theme .banner-image-background .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue[type=submit], .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .banner-image-background input.cta-button-lightblue[type=submit], .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .banner-image-background form input.cta-button-lightblue[type=submit], .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .banner-image-background input.cta-button-lightblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .banner-image-background input.cta-button-lightblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .banner-image-background form .umcg-website-theme input.cta-button-lightblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .banner-image-background input.cta-button-lightblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .banner-image-background form input.cta-button-lightblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .banner-image-background input.cta-button-lightblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .banner-image-background .umcg-website-theme form input.cta-button-lightblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .banner-image-background input.cta-button-lightblue[type=submit], .umcg-website-theme .banner-image-background form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue[type=submit], .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .banner-image-background input.cta-button-lightblue[type=submit], .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .banner-image-background input.cta-button-lightblue[type=submit], .umcg-website-theme .banner-image-background .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .banner-image-background input.cta-button-lightblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .banner-image-background form input.cta-button-lightblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .banner-image-background input.cta-button-lightblue[type=submit], .umcg-website-theme .banner-image-background form input.cta-button-darkblue[type=submit], .umcg-website-theme form .banner-image-background input.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .banner-image-background .umcg-website-theme form input.cta-button-darkblue[type=submit], .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .banner-image-background input.cta-button-darkblue[type=submit], .umcg-website-theme .banner-image-background .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue[type=submit], .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .banner-image-background input.cta-button-darkblue[type=submit], .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .banner-image-background form input.cta-button-darkblue[type=submit], .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .banner-image-background input.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .banner-image-background input.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .banner-image-background form .umcg-website-theme input.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .banner-image-background input.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .banner-image-background form input.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .banner-image-background input.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .banner-image-background .umcg-website-theme form input.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .banner-image-background input.cta-button-darkblue[type=submit], .umcg-website-theme .banner-image-background form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-darkblue[type=submit], .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .banner-image-background input.cta-button-darkblue[type=submit], .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .banner-image-background input.cta-button-darkblue[type=submit], .umcg-website-theme .banner-image-background .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .banner-image-background input.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .banner-image-background form input.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .banner-image-background input.cta-button-darkblue[type=submit], .umcg-website-theme .banner-image-background form input.cta-button-lightblue.cta-button-darkblue[type=submit], .umcg-website-theme form .banner-image-background input.cta-button-lightblue.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .banner-image-background .umcg-website-theme form input.cta-button-lightblue.cta-button-darkblue[type=submit], .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .banner-image-background input.cta-button-lightblue.cta-button-darkblue[type=submit], .umcg-website-theme .banner-image-background .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.cta-button-darkblue[type=submit], .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .banner-image-background input.cta-button-lightblue.cta-button-darkblue[type=submit], .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .banner-image-background form input.cta-button-lightblue.cta-button-darkblue[type=submit], .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .banner-image-background input.cta-button-lightblue.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .banner-image-background input.cta-button-lightblue.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .banner-image-background form .umcg-website-theme input.cta-button-lightblue.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .banner-image-background input.cta-button-lightblue.cta-button-darkblue[type=submit], .umcg-website-theme .banner-image-background form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue.cta-button-darkblue[type=submit], .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .banner-image-background input.cta-button-lightblue.cta-button-darkblue[type=submit], .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .banner-image-background input.cta-button-lightblue.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .banner-image-background form input.cta-button-lightblue.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .banner-image-background input.cta-button-lightblue.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .banner-image-background .umcg-website-theme form input.cta-button-lightblue.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .banner-image-background input.cta-button-lightblue.cta-button-darkblue[type=submit], .umcg-website-theme .banner-image-background .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .banner-image-background input.cta-button-lightblue.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .banner-image-background form input.cta-button-lightblue.cta-button-darkblue[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .banner-image-background input.cta-button-lightblue.cta-button-darkblue[type=submit], .umcg-website-theme .banner-image-background form input.cta-button-white[type=submit], .umcg-website-theme form .banner-image-background input.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .banner-image-background .umcg-website-theme form input.cta-button-white[type=submit], .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .banner-image-background input.cta-button-white[type=submit], .umcg-website-theme .banner-image-background .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-white[type=submit], .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .banner-image-background input.cta-button-white[type=submit], .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .banner-image-background form input.cta-button-white[type=submit], .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .banner-image-background input.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .banner-image-background input.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .banner-image-background form .umcg-website-theme input.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .banner-image-background input.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .banner-image-background form input.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .banner-image-background input.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .banner-image-background .umcg-website-theme form input.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .banner-image-background input.cta-button-white[type=submit], .umcg-website-theme .banner-image-background form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-white[type=submit], .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .banner-image-background input.cta-button-white[type=submit], .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .banner-image-background input.cta-button-white[type=submit], .umcg-website-theme .banner-image-background .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .banner-image-background input.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .banner-image-background form input.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .banner-image-background input.cta-button-white[type=submit], .umcg-website-theme .banner-image-background form input.cta-button-lightblue.cta-button-white[type=submit], .umcg-website-theme form .banner-image-background input.cta-button-lightblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .banner-image-background .umcg-website-theme form input.cta-button-lightblue.cta-button-white[type=submit], .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .banner-image-background input.cta-button-lightblue.cta-button-white[type=submit], .umcg-website-theme .banner-image-background .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.cta-button-white[type=submit], .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .banner-image-background input.cta-button-lightblue.cta-button-white[type=submit], .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .banner-image-background form input.cta-button-lightblue.cta-button-white[type=submit], .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .banner-image-background input.cta-button-lightblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .banner-image-background input.cta-button-lightblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .banner-image-background form .umcg-website-theme input.cta-button-lightblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .banner-image-background input.cta-button-lightblue.cta-button-white[type=submit], .umcg-website-theme .banner-image-background form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-lightblue.cta-button-white[type=submit], .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .banner-image-background input.cta-button-lightblue.cta-button-white[type=submit], .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .banner-image-background input.cta-button-lightblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .banner-image-background form input.cta-button-lightblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .banner-image-background input.cta-button-lightblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .banner-image-background .umcg-website-theme form input.cta-button-lightblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .banner-image-background input.cta-button-lightblue.cta-button-white[type=submit], .umcg-website-theme .banner-image-background .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-lightblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .banner-image-background input.cta-button-lightblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .banner-image-background form input.cta-button-lightblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .banner-image-background input.cta-button-lightblue.cta-button-white[type=submit], .umcg-website-theme .banner-image-background form input.cta-button-darkblue.cta-button-white[type=submit], .umcg-website-theme form .banner-image-background input.cta-button-darkblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .banner-image-background .umcg-website-theme form input.cta-button-darkblue.cta-button-white[type=submit], .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .banner-image-background input.cta-button-darkblue.cta-button-white[type=submit], .umcg-website-theme .banner-image-background .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue.cta-button-white[type=submit], .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .banner-image-background input.cta-button-darkblue.cta-button-white[type=submit], .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .banner-image-background form input.cta-button-darkblue.cta-button-white[type=submit], .umcg-website-theme .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .banner-image-background input.cta-button-darkblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .banner-image-background input.cta-button-darkblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .banner-image-background form .umcg-website-theme input.cta-button-darkblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .banner-image-background input.cta-button-darkblue.cta-button-white[type=submit], .umcg-website-theme .banner-image-background form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ input.cta-button-darkblue.cta-button-white[type=submit], .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .banner-image-background input.cta-button-darkblue.cta-button-white[type=submit], .umcg-website-theme form .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .banner-image-background input.cta-button-darkblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme .banner-image-background form input.cta-button-darkblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .banner-image-background input.cta-button-darkblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .banner-image-background .umcg-website-theme form input.cta-button-darkblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .umcg-website-theme form .banner-image-background input.cta-button-darkblue.cta-button-white[type=submit], .umcg-website-theme .banner-image-background .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form input.cta-button-darkblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .umcg-website-theme .banner-image-background input.cta-button-darkblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .banner-image-background form input.cta-button-darkblue.cta-button-white[type=submit], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ form .banner-image-background input.cta-button-darkblue.cta-button-white[type=submit] {
    margin-top: auto;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .umcg-website-theme .banner-image-background--two-third .content, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .banner-image-background--two-third .content {
    width: 60%;
    margin-top: -62.5%;
  }
  .umcg-website-theme .banner-image-background--two-third .banner-image-background-inner, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .banner-image-background--two-third .banner-image-background-inner {
    padding-top: 62.5%;
  }
  .umcg-website-theme .banner-image-background--one-third .content, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .banner-image-background--one-third .content {
    width: 100%;
    margin-top: -160%;
  }
  .umcg-website-theme .banner-image-background--one-third .banner-image-background-inner, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .banner-image-background--one-third .banner-image-background-inner {
    padding-top: 160%;
  }
  .umcg-website-theme .banner-image-background--one-third .banner-image-background-inner::before, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .banner-image-background--one-third .banner-image-background-inner::before {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(35.52%, rgba(255, 255, 255, 0.8)), color-stop(64.02%, rgba(255, 255, 255, 0)));
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.8) 35.52%, rgba(255, 255, 255, 0) 64.02%);
  }
  .umcg-website-theme .banner-image-background--fifty .content, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .banner-image-background--fifty .content {
    margin-top: -100%;
  }
  .umcg-website-theme .banner-image-background--fifty .banner-image-background-inner, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .banner-image-background--fifty .banner-image-background-inner {
    padding-top: 100%;
  }
  .umcg-website-theme .banner-image-background--fifty .banner-image-background-inner .aspect-ratio, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .banner-image-background--fifty .banner-image-background-inner .aspect-ratio {
    padding-bottom: 100%;
  }
}
@media all and (min-width: 1200px) {
  .umcg-website-theme .banner-image-background--two-third .content, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .banner-image-background--two-third .content {
    width: 60%;
    margin-top: -40%;
  }
  .umcg-website-theme .banner-image-background--two-third .banner-image-background-inner, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .banner-image-background--two-third .banner-image-background-inner {
    padding-top: 40%;
  }
  .umcg-website-theme .banner-image-background--one-third .content, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .banner-image-background--one-third .content {
    margin-top: -120%;
  }
  .umcg-website-theme .banner-image-background--one-third .banner-image-background-inner, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .banner-image-background--one-third .banner-image-background-inner {
    padding-top: 120%;
  }
  .umcg-website-theme .banner-image-background--fifty .content, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .banner-image-background--fifty .content {
    margin-top: -66.6666666667%;
  }
  .umcg-website-theme .banner-image-background--fifty .banner-image-background-inner, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .banner-image-background--fifty .banner-image-background-inner {
    padding-top: 66.6666666667%;
  }
  .umcg-website-theme .banner-image-background--fifty .banner-image-background-inner .aspect-ratio, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .banner-image-background--fifty .banner-image-background-inner .aspect-ratio {
    padding-bottom: 66.6666666667%;
  }
}
.umcg-website-theme .twitter-embed, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .twitter-embed {
  margin-bottom: 4.4rem;
  position: relative;
}
.umcg-website-theme .twitter-embed blockquote, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .twitter-embed blockquote {
  margin-left: 0;
}
.umcg-website-theme .twitter-embed .twitter-tweet, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .twitter-embed .twitter-tweet {
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}
.umcg-website-theme .twitter-embed .cookie-component-overlay, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .twitter-embed .cookie-component-overlay {
  background-color: rgb(0, 49, 131);
  top: 0;
}
@media all and (min-width: 350px) {
  .umcg-website-theme .twitter-embed .twitter-tweet, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .twitter-embed .twitter-tweet {
    margin-left: 0;
    margin-right: 0;
  }
}
.umcg-website-theme .additional-info, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .additional-info {
  position: relative;
  background-color: #ecf4fa;
  padding: 2.4rem;
  margin-bottom: 4.4rem;
}
.umcg-website-theme .additional-info h2, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .additional-info h2 {
  font-size: 2rem;
}
.umcg-website-theme .additional-info .text-block, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .additional-info .text-block {
  margin-bottom: 0;
  margin-top: 0;
  padding-top: 0;
  font-size: 1.6rem;
}
.umcg-website-theme .additional-info .text-block p, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .additional-info .text-block p, .umcg-website-theme .additional-info .text-block pp, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .additional-info .text-block pp {
  font-size: 1.6rem;
}
@media all and (min-width: 768px) {
  .umcg-website-theme .additional-info h2, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .additional-info h2 {
    font-size: 2.2rem;
  }
}
.umcg-website-theme .accordion .panel-content .additional-info .text-block, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .accordion .panel-content .additional-info .text-block {
  padding-top: 0;
}
.umcg-website-theme .card-list, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .card-list {
  margin-bottom: 4.4rem;
}
@media all and (min-width: 992px) {
  .umcg-website-theme .card-list, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .card-list {
    margin-bottom: 4.4rem;
  }
}
.umcg-website-theme .card-list ul, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .card-list ul {
  margin-left: -25px;
  margin-right: -25px;
}
.umcg-website-theme .card-list li, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .card-list li {
  margin-bottom: 2rem;
  padding-left: 25px;
  padding-right: 25px;
}
.umcg-website-theme .card-list li > a, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .card-list li > a {
  margin-bottom: 0;
  height: 100%;
}
.umcg-website-theme .card-list .read-more-button, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .card-list .read-more-button {
  text-decoration: none;
}
.umcg-website-theme .card-list .read-more-button .label-theme, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .card-list .read-more-button .label-theme {
  color: rgb(0, 49, 131);
  text-decoration: underline;
  margin-right: 0.5rem;
}
.umcg-website-theme .card-list .read-more-button .icon-wrapper, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .card-list .read-more-button .icon-wrapper {
  display: inline-block;
  text-align: left;
  text-decoration: none;
}
.umcg-website-theme .card-list .read-more-button svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .card-list .read-more-button svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  fill: rgb(255, 125, 0);
}
.umcg-website-theme .card-list .read-more-button:hover .label-theme, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .card-list .read-more-button:hover .label-theme {
  text-decoration: none;
}
@media all and (min-width: 576px) {
  .umcg-website-theme .card-list ul, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .card-list ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .umcg-website-theme .card-list li, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .card-list li {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
  }
  .umcg-website-theme .card-list.card-list--news ul, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .card-list.card-list--news ul {
    display: block;
  }
}
@media all and (min-width: 768px) {
  .umcg-website-theme .card-list.card-list--news ul, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .card-list.card-list--news ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .umcg-website-theme .card-list.card-list--news li, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .card-list.card-list--news li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
}
@media all and (min-width: 992px) {
  .umcg-website-theme .card-list.card-list--news li, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .card-list.card-list--news li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
  }
}
.umcg-website-theme .card-list .read-more-button .label-theme, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .card-list .read-more-button .label-theme {
  display: inline-block;
}

@media all and (min-width: 1200px) {
  .umcg-website-theme .page-events h2, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .page-events h2 {
    font-family: "Open Sans", sans-serif;
    font-size: 1.8rem;
    font-weight: 700;
  }
  .umcg-website-theme .page-events .overview-container h2, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .page-events .overview-container h2,
  .umcg-website-theme .page-events .panel-title-inner,
  .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .page-events .panel-title-inner {
    font-family: "CaspariWT", sans-serif;
    text-transform: none;
    font-weight: normal;
    font-size: 2.8rem;
    line-height: 1.36;
    margin: 0 0 2.4rem;
  }
  .umcg-website-theme .page-events .overview-container, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .page-events .overview-container {
    position: relative;
    z-index: 3;
  }
  .umcg-website-theme .page-events .portlet-search-bar form, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .page-events .portlet-search-bar form {
    margin-bottom: 4rem;
  }
  .umcg-website-theme .page-events .active-filters, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .page-events .active-filters {
    display: none;
  }
  .umcg-website-theme .page-events .filter, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .page-events .filter {
    z-index: 3;
    position: relative;
  }
  .umcg-website-theme .page-events .filter form, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .page-events .filter form {
    border-radius: 0;
  }
  .umcg-website-theme .page-events .filter .button-remove-filters, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .page-events .filter .button-remove-filters {
    margin-top: 1rem;
  }
  .umcg-website-theme .page-events .filter .icon, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .page-events .filter .icon {
    display: block;
  }
  .umcg-website-theme .page-events .filter .modal-window-style .modal-overlay, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .page-events .filter .modal-window-style .modal-overlay {
    visibility: hidden;
    opacity: 0;
  }
  .umcg-website-theme .page-events .filter .modal-window-style .buttons, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .page-events .filter .modal-window-style .buttons {
    display: none;
  }
  .umcg-website-theme .page-events .filter .modal-window-style .modal-wrapper, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .page-events .filter .modal-window-style .modal-wrapper {
    overflow-y: visible;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    max-height: inherit;
    padding-left: 0;
    padding-top: 0;
  }
  .umcg-website-theme .page-events .filter .modal-window-style .modal-panel, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .page-events .filter .modal-window-style .modal-panel {
    visibility: visible;
    position: absolute;
    opacity: 1;
    left: 1.1rem;
    right: auto;
    top: auto;
    -webkit-transform: inherit;
            transform: inherit;
    -webkit-transition: inherit;
    transition: inherit;
    -webkit-transform-origin: inherit;
            transform-origin: inherit;
    max-height: inherit;
    border-radius: 0;
    width: 240px;
    -webkit-box-shadow: none;
            box-shadow: none;
    z-index: 0;
  }
  .umcg-website-theme .page-events .filter .modal-window-style .modal-panel::before, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .page-events .filter .modal-window-style .modal-panel::before {
    content: "";
    position: absolute;
    -webkit-box-shadow: 5px 0 9px -2px rgba(10, 10, 10, 0.15);
            box-shadow: 5px 0 9px -2px rgba(10, 10, 10, 0.15);
    top: 0;
    bottom: 0;
    left: 10px;
    right: 0;
    z-index: -10;
  }
  .umcg-website-theme .page-events .filter .modal-window-style .modal-panel::after, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .page-events .filter .modal-window-style .modal-panel::after {
    content: "";
    position: absolute;
    top: -10px;
    bottom: -10px;
    left: 0;
    background-color: #fff;
    right: 0;
    z-index: -10;
  }
  .umcg-website-theme .page-events .filter .form-filter, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .page-events .filter .form-filter {
    overflow-y: hidden;
  }
  .umcg-website-theme .page-events .filter .filter-group-label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .page-events .filter .filter-group-label {
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    font-size: 1.8rem;
    line-height: 1.5;
    padding: 10px 15px 11px 20px;
    color: rgb(0, 49, 131);
    background-color: #e3eff8;
    margin-bottom: 1rem;
  }
  .umcg-website-theme .page-events .filter .field-group[aria-hidden=false], .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .page-events .filter .field-group[aria-hidden=false] {
    padding-top: 1rem;
    padding-bottom: 0;
  }
  .umcg-website-theme .page-events .filter > .filter-btn, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .page-events .filter > .filter-btn,
  .umcg-website-theme .page-events .filter .main-close-button,
  .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .page-events .filter .main-close-button {
    display: none;
  }
  .umcg-website-theme .page-events .filter .modal-filters .panel-title, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .page-events .filter .modal-filters .panel-title {
    background: none;
    text-align: left;
    padding-left: 0;
  }
  .umcg-website-theme .page-events .filter .modal-filters .panel-title svg, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .page-events .filter .modal-filters .panel-title svg {
    display: none;
  }
  .umcg-website-theme .page-events .overview-container, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .page-events .overview-container {
    margin-left: calc(240px + 5.5rem);
  }
}
@media all and (min-width: 1200px) {
  .umcg-website-theme .page-newsroom h2, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .page-newsroom h2 {
    font-family: "Open Sans", sans-serif;
    font-size: 1.8rem;
    font-weight: 700;
  }
  .umcg-website-theme .page-newsroom .overview-list, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .page-newsroom .overview-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .umcg-website-theme .page-newsroom .overview-list .block-container, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .page-newsroom .overview-list .block-container {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
  }
  .umcg-website-theme .page-newsroom .overview-list .block-container .portlet-search-bar form, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .page-newsroom .overview-list .block-container .portlet-search-bar form {
    margin-bottom: 4rem;
  }
  .umcg-website-theme .page-newsroom .overview-list .filter-container .filter, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .page-newsroom .overview-list .filter-container .filter {
    width: 240px;
  }
  .umcg-website-theme .page-newsroom .overview-list .filter-container .filter form, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .page-newsroom .overview-list .filter-container .filter form {
    border-radius: 0;
  }
  .umcg-website-theme .page-newsroom .overview-list .filter-container .filter .button-remove-filters, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .page-newsroom .overview-list .filter-container .filter .button-remove-filters {
    margin-top: 1rem;
  }
  .umcg-website-theme .page-newsroom .overview-list .filter-container .filter .icon, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .page-newsroom .overview-list .filter-container .filter .icon {
    display: block;
  }
  .umcg-website-theme .page-newsroom .overview-list .filter-container .filter .filter-group-label, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .page-newsroom .overview-list .filter-container .filter .filter-group-label {
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    font-size: 1.8rem;
    line-height: 1.5;
    color: rgb(0, 49, 131);
  }
  .umcg-website-theme .page-newsroom .overview-list .overview-container, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .page-newsroom .overview-list .overview-container {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-left: 5.5rem;
  }
  .umcg-website-theme .page-newsroom .overview-list .overview-container h2, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .page-newsroom .overview-list .overview-container h2 {
    font-family: "CaspariWT", sans-serif;
    text-transform: none;
    font-weight: normal;
    font-size: 2.8rem;
    line-height: 1.36;
    margin: 0 0 2.4rem;
  }
}

.page-hero-pullover.page-newsroom-home .main-container .container-fluid-content {
  z-index: 2;
}
.page-hero-pullover.page-newsroom-home .main-container .container-fluid-content .overview-list,
.page-hero-pullover.page-newsroom-home .main-container .container-fluid-content .discover-list {
  position: relative;
  z-index: 2;
}
.page-hero-pullover.page-newsroom-home .main-container .container-fluid-content > .row:first-child div[class^=col-]::before, .page-hero-pullover.page-newsroom-home .main-container .umcg-website-theme .portlet-content .portlet-body .container-fluid-content > .portlet-forms:first-child div[class^=col-]::before, .umcg-website-theme .portlet-content .portlet-body .page-hero-pullover.page-newsroom-home .main-container .container-fluid-content > .portlet-forms:first-child div[class^=col-]::before, .page-hero-pullover.page-newsroom-home .main-container .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .portlet-content .portlet-body .container-fluid-content > .portlet-forms:first-child div[class^=col-]::before, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .portlet-content .portlet-body .page-hero-pullover.page-newsroom-home .main-container .container-fluid-content > .portlet-forms:first-child div[class^=col-]::before, .page-hero-pullover.page-newsroom-home .main-container .umcg-website-theme .container-fluid-content > .portlet-search-bar:first-child div[class^=col-]::before, .umcg-website-theme .page-hero-pullover.page-newsroom-home .main-container .container-fluid-content > .portlet-search-bar:first-child div[class^=col-]::before, .page-hero-pullover.page-newsroom-home .main-container .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .container-fluid-content > .portlet-search-bar:first-child div[class^=col-]::before, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .page-hero-pullover.page-newsroom-home .main-container .container-fluid-content > .portlet-search-bar:first-child div[class^=col-]::before, .page-hero-pullover.page-newsroom-home .main-container .umcg-website-theme .container-fluid-content > .umcg-search-results:first-child div[class^=col-]::before, .umcg-website-theme .page-hero-pullover.page-newsroom-home .main-container .container-fluid-content > .umcg-search-results:first-child div[class^=col-]::before, .page-hero-pullover.page-newsroom-home .main-container .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .container-fluid-content > .umcg-search-results:first-child div[class^=col-]::before, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .page-hero-pullover.page-newsroom-home .main-container .container-fluid-content > .umcg-search-results:first-child div[class^=col-]::before {
  z-index: 0;
}
@media all and (min-width: 576px) {
  .page-hero-pullover .main-container .container-fluid-content {
    margin-top: -20px;
    position: relative;
    z-index: 3;
  }
  .page-hero-pullover .main-container .container-fluid-content > .row:first-child div[class^=col-]::before, .page-hero-pullover .main-container .umcg-website-theme .portlet-content .portlet-body .container-fluid-content > .portlet-forms:first-child div[class^=col-]::before, .umcg-website-theme .portlet-content .portlet-body .page-hero-pullover .main-container .container-fluid-content > .portlet-forms:first-child div[class^=col-]::before, .page-hero-pullover .main-container .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .portlet-content .portlet-body .container-fluid-content > .portlet-forms:first-child div[class^=col-]::before, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .portlet-content .portlet-body .page-hero-pullover .main-container .container-fluid-content > .portlet-forms:first-child div[class^=col-]::before, .page-hero-pullover .main-container .umcg-website-theme .container-fluid-content > .portlet-search-bar:first-child div[class^=col-]::before, .umcg-website-theme .page-hero-pullover .main-container .container-fluid-content > .portlet-search-bar:first-child div[class^=col-]::before, .page-hero-pullover .main-container .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .container-fluid-content > .portlet-search-bar:first-child div[class^=col-]::before, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .page-hero-pullover .main-container .container-fluid-content > .portlet-search-bar:first-child div[class^=col-]::before, .page-hero-pullover .main-container .umcg-website-theme .container-fluid-content > .umcg-search-results:first-child div[class^=col-]::before, .umcg-website-theme .page-hero-pullover .main-container .container-fluid-content > .umcg-search-results:first-child div[class^=col-]::before, .page-hero-pullover .main-container .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .container-fluid-content > .umcg-search-results:first-child div[class^=col-]::before, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .page-hero-pullover .main-container .container-fluid-content > .umcg-search-results:first-child div[class^=col-]::before {
    content: "";
    background-color: #fff;
    display: block;
    position: absolute;
    height: 180px;
    left: -5px;
    right: -5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    top: -50px;
    z-index: 2;
    -webkit-box-shadow: 0 -3px 5px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 0 -3px 5px 0 rgba(0, 0, 0, 0.1);
  }
  .page-hero-pullover .main-container .container-fluid-content > .row:first-child div[class^=col-] > *, .page-hero-pullover .main-container .umcg-website-theme .portlet-content .portlet-body .container-fluid-content > .portlet-forms:first-child div[class^=col-] > *, .umcg-website-theme .portlet-content .portlet-body .page-hero-pullover .main-container .container-fluid-content > .portlet-forms:first-child div[class^=col-] > *, .page-hero-pullover .main-container .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .portlet-content .portlet-body .container-fluid-content > .portlet-forms:first-child div[class^=col-] > *, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .portlet-content .portlet-body .page-hero-pullover .main-container .container-fluid-content > .portlet-forms:first-child div[class^=col-] > *, .page-hero-pullover .main-container .umcg-website-theme .container-fluid-content > .portlet-search-bar:first-child div[class^=col-] > *, .umcg-website-theme .page-hero-pullover .main-container .container-fluid-content > .portlet-search-bar:first-child div[class^=col-] > *, .page-hero-pullover .main-container .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .container-fluid-content > .portlet-search-bar:first-child div[class^=col-] > *, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .page-hero-pullover .main-container .container-fluid-content > .portlet-search-bar:first-child div[class^=col-] > *, .page-hero-pullover .main-container .umcg-website-theme .container-fluid-content > .umcg-search-results:first-child div[class^=col-] > *, .umcg-website-theme .page-hero-pullover .main-container .container-fluid-content > .umcg-search-results:first-child div[class^=col-] > *, .page-hero-pullover .main-container .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .container-fluid-content > .umcg-search-results:first-child div[class^=col-] > *, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .page-hero-pullover .main-container .container-fluid-content > .umcg-search-results:first-child div[class^=col-] > * {
    position: relative;
    z-index: 2;
  }
  .page-hero-pullover.page-newsroom-home .main-container .container-fluid-content {
    margin-top: -300px;
  }
  .page-hero-pullover.page-newsroom-home .main-container .container-fluid-content > .row:first-child div[class^=col-]::before, .page-hero-pullover.page-newsroom-home .main-container .umcg-website-theme .portlet-content .portlet-body .container-fluid-content > .portlet-forms:first-child div[class^=col-]::before, .umcg-website-theme .portlet-content .portlet-body .page-hero-pullover.page-newsroom-home .main-container .container-fluid-content > .portlet-forms:first-child div[class^=col-]::before, .page-hero-pullover.page-newsroom-home .main-container .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .portlet-content .portlet-body .container-fluid-content > .portlet-forms:first-child div[class^=col-]::before, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .portlet-content .portlet-body .page-hero-pullover.page-newsroom-home .main-container .container-fluid-content > .portlet-forms:first-child div[class^=col-]::before, .page-hero-pullover.page-newsroom-home .main-container .umcg-website-theme .container-fluid-content > .portlet-search-bar:first-child div[class^=col-]::before, .umcg-website-theme .page-hero-pullover.page-newsroom-home .main-container .container-fluid-content > .portlet-search-bar:first-child div[class^=col-]::before, .page-hero-pullover.page-newsroom-home .main-container .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .container-fluid-content > .portlet-search-bar:first-child div[class^=col-]::before, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .page-hero-pullover.page-newsroom-home .main-container .container-fluid-content > .portlet-search-bar:first-child div[class^=col-]::before, .page-hero-pullover.page-newsroom-home .main-container .umcg-website-theme .container-fluid-content > .umcg-search-results:first-child div[class^=col-]::before, .umcg-website-theme .page-hero-pullover.page-newsroom-home .main-container .container-fluid-content > .umcg-search-results:first-child div[class^=col-]::before, .page-hero-pullover.page-newsroom-home .main-container .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .container-fluid-content > .umcg-search-results:first-child div[class^=col-]::before, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .page-hero-pullover.page-newsroom-home .main-container .container-fluid-content > .umcg-search-results:first-child div[class^=col-]::before {
    top: 0px;
    height: 300px;
  }
}
@media all and (min-width: 992px) {
  .page-hero-pullover.page-newsroom-home .main-container .container-fluid-content {
    margin-top: -190px;
  }
}
@media all and (min-width: 1200px) {
  .page-hero-pullover .main-container .container-fluid-content {
    margin-top: -40px;
  }
  .page-hero-pullover .main-container .container-fluid-content > .row:first-child div[class^=col-]::before, .page-hero-pullover .main-container .umcg-website-theme .portlet-content .portlet-body .container-fluid-content > .portlet-forms:first-child div[class^=col-]::before, .umcg-website-theme .portlet-content .portlet-body .page-hero-pullover .main-container .container-fluid-content > .portlet-forms:first-child div[class^=col-]::before, .page-hero-pullover .main-container .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .portlet-content .portlet-body .container-fluid-content > .portlet-forms:first-child div[class^=col-]::before, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .portlet-content .portlet-body .page-hero-pullover .main-container .container-fluid-content > .portlet-forms:first-child div[class^=col-]::before, .page-hero-pullover .main-container .umcg-website-theme .container-fluid-content > .portlet-search-bar:first-child div[class^=col-]::before, .umcg-website-theme .page-hero-pullover .main-container .container-fluid-content > .portlet-search-bar:first-child div[class^=col-]::before, .page-hero-pullover .main-container .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .container-fluid-content > .portlet-search-bar:first-child div[class^=col-]::before, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .page-hero-pullover .main-container .container-fluid-content > .portlet-search-bar:first-child div[class^=col-]::before, .page-hero-pullover .main-container .umcg-website-theme .container-fluid-content > .umcg-search-results:first-child div[class^=col-]::before, .umcg-website-theme .page-hero-pullover .main-container .container-fluid-content > .umcg-search-results:first-child div[class^=col-]::before, .page-hero-pullover .main-container .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .container-fluid-content > .umcg-search-results:first-child div[class^=col-]::before, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .page-hero-pullover .main-container .container-fluid-content > .umcg-search-results:first-child div[class^=col-]::before {
    height: 260px;
    left: -50px;
    right: -50px;
  }
  .page-hero-pullover.page-newsroom-home .main-container .container-fluid-content {
    margin-top: -200px;
  }
  .page-hero-pullover.page-newsroom-home .main-container .container-fluid-content > .row:first-child div[class^=col-]::before, .page-hero-pullover.page-newsroom-home .main-container .umcg-website-theme .portlet-content .portlet-body .container-fluid-content > .portlet-forms:first-child div[class^=col-]::before, .umcg-website-theme .portlet-content .portlet-body .page-hero-pullover.page-newsroom-home .main-container .container-fluid-content > .portlet-forms:first-child div[class^=col-]::before, .page-hero-pullover.page-newsroom-home .main-container .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .portlet-content .portlet-body .container-fluid-content > .portlet-forms:first-child div[class^=col-]::before, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .portlet-content .portlet-body .page-hero-pullover.page-newsroom-home .main-container .container-fluid-content > .portlet-forms:first-child div[class^=col-]::before, .page-hero-pullover.page-newsroom-home .main-container .umcg-website-theme .container-fluid-content > .portlet-search-bar:first-child div[class^=col-]::before, .umcg-website-theme .page-hero-pullover.page-newsroom-home .main-container .container-fluid-content > .portlet-search-bar:first-child div[class^=col-]::before, .page-hero-pullover.page-newsroom-home .main-container .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .container-fluid-content > .portlet-search-bar:first-child div[class^=col-]::before, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .page-hero-pullover.page-newsroom-home .main-container .container-fluid-content > .portlet-search-bar:first-child div[class^=col-]::before, .page-hero-pullover.page-newsroom-home .main-container .umcg-website-theme .container-fluid-content > .umcg-search-results:first-child div[class^=col-]::before, .umcg-website-theme .page-hero-pullover.page-newsroom-home .main-container .container-fluid-content > .umcg-search-results:first-child div[class^=col-]::before, .page-hero-pullover.page-newsroom-home .main-container .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .container-fluid-content > .umcg-search-results:first-child div[class^=col-]::before, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .page-hero-pullover.page-newsroom-home .main-container .container-fluid-content > .umcg-search-results:first-child div[class^=col-]::before {
    z-index: 0;
    top: 10px;
  }
}
@media all and (min-width: 1600px) {
  .page-hero-pullover.page-newsroom-home .main-container .container-fluid-content {
    margin-top: -310px;
  }
  .page-hero-pullover.page-newsroom-home .main-container .container-fluid-content > .row:first-child div[class^=col-]::before, .page-hero-pullover.page-newsroom-home .main-container .umcg-website-theme .portlet-content .portlet-body .container-fluid-content > .portlet-forms:first-child div[class^=col-]::before, .umcg-website-theme .portlet-content .portlet-body .page-hero-pullover.page-newsroom-home .main-container .container-fluid-content > .portlet-forms:first-child div[class^=col-]::before, .page-hero-pullover.page-newsroom-home .main-container .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .portlet-content .portlet-body .container-fluid-content > .portlet-forms:first-child div[class^=col-]::before, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .portlet-content .portlet-body .page-hero-pullover.page-newsroom-home .main-container .container-fluid-content > .portlet-forms:first-child div[class^=col-]::before, .page-hero-pullover.page-newsroom-home .main-container .umcg-website-theme .container-fluid-content > .portlet-search-bar:first-child div[class^=col-]::before, .umcg-website-theme .page-hero-pullover.page-newsroom-home .main-container .container-fluid-content > .portlet-search-bar:first-child div[class^=col-]::before, .page-hero-pullover.page-newsroom-home .main-container .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .container-fluid-content > .portlet-search-bar:first-child div[class^=col-]::before, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .page-hero-pullover.page-newsroom-home .main-container .container-fluid-content > .portlet-search-bar:first-child div[class^=col-]::before, .page-hero-pullover.page-newsroom-home .main-container .umcg-website-theme .container-fluid-content > .umcg-search-results:first-child div[class^=col-]::before, .umcg-website-theme .page-hero-pullover.page-newsroom-home .main-container .container-fluid-content > .umcg-search-results:first-child div[class^=col-]::before, .page-hero-pullover.page-newsroom-home .main-container .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .container-fluid-content > .umcg-search-results:first-child div[class^=col-]::before, .portlet-boundary_com_liferay_journal_web_portlet_JournalPortlet_ .page-hero-pullover.page-newsroom-home .main-container .container-fluid-content > .umcg-search-results:first-child div[class^=col-]::before {
    top: 10px;
    height: 290px;
  }
}

.portlet-minimal {
  margin-bottom: 0;
  background-color: transparent;
}
.portlet-minimal .portlet {
  margin-bottom: 0;
}
.portlet-minimal .portlet-content {
  padding: 0;
}
.portlet-minimal .portlet-body > div > .h2 {
  height: 2rem;
}
.portlet-minimal .portlet-body > div > .h2 > span {
  display: none;
}
